Skip to content

Commit

Permalink
Merge pull request #13 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
anmolnagpal authored Jul 31, 2023
2 parents 06100e2 + e8a80c6 commit c27c00a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _example/complete/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module "resource_group" {
module "vnet" {
depends_on = [module.resource_group]
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 c27c00a

Please sign in to comment.