Releases: cloudposse/terraform-provider-awsutils
Releases · cloudposse/terraform-provider-awsutils
v0.17.0
add org settings resource @mcalhoun (#48)
what
- Add a new resource
awsutils_macie2_organization_settings
why
- Designating an account as the Macie2 Administrator account in an AWS Organization can optionally enable all newly created accounts and accounts that join the organization after the setting is enabled, however, it does not enable existing accounts. Use this resource to enable a list of existing accounts.
0.15.1 Do not use (build issues)
Binaries for Windows and FreeBSD were not signed in this release. Use v0.16.0 instead.
add caller identity data source @mcalhoun (#39)
what
- Add a data source to get the sts caller identity
why
- we want to be able to get the caller identity when we are already using this provider without having to configure an additional instance of the official AWS provider
Split release build into 2 parts to fit in available disk space @Nuru (#43)
what
- Split release build into 2 parts to fit in available disk space
why
- Workflow runs out of disk space trying to build all artifacts in one step
Run disk space check on goreleaser failure @Nuru (#42)
what
- Run disk space check on
goreleaserfailure
why
- Debugging why releases fail with "no space left on device"
Add disk space debugging to release workflow @Nuru (#41)
what
- Add disk space debugging to release workflow
why
- Workflow is inexplicably running out of disk space
0.15.0
bug: fix pagination bug @mcalhoun (#35)
what
- Fix a bug with pagination when calling the Security Hub
DescribeStandardsControlsAPI method.
why
- Previously we were not using pagination and this created a scenario where the control we were searching for might not be found depending on the number of controls enabled on the account.
references
0.14.0
v0.13.0
v0.12.0
v0.11.2
make region optional @mcalhoun (#30)
what
- Update the provider to make the
regionparameter option
why
- To keep this provider in sync with the upstream provider functionality
references
Closes #28
git.io->cloudposse.tools update @dylanbannon (#27)
what and why
Change all references to git.io/build-harness into cloudposse.tools/build-harness, since git.io redirects will stop working on April 29th, 2022.
References
- DEV-143
0.11.1
🚀 Enhancements
Bump aws-sdk-go-base to v1.1.0 to support new regions @nitrocode (#29)
what
- Bump aws-sdk-go-base to v1.1.0
why
- Support new regions like
ap-southeast-3
Workaround
provider "awsutils" {
region = "us-east-2"
skip_region_validation = true
}