v1.505.0
·
54 commits
to refs/heads/main
since this release
fix: account-quota drift reduced @dudymas (#1102)
## what- encode values into a
for_eachon service quota resources
why
- terraform sometimes gets bad state back from the AWS API, so fetched results
ought to be ignored. Instead, input values should be respected as truth.
references
- AWS CLI
command to list service quotasaws service-quotas list-service-quotas.
Note where it says "For some quotas, only the default values are available." - Medium article
explaining how many AWS service limits are not available.