Skip to content

Commit

Permalink
Update Terraform github.com/DFE-Digital/terraform-azurerm-key-vault-t…
Browse files Browse the repository at this point in the history
…fvars to v0.4.2 (#8)

* Update Terraform github.com/DFE-Digital/terraform-azurerm-key-vault-tfvars to v0.4.2

* Deploy diagnostics

* Updated Readme

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ash Davies <[email protected]>
  • Loading branch information
renovate[bot] and DrizzlyOwl authored Jul 24, 2024
1 parent 6663f15 commit c3db206
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

| Name | Source | Version |
|------|--------|---------|
| <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.1 |
| <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 |

## Resources

Expand Down Expand Up @@ -97,4 +97,4 @@
|------|-------------|
| <a name="output_azurerm_resource_group"></a> [azurerm\_resource\_group](#output\_azurerm\_resource\_group) | Azure Resource Group |
| <a name="output_azurerm_user_assigned_identity_principal_id"></a> [azurerm\_user\_assigned\_identity\_principal\_id](#output\_azurerm\_user\_assigned\_identity\_principal\_id) | Principal ID for the UAMI assigned to the SQL Server |
<!-- END_TF_DOCS -->
<!-- END_TF_DOCS -->
9 changes: 5 additions & 4 deletions key-vault-tfvars.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.4.1"
source = "github.com/DFE-Digital/terraform-azurerm-key-vault-tfvars?ref=v0.4.2"

environment = local.environment
project_name = local.project_name
Expand All @@ -9,9 +9,10 @@ module "azurerm_key_vault" {
key_vault_access_users = []
key_vault_access_ipv4 = local.key_vault_access_ipv4
tfvars_filename = local.tfvars_filename
enable_diagnostic_setting = false
enable_diagnostic_storage_account = false
tags = local.tags
enable_diagnostic_setting = true
enable_log_analytics_workspace = true

tags = local.tags

depends_on = [local.resource_group]
}

0 comments on commit c3db206

Please sign in to comment.