Skip to content
This repository was archived by the owner on Dec 3, 2024. It is now read-only.

Commit 8ad31a4

Browse files
authored
Updated to 1.8.3 of the Container App Terraform module (#97)
1 parent 1e99d80 commit 8ad31a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

terraform/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ If everything looks good, answer `yes` and wait for the new infrastructure to be
139139

140140
| Name | Source | Version |
141141
|------|--------|---------|
142-
| <a name="module_azure_container_apps_hosting"></a> [azure\_container\_apps\_hosting](#module\_azure\_container\_apps\_hosting) | github.com/DFE-Digital/terraform-azurerm-container-apps-hosting | v1.8.0 |
142+
| <a name="module_azure_container_apps_hosting"></a> [azure\_container\_apps\_hosting](#module\_azure\_container\_apps\_hosting) | github.com/DFE-Digital/terraform-azurerm-container-apps-hosting | v1.8.3 |
143143
| <a name="module_azurerm_key_vault"></a> [azurerm\_key\_vault](#module\_azurerm\_key\_vault) | github.com/DFE-Digital/terraform-azurerm-key-vault-tfvars | v0.4.2 |
144144
| <a name="module_statuscake-tls-monitor"></a> [statuscake-tls-monitor](#module\_statuscake-tls-monitor) | github.com/dfe-digital/terraform-statuscake-tls-monitor | v0.1.4 |
145145

terraform/container-apps-hosting.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "azure_container_apps_hosting" {
2-
source = "github.com/DFE-Digital/terraform-azurerm-container-apps-hosting?ref=v1.8.0"
2+
source = "github.com/DFE-Digital/terraform-azurerm-container-apps-hosting?ref=v1.8.3"
33

44
environment = local.environment
55
project_name = local.project_name

0 commit comments

Comments
 (0)