From 9039254f11c36cd9e2c1349ddf98e8eefd728812 Mon Sep 17 00:00:00 2001 From: Chris Wright Date: Wed, 29 Nov 2023 16:51:55 +0000 Subject: [PATCH] Bump container apps hosting module v1.4.3 * https://github.com/DFE-Digital/terraform-azurerm-container-apps-hosting/releases/tag/v1.4.1 * https://github.com/DFE-Digital/terraform-azurerm-container-apps-hosting/releases/tag/v1.4.2 * https://github.com/DFE-Digital/terraform-azurerm-container-apps-hosting/releases/tag/v1.4.3 --- terraform/README.md | 2 +- terraform/container-apps-hosting.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/terraform/README.md b/terraform/README.md index 8946fa360..c4b939456 100644 --- a/terraform/README.md +++ b/terraform/README.md @@ -136,7 +136,7 @@ No providers. | Name | Source | Version | |------|--------|---------| -| [azure\_container\_apps\_hosting](#module\_azure\_container\_apps\_hosting) | github.com/DFE-Digital/terraform-azurerm-container-apps-hosting | v1.4.0 | +| [azure\_container\_apps\_hosting](#module\_azure\_container\_apps\_hosting) | github.com/DFE-Digital/terraform-azurerm-container-apps-hosting | v1.4.3 | | [azurerm\_key\_vault](#module\_azurerm\_key\_vault) | github.com/DFE-Digital/terraform-azurerm-key-vault-tfvars | v0.3.0 | | [statuscake-tls-monitor](#module\_statuscake-tls-monitor) | github.com/dfe-digital/terraform-statuscake-tls-monitor | v0.1.2 | diff --git a/terraform/container-apps-hosting.tf b/terraform/container-apps-hosting.tf index 9e80fbbc1..5e8560ca7 100644 --- a/terraform/container-apps-hosting.tf +++ b/terraform/container-apps-hosting.tf @@ -1,5 +1,5 @@ module "azure_container_apps_hosting" { - source = "github.com/DFE-Digital/terraform-azurerm-container-apps-hosting?ref=v1.4.0" + source = "github.com/DFE-Digital/terraform-azurerm-container-apps-hosting?ref=v1.4.3" environment = local.environment project_name = local.project_name