Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
passadis committed Jul 31, 2024
1 parent 3d18e8b commit 3b34f76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ resource "azurerm_container_app" "careerapp" {
}
registry {
server = azurerm_container_registry.acr.login_server
username = azurerm_container_registry.acr.admin_username
password_secret_name = azurerm_container_registry.acr.admin_password
}
depends_on = [null_resource.run_azcli_script1]
Expand Down Expand Up @@ -171,6 +172,7 @@ resource "azurerm_container_app" "webapi" {
}
registry {
server = azurerm_container_registry.acr.login_server
username = azurerm_container_registry.acr.admin_username
password_secret_name = azurerm_container_registry.acr.admin_password
}
depends_on = [null_resource.run_azcli_script2]
Expand Down

0 comments on commit 3b34f76

Please sign in to comment.