Skip to content

Commit

Permalink
Merge pull request #20 from clouddrove/dependabot/terraform/_example/…
Browse files Browse the repository at this point in the history
…storage_with_cmk/clouddrove/key-vault/azure-1.0.5

Bump clouddrove/key-vault/azure from 1.0.4 to 1.0.5 in /_example/storage_with_cmk
  • Loading branch information
anmolnagpal authored May 4, 2023
2 parents 4a3cbab + c86ddb4 commit d697faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _example/storage_with_cmk/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ module "subnet" {
module "vault" {
depends_on = [module.resource_group, module.vnet]
source = "clouddrove/key-vault/azure"
version = "1.0.4"
version = "1.0.5"

name = "appdvgcyus23654"
environment = "test"
Expand Down

0 comments on commit d697faf

Please sign in to comment.