File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed
Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 11log_level = 3
22
33# Ohio
4- us-east-2_start = 0
5- us-east-2_end = 36
4+ us_east_2_start = 0
5+ us_east_2_end = 36
66
77# Ireland
8- eu-west-1_start = 37
9- eu-west-1_end = 72
8+ eu_west_1_start = 37
9+ eu_west_1_end = 72
1010
1111# Sydney
12- ap-southeast-2_start = 73
13- ap-southeast-2_end = 110
12+ ap_southeast_2_start = 73
13+ ap_southeast_2_end = 110
Original file line number Diff line number Diff line change @@ -15,18 +15,18 @@ locals {
1515 regions = [
1616 {
1717 " name" : " us-east-2" , // Ohio
18- " start" : local.envs[" us-east-2_start " ],
19- " end" : local.envs[" us-east-2_end " ],
18+ " start" : local.envs[" us_east_2_start " ],
19+ " end" : local.envs[" us_east_2_end " ],
2020 },
2121 {
2222 " name" : " eu-west-1" , // Ireland
23- " start" : local.envs[" eu-west-1_start " ],
24- " end" : local.envs[" eu-west-1_end " ],
23+ " start" : local.envs[" eu_west_1_start " ],
24+ " end" : local.envs[" eu_west_1_end " ],
2525 },
2626 {
2727 " name" : " ap-southeast-2" , // Sydney
28- " start" : local.envs[" ap-southeast-2_start " ],
29- " end" : local.envs[" ap-southeast-2_end " ],
28+ " start" : local.envs[" ap_southeast_2_start " ],
29+ " end" : local.envs[" ap_southeast_2_end " ],
3030 }
3131 ]
3232
You can’t perform that action at this time.
0 commit comments