Skip to content

Commit

Permalink
Merge pull request #17 from clouddrove/dependabot/terraform/_example/…
Browse files Browse the repository at this point in the history
…complete/clouddrove/vnet/azure-1.0.3

build(deps): bump clouddrove/vnet/azure from 1.0.2 to 1.0.3 in /_example/complete
  • Loading branch information
d4kverma committed Jul 3, 2023
2 parents c4b3b0d + 7880bda commit 757aa89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _example/complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module "resource_group" {
##-----------------------------------------------------------------------------
module "vnet" {
source = "clouddrove/vnet/azure"
version = "1.0.2"
version = "1.0.3"
name = local.name
environment = local.environment
resource_group_name = module.resource_group.resource_group_name
Expand Down

0 comments on commit 757aa89

Please sign in to comment.