Skip to content

v2.0.0

Latest

Choose a tag to compare

@cloudposse-releaser cloudposse-releaser released this 09 Dec 04:59
· 1 commit to main since this release
226f463
use for_each over count for iteration @jurgenweber (#96) ## what

moving to for_each for resources over count

why

I lost the ability to update an endpoint for 12 hours because of this. Standard terraform count vs for_each reasons (index changes with count).

references

#30

fix: terratest @oycyc (#128) Tests were failing (https://github.com/cloudposse/terraform-aws-ec2-client-vpn/actions/runs/14861792830/job/41728381688), not because of any of the TF code, but rather Terratest/Go itself: ![image](https://github.com/user-attachments/assets/be8129e0-13d5-491d-8019-392c9cc54932)

This PR updates the Go version to use 1.23 and updates the generated go.sum. This PR is reproducable by running

go mod edit -go=1.23
go get -u ./...
go mod tidy 

🤖 Automatic Updates

Fix go version in tests @osterman (#130) ## what - Update go `1.24`

why

  • Error loading shared library libresolv.so.2 in Go 1.20

References

Replace Makefile with atmos.yaml @osterman (#129) ## what - Remove `Makefile` - Add `atmos.yaml`

why

  • Replace build-harness with atmos for readme genration

References

  • DEV-3229 Migrate from build-harness to atmos