You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- encode values into a `for_each` on service quota resources
12
+
13
+
## why
14
+
15
+
- terraform sometimes gets bad state back from the AWS API, so fetched results
16
+
ought to be ignored. Instead, input values should be respected as truth.
17
+
18
+
## references
19
+
20
+
- AWS CLI
21
+
[command to list service quotas](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/service-quotas/list-service-quotas.html)`aws service-quotas list-service-quotas`.
22
+
Note where it says "For some quotas, only the default values are available."
0 commit comments