You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <aname="input_create_container_app_blob_storage_sas"></a> [create\_container\_app\_blob\_storage\_sas](#input\_create\_container\_app\_blob\_storage\_sas)| Generate a SAS connection string that is exposed to your App as an environment variable so that it can connect to the Storage Account |`bool`|`false`| no |
178
178
| <aname="input_dns_a_records"></a> [dns\_a\_records](#input\_dns\_a\_records)| DNS A records to add to the DNS Zone | <pre>map(<br/> object({<br/> ttl : optional(number, 300),<br/> records : list(string)<br/> })<br/> )</pre> | n/a | yes |
179
+
| <aname="input_dns_alias_records"></a> [dns\_alias\_records](#input\_dns\_alias\_records)| DNS ALIAS records to add to the DNS Zone | <pre>map(<br/> object({<br/> ttl : optional(number, 300),<br/> target_resource_id : string<br/> })<br/> )</pre> |`{}`| no |
179
180
| <aname="input_dns_mx_records"></a> [dns\_mx\_records](#input\_dns\_mx\_records)| DNS MX records to add to the DNS Zone | <pre>map(<br/> object({<br/> ttl : optional(number, 300),<br/> records : list(<br/> object({<br/> preference : number,<br/> exchange : string<br/> })<br/> )<br/> })<br/> )</pre> |`{}`| no |
180
181
| <aname="input_dns_ns_records"></a> [dns\_ns\_records](#input\_dns\_ns\_records)| DNS NS records to add to the DNS Zone | <pre>map(<br/> object({<br/> ttl : optional(number, 300),<br/> records : list(string)<br/> })<br/> )</pre> | n/a | yes |
181
182
| <aname="input_dns_txt_records"></a> [dns\_txt\_records](#input\_dns\_txt\_records)| DNS TXT records to add to the DNS Zone | <pre>map(<br/> object({<br/> ttl : optional(number, 300),<br/> records : list(string)<br/> })<br/> )</pre> | n/a | yes |
182
183
| <aname="input_dns_zone_domain_name"></a> [dns\_zone\_domain\_name](#input\_dns\_zone\_domain\_name)| DNS zone domain name. If created, records will automatically be created to point to the CDN. |`string`| n/a | yes |
183
184
| <aname="input_enable_cdn_frontdoor"></a> [enable\_cdn\_frontdoor](#input\_enable\_cdn\_frontdoor)| Enable Azure CDN Front Door. This will use the Container Apps endpoint as the origin. |`bool`| n/a | yes |
184
185
| <aname="input_enable_cdn_frontdoor_health_probe"></a> [enable\_cdn\_frontdoor\_health\_probe](#input\_enable\_cdn\_frontdoor\_health\_probe)| Enable CDN Front Door health probe |`bool`|`false`| no |
185
-
| <aname="input_enable_cdn_frontdoor_vdp_redirects"></a> [enable\_cdn\_frontdoor\_vdp\_redirects](#input\_enable\_cdn\_frontdoor\_vdp\_redirects)| Deploy redirects for security.txt and thanks.txt to an external Vulnerability Disclosure Program service |`bool`|`true`| no |
186
+
| <aname="input_enable_cdn_frontdoor_vdp_redirects"></a> [enable\_cdn\_frontdoor\_vdp\_redirects](#input\_enable\_cdn\_frontdoor\_vdp\_redirects)| Deploy redirects for security.txt and thanks.txt to an external Vulnerability Disclosure Program service |`bool`|`false`| no |
186
187
| <aname="input_enable_container_app_blob_storage"></a> [enable\_container\_app\_blob\_storage](#input\_enable\_container\_app\_blob\_storage)| Create an Azure Storage Account and Storage Container to be accessed by the Container App |`bool`| n/a | yes |
187
188
| <aname="input_enable_container_app_file_share"></a> [enable\_container\_app\_file\_share](#input\_enable\_container\_app\_file\_share)| Create an Azure Storage Account and File Share to be mounted to the Container Apps |`bool`| n/a | yes |
188
189
| <aname="input_enable_container_health_probe"></a> [enable\_container\_health\_probe](#input\_enable\_container\_health\_probe)| Enable liveness probes for the Container |`bool`|`true`| no |
@@ -203,6 +204,7 @@ No resources.
203
204
| <aname="input_image_name"></a> [image\_name](#input\_image\_name)| Image name |`string`| n/a | yes |
204
205
| <aname="input_key_vault_access_ipv4"></a> [key\_vault\_access\_ipv4](#input\_key\_vault\_access\_ipv4)| List of IPv4 Addresses that are permitted to access the Key Vault |`list(string)`| n/a | yes |
205
206
| <aname="input_monitor_email_receivers"></a> [monitor\_email\_receivers](#input\_monitor\_email\_receivers)| A list of email addresses that should be notified by monitoring alerts |`list(string)`| n/a | yes |
207
+
| <aname="input_monitor_http_availability_fqdn"></a> [monitor\_http\_availability\_fqdn](#input\_monitor\_http\_availability\_fqdn)| Specify a FQDN to monitor for HTTP Availability. Leave unset to dynamically calculate the correct FQDN |`string`|`""`| no |
206
208
| <aname="input_project_name"></a> [project\_name](#input\_project\_name)| Project name. Will be used along with `environment` as a prefix for all resources. |`string`| n/a | yes |
207
209
| <aname="input_redis_cache_sku"></a> [redis\_cache\_sku](#input\_redis\_cache\_sku)| Redis Cache SKU |`string`|`"Basic"`| no |
208
210
| <aname="input_registry_admin_enabled"></a> [registry\_admin\_enabled](#input\_registry\_admin\_enabled)| Do you want to enable access key based authentication for your Container Registry? |`bool`|`true`| no |
0 commit comments