Commit 5da4a4c
committed
Remove dummy region from providers
terraform validate wants this, but adding any key inside the provider
block other than "alias" appears to actually _define_ a provider
instead of allowing one to be passed in from the parent module.
In this case, a provider is created from the default profile and the
specified region, and this is used _instead_ of the aws.images-staging
and aws.images-production providers passed in by the parent module.1 parent 4ee5ceb commit 5da4a4c
1 file changed
+2
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | 1 | | |
9 | 2 | | |
10 | 3 | | |
11 | | - | |
12 | 4 | | |
13 | 5 | | |
14 | 6 | | |
15 | 7 | | |
16 | 8 | | |
17 | | - | |
18 | | - | |
| 9 | + | |
19 | 10 | | |
20 | 11 | | |
21 | 12 | | |
22 | 13 | | |
23 | 14 | | |
24 | | - | |
25 | | - | |
| 15 | + | |
26 | 16 | | |
0 commit comments