Skip to content

Commit

Permalink
[#IOPID-1963] allow pipeline subnet on new fn-lollipop staging slot (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
gquadrati authored Jun 25, 2024
1 parent 0b18d49 commit 8eeab1d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/domains/citizen-auth-app/04_function_lollipop.tf
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,10 @@ module "function_lollipop_staging_slot_itn" {

subnet_id = azurerm_subnet.lollipop_snet_itn.id

allowed_subnets = [
data.azurerm_subnet.azdoa_snet[0].id,
]

tags = var.tags
}

Expand Down

0 comments on commit 8eeab1d

Please sign in to comment.