Commit 605c7de
Fix zone_redundancy_enabled to use ternary for independent control with private networking
When private networking is enabled (Premium SKU), zone_redundancy_enabled is
now independently controlled by container_registry_zone_redundancy_enabled.
When private networking is disabled (Basic SKU), zone_redundancy_enabled is
false as required by the Terraform provider. The ternary pattern is consistent
with the other attributes in the resource block.
Co-authored-by: jtracey93 <41163455+jtracey93@users.noreply.github.com>1 parent 4b39231 commit 605c7de
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments