File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 1
1
2
- # ############### ########################################## ########
3
- # ############### Module [[[subnets]]] Input Variables List. ########
4
- # ############### ########################################## ########
5
-
6
2
# ## ########### ###
7
3
# ## in_vpc_cidr ###
8
4
# ## ########### ###
@@ -84,7 +80,7 @@ variable in_ecosystem {
84
80
85
81
variable in_timestamp {
86
82
description = " A timestamp for resource tags in the format ymmdd-hhmm like 80911-1435"
87
- default = local . timestamp
83
+ default = " timestamp"
88
84
}
89
85
90
86
@@ -94,14 +90,10 @@ variable in_timestamp {
94
90
95
91
variable in_description {
96
92
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 ."
98
94
}
99
95
100
96
101
- # ############### ################################################### ########
102
- # ############### The key environment specific data source variables. ########
103
- # ############### ################################################### ########
104
-
105
97
# ## ############################### ###
106
98
# ## [[data]] aws_availability_zones ###
107
99
# ## ############################### ###
You can’t perform that action at this time.
0 commit comments