Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

azurerm_container_app - Add documentation for custom domain block within the ingress block #1

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions website/docs/r/container_app.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,16 @@ An `ingress` block supports the following:

---

A `custom_domain` block supports the following:

* `certificate_binding_type` - (Optional) The Binding type. Possible values include `Disabled` and `SniEnabled`. Defaults to `Disabled`.

* `certificate_id` - (Required) The ID of the Container App Environment Certificate.

* `name` - (Required) The hostname of the Certificate. Must be the CN or a named SAN in the certificate.

---

A `traffic_weight` block supports the following:

~> **Note:** This block only applies when `revision_mode` is set to `Multiple`.
Expand Down