Skip to content

Commit

Permalink
Updated Key Vault module to 0.1.3
Browse files Browse the repository at this point in the history
- Adds an expiration date to Key Vault secrets which resolves an Azure Security Posture item
  • Loading branch information
DrizzlyOwl committed May 22, 2023
1 parent 4db6322 commit fbb066b
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 @@ -137,7 +137,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 | v0.16.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.1.2 |
| <a name="module_azurerm_key_vault"></a> [azurerm\_key\_vault](#module\_azurerm\_key\_vault) | github.com/DFE-Digital/terraform-azurerm-key-vault-tfvars | v0.1.3 |

## Resources

Expand Down
2 changes: 1 addition & 1 deletion terraform/key-vault-tfvars-secrets.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "azurerm_key_vault" {
source = "github.com/DFE-Digital/terraform-azurerm-key-vault-tfvars?ref=v0.1.2"
source = "github.com/DFE-Digital/terraform-azurerm-key-vault-tfvars?ref=v0.1.3"

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

0 comments on commit fbb066b

Please sign in to comment.