Skip to content

Commit

Permalink
fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
d4kverma committed Jan 3, 2024
1 parent a1158d4 commit c2156d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _example/basic/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ module "subnet" {
name = local.name
environment = local.environment
label_order = local.label_order
resource_group_name = module.resource_group.resource_group_name
location = module.resource_group.resource_group_location
virtual_network_name = module.vnet.vnet_name
resource_group_name = ["/subscription/***************"]
location = ["/subscription/***************"]
virtual_network_name = ["/subscription/***************"]

#subnet
subnet_names = ["subnet1", "subnet2"]
Expand Down

0 comments on commit c2156d6

Please sign in to comment.