Commit 8021334
Fix case of screening_entra_group_id in prod tfvars (#166)
Terraform variable names are case-sensitive: prod's tfvars set
SCREENING_ENTRA_GROUP_ID, which Terraform ignores as an undeclared
variable, leaving the required screening_entra_group_id unset. The
next prod arc-infra plan would fail with "No value for required
variable". Lowercase it to match the variable declaration and every
other environment.
Also remove the duplicate from variables.sh: nothing consumes it from
the shell environment.1 parent ddf3e1a commit 8021334
2 files changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
0 commit comments