File tree Expand file tree Collapse file tree 3 files changed +0
-6
lines changed
Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ provider "aws" {
55locals {
66 name = " app"
77 environment = " test"
8- label_order = [" name" , " environment" ]
98}
109
1110# #-----------------------------------------------------------------------------
@@ -16,7 +15,6 @@ module "vpc" {
1615 version = " 2.0.0"
1716 name = local. name
1817 environment = local. environment
19- label_order = local. label_order
2018 cidr_block = " 10.0.0.0/16"
2119}
2220
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ provider "aws" {
55locals {
66 name = " app"
77 environment = " test"
8- label_order = [" name" , " environment" ]
98}
109
1110# #-----------------------------------------------------------------------------
@@ -16,7 +15,6 @@ module "vpc" {
1615 version = " 2.0.0"
1716 name = local. name
1817 environment = local. environment
19- label_order = local. label_order
2018 cidr_block = " 10.0.0.0/16"
2119}
2220
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ provider "aws" {
55locals {
66 name = " app"
77 environment = " test"
8- label_order = [" name" , " environment" ]
98}
109
1110# #-----------------------------------------------------------------------------
@@ -16,7 +15,6 @@ module "vpc" {
1615 version = " 2.0.0"
1716 name = local. name
1817 environment = local. environment
19- label_order = local. label_order
2018 cidr_block = " 10.0.0.0/16"
2119}
2220
You can’t perform that action at this time.
0 commit comments