Skip to content

v1.505.0

Compare
Choose a tag to compare
@cloudposse-releaser cloudposse-releaser released this 01 Oct 19:48
· 52 commits to refs/heads/main since this release
5440250
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 quotas aws 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.
Update Changelog for `1.504.0` @github-actions (#1128) Update Changelog for [`1.504.0`](https://github.com/cloudposse/terraform-aws-components/releases/tag/1.504.0)