Skip to content

Commit c41c9d4

Browse files
committed
Removing variables from variable default lines.
1 parent bc39060 commit c41c9d4

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

vpc.network-variables.tf

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11

2-
################ ########################################## ########
3-
################ Module [[[subnets]]] Input Variables List. ########
4-
################ ########################################## ########
5-
62
### ########### ###
73
### in_vpc_cidr ###
84
### ########### ###
@@ -84,7 +80,7 @@ variable in_ecosystem {
8480

8581
variable in_timestamp {
8682
description = "A timestamp for resource tags in the format ymmdd-hhmm like 80911-1435"
87-
default = local.timestamp
83+
default = "timestamp"
8884
}
8985

9086

@@ -94,14 +90,10 @@ variable in_timestamp {
9490

9591
variable in_description {
9692
description = "Ubiquitous note detailing who, when, where and why for every infrastructure component."
97-
default = "This VPC network was created on ${ local.date_time }."
93+
default = "This VPC network was created for an ecosystem."
9894
}
9995

10096

101-
################ ################################################### ########
102-
################ The key environment specific data source variables. ########
103-
################ ################################################### ########
104-
10597
### ############################### ###
10698
### [[data]] aws_availability_zones ###
10799
### ############################### ###

0 commit comments

Comments
 (0)