v1.505.0
cloudposse-releaser
released this
01 Oct 19:48
·
52 commits
to refs/heads/main
since this release
fix: account-quota drift reduced @dudymas (#1102)
## what- encode values into a
for_each
on 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.