Skip to content

Releases: cloudposse/terraform-provider-awsutils

v0.17.0

31 Jul 18:58
2c502b4

Choose a tag to compare

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)

03 May 03:41
81418b0

Choose a tag to compare

Pre-release

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 goreleaser failure

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
Update release workflow @Nuru (#40)

what

  • Update release workflow to current actions

why

  • Old release workflow used obsolescent actions, which generated warnings and may have used up disk space
Fix small typo in example @jannyg (#34)

what

  • Fix small typo in example

why

  • Example config is not valid

references

0.15.0

30 Aug 10:17
ffe99d0

Choose a tag to compare

bug: fix pagination bug @mcalhoun (#35)

what

  • Fix a bug with pagination when calling the Security Hub DescribeStandardsControls API 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

19 Aug 21:23
c0b9b0a

Choose a tag to compare

fix an issue with building in CI @mcalhoun (#33)

what

  • Update dependencies and some code from the upstream provider

why

  • Building was not working in CI

v0.13.0

19 Aug 19:36
5dc10d8

Choose a tag to compare

fix gpg action config @mcalhoun (#32)

what

  • Fix config for gpg action

why

  • The config merged in #31 was incorrect

v0.12.0

19 Aug 18:19
4ca6f1f

Choose a tag to compare

Replace gpg action @mcalhoun (#31)

what

  • Replace the hashicorp/ghaction-import-gpg with crazy-max/ghaction-import-gpg

why

  • The former has been deprecated
  • The former was a fork of a fork of the latter until a bug was fixed and the bug has now been fixed

references

v0.11.2

16 Aug 14:33
49ba7f1

Choose a tag to compare

make region optional @mcalhoun (#30)

what

  • Update the provider to make the region parameter 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

29 Jun 20:27
1169d45

Choose a tag to compare

🚀 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
}

references

0.11.0

18 Nov 18:49
95abd08

Choose a tag to compare

update goreleaser timeout @mcalhoun (#23)

what

  • Update goreleaser timeout
  • remove parallelism flag

why

  • Builds are currently taking longer than 60m
  • The parallelism defaults to the number of CPUs, so setting it higher actually may cause it to build slower

v0.10.0

18 Nov 16:47
28f4a25

Choose a tag to compare

bump go version in github actions @mcalhoun (#22)

what

  • Fix the golang version in github actions

why

  • Currently the release action is failing because of a version mismatch between go.mod and the release.yml action