Skip to content

Commit

Permalink
Docs: Clarify meaning of external_enabled = true for azurerm_contai…
Browse files Browse the repository at this point in the history
…ner_app ingress (#23360)

* Clarify what external ingress means for aca

* New wording for external_enabled

Co-authored-by: jackofallops <[email protected]>

---------

Co-authored-by: jackofallops <[email protected]>
  • Loading branch information
muppet2011ad and jackofallops authored Sep 25, 2023
1 parent 9eac8dc commit 48cd750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/container_app.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ An `ingress` block supports the following:

* `fqdn` - The FQDN of the ingress.

* `external_enabled` - (Optional) Is this an external Ingress.
* `external_enabled` - (Optional) Are connections to this Ingress from outside the Container App Environment enabled? Defaults to `false`.

* `target_port` - (Required) The target port on the container for the Ingress traffic.

Expand Down

0 comments on commit 48cd750

Please sign in to comment.