Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update AWS Provider Version for Terraform module to fix Timeout Rather than Manual Workarounds #3966

Open
AndrewKahr opened this issue Aug 26, 2024 · 0 comments
Labels
kind/feature New features for Agones

Comments

@AndrewKahr
Copy link

Is your feature request related to a problem? Please describe.
Running terraform with AWS will timeout when interacting with HELM as described in the documentation due to this issue. The issue is claimed fixed by v4.3.0 of the provider but when I try to set a version above 3 in my AWS provider versions, it will fail to find a version that satisfies all constraints.

Describe the solution you'd like
Update the AWS provider version in the install section of the repo as that seems to be driving the v3 limit, though I am not sure if there are other factors preventing the update.

Describe alternatives you've considered
Manually delete all resources each time interacting with terraform, but that feels like it goes against the whole premise of terraform.

@AndrewKahr AndrewKahr added the kind/feature New features for Agones label Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New features for Agones
Projects
None yet
Development

No branches or pull requests

2 participants
@AndrewKahr and others