Compare commits
2
Commits
6e60dc7199
...
023de7e88d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
023de7e88d | ||
|
|
a240e62e75 |
@@ -120,6 +120,11 @@ resource "azurerm_container_app" "app" {
|
|||||||
name = "AZURE_SUBSCRIPTION_ID"
|
name = "AZURE_SUBSCRIPTION_ID"
|
||||||
value = var.subscription_id
|
value = var.subscription_id
|
||||||
}
|
}
|
||||||
|
|
||||||
|
env {
|
||||||
|
name = "AZURE_LOCATION"
|
||||||
|
value = azurerm_resource_group.rg.location
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user