use for_each over count for iteration @jurgenweber (#96)
## whatmoving 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
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: 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