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 29242d1 commit d123a02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/instance/container_apps.tf
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,11 @@ resource "azapi_update_resource" "container_app_api" {
properties = {
configuration = {
ingress = {
additionalPortMappings = {
additionalPortMappings = [{
exposedPort: 18889,
targetPort: 18889,
external: false
}
}]
}
}
}
Expand Down

0 comments on commit d123a02

Please sign in to comment.