Skip to content

Commit

Permalink
pin kv
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennisvandermeulen committed Nov 15, 2024
1 parent a1a7bce commit 4565599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ resource "azurerm_resource_group" "this" {
}

module "keyvault_with_cmk" {
source = "github.com/schubergphilis/terraform-azure-mcaf-key-vault.git"
source = "github.com/schubergphilis/terraform-azure-mcaf-key-vault.git?ref=v0.1.1"

key_vault = {
name = var.key_vault.name
Expand Down

0 comments on commit 4565599

Please sign in to comment.