Skip to content

Commit

Permalink
Update container_apps.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
benchiverton committed Jun 26, 2024
1 parent 5e4fdc8 commit 29242d1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion terraform/instance/container_apps.tf
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,11 @@ resource "azapi_update_resource" "container_app_api" {
properties = {
configuration = {
ingress = {
additionalPortMappings = [18889]
additionalPortMappings = {
exposedPort: 18889,
targetPort: 18889,
external: false
}
}
}
}
Expand Down

0 comments on commit 29242d1

Please sign in to comment.