Open artem-nefedov opened 3 months ago
hey @artem-nefedov
Can you help test my PR #1451?
You can point to my fork by using the replace directive in your go.mod
file.
go mod init github.com/wakeful/new-project
go mod edit -replace github.com/gruntwork-io/terratest@v0.47.2=github.com/wakeful/terratest@v0.48.0
go get github.com/gruntwork-io/terratest/modules/aws@v0.47.2
AWS SDK for Go (v1) is already in maintenance mode since July 31, 2024, and is moving towards end of life: https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-go-v1-on-july-31-2025/
Are there any plans to migrate Terratest to aws-sdk-go-v2?