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

Skip terraform aws provider version: 5.39 #81

Open
mickmcgrath13 opened this issue Mar 4, 2024 · 1 comment
Open

Skip terraform aws provider version: 5.39 #81

mickmcgrath13 opened this issue Mar 4, 2024 · 1 comment

Comments

@mickmcgrath13
Copy link
Contributor

mickmcgrath13 commented Mar 4, 2024

The AWS provider, it's set to
version = \"~> 5.0\"

This issue both confirms there is an issue and provides a workaround
hashicorp/terraform-provider-aws#36038 (comment)

    aws = {
      source  = "hashicorp/aws"
      version = ">=5.0, !=5.39"
    }

We should implement that here:
https://github.com/bitovi/github-actions-commons/blob/main/operations/_scripts/generate/generate_provider.sh#L25-L28

@mickmcgrath13
Copy link
Contributor Author

should help resolve: bitovi/github-actions-deploy-docker-to-ec2#153

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant