Skip to content

Commit

Permalink
Updated Container App module to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DrizzlyOwl committed Sep 20, 2023
1 parent ecbbf02 commit 7a73d6b
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 57 deletions.
86 changes: 44 additions & 42 deletions terraform/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions terraform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,7 @@ If everything looks good, answer `yes` and wait for the new infrastructure to be

| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.5.4 |
| <a name="requirement_azapi"></a> [azapi](#requirement\_azapi) | >= 1.8.0 |
| <a name="requirement_azuread"></a> [azuread](#requirement\_azuread) | >= 2.41.0 |
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.5.7 |
| <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) | >= 3.67.0 |

## Providers
Expand All @@ -137,7 +135,7 @@ No providers.

| 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 | refactor-container-app-resources |
| <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.0.0 |
| <a name="module_azurerm_key_vault"></a> [azurerm\_key\_vault](#module\_azurerm\_key\_vault) | github.com/DFE-Digital/terraform-azurerm-key-vault-tfvars | v0.2.0 |

## 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=refactor-container-app-resources"
source = "github.com/DFE-Digital/terraform-azurerm-container-apps-hosting?ref=v1.0.0"

environment = local.environment
project_name = local.project_name
Expand Down
2 changes: 0 additions & 2 deletions terraform/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@ provider "azurerm" {
features {}
skip_provider_registration = true
}

provider "azapi" {}
8 changes: 0 additions & 8 deletions terraform/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,5 @@ terraform {
source = "hashicorp/azurerm"
version = ">= 3.67.0"
}
azapi = {
source = "azure/azapi"
version = ">= 1.8.0"
}
azuread = {
source = "hashicorp/azuread"
version = ">= 2.41.0"
}
}
}

0 comments on commit 7a73d6b

Please sign in to comment.