Skip to content

Commit

Permalink
fix Update Vnet module tag
Browse files Browse the repository at this point in the history
  • Loading branch information
13archit committed Sep 16, 2024
1 parent 5485ec4 commit fd950b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/complete/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ module "resource_group" {
##-----------------------------------------------------------------------------
module "vnet" {
source = "clouddrove/vnet/azure"
version = "1.0.3"
version = "1.0.4"
name = local.name
environment = local.environment
resource_group_name = module.resource_group.resource_group_name
location = module.resource_group.resource_group_location
address_space = "10.0.0.0/16"
address_spaces = ["10.0.0.0/16"]
}

##-----------------------------------------------------------------------------
Expand Down

0 comments on commit fd950b3

Please sign in to comment.