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

fix: add lower version constraint to Terraform Google provider #278

Conversation

daniel-cit
Copy link
Contributor

@daniel-cit daniel-cit commented Dec 12, 2024

add lower version constraint to Terraform Google provider (deletion_protection was added/required in TPG v6)

Fixes: #257, #275

@daniel-cit daniel-cit requested review from prabhu34, anamer, gtsorbo, q2w and a team as code owners December 12, 2024 18:25
@daniel-cit
Copy link
Contributor Author

@apeabody Cloud you PTAL?

in a PR in another repository you asked to upgrade

- required_version = ">= 0.13"
+ required_version = ">= 1.3"

does this change need to be applied in this repo too?

@apeabody apeabody changed the title chore: add lower version constraint to Terraform Google provider fix: add lower version constraint to Terraform Google provider Dec 12, 2024
@apeabody
Copy link
Contributor

@apeabody Cloud you PTAL?

in a PR in another repository you asked to upgrade

- required_version = ">= 0.13"
+ required_version = ">= 1.3"

does this change need to be applied in this repo too?

It doesn't have to be in this PR, but it should be done eventually.

@apeabody
Copy link
Contributor

/gcbrun

@apeabody
Copy link
Contributor

(changed to fix to trigger release)

@apeabody apeabody merged commit eebcdc0 into GoogleCloudPlatform:main Dec 12, 2024
4 checks passed
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

Successfully merging this pull request may close these issues.

2 participants