Skip to content

Commit

Permalink
Merge pull request #330 from DFE-Digital/terraform
Browse files Browse the repository at this point in the history
Updated Terraform module to v0.14.3
  • Loading branch information
DrizzlyOwl authored Feb 24, 2023
2 parents 89a6b88 + 9df5640 commit bc500bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ If everything looks good, answer `yes` and wait for the new infrastructure to be

| Name | Source | Version |
|------|--------|---------|
| <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 | v0.14.2 |
| <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 | v0.14.3 |

## Resources

Expand Down
2 changes: 1 addition & 1 deletion terraform/container-apps-hosting.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "azure_container_apps_hosting" {
source = "github.com/DFE-Digital/terraform-azurerm-container-apps-hosting?ref=v0.14.2"
source = "github.com/DFE-Digital/terraform-azurerm-container-apps-hosting?ref=v0.14.3"

environment = local.environment
project_name = local.project_name
Expand Down

0 comments on commit bc500bb

Please sign in to comment.