Skip to content

Commit

Permalink
fmt run
Browse files Browse the repository at this point in the history
  • Loading branch information
d4kverma committed Jan 26, 2024
1 parent f8b328f commit e7d6711
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 @@ -35,7 +35,7 @@ module "vnet" {
label_order = local.label_order
resource_group_name = module.resource_group.resource_group_name
location = module.resource_group.resource_group_location
address_spaces = ["10.0.0.0/16"]
address_spaces = ["10.0.0.0/16"]
}

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

0 comments on commit e7d6711

Please sign in to comment.