You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: