rancherfederal / rke2-aws-tf

MIT License
84 stars 68 forks source link

Need to pin Terraform AWS provider #97

Open adamacosta opened 11 months ago

adamacosta commented 11 months ago

See https://github.com/hashicorp/terraform-provider-aws/issues/34135. Right now a load balancer won't successfully provision because the latest provider attempts to set an attribute that is valid in commercial but not in Gov Cloud. Need to pin the version to <= 5.22 until this is fixed upstream.

ngearhart commented 8 months ago

I think this is now fixed - can we expand to a newer version of the tf provider?

ngearhart commented 8 months ago

https://github.com/hashicorp/terraform-provider-aws/issues/35014#issuecomment-1889095863 -> >= 5.32.0 should work