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

Migrate to google v6 terraform provider #460

Closed
1 task done
Tracked by #505 ...
steveoh opened this issue Sep 11, 2024 · 2 comments
Closed
1 task done
Tracked by #505 ...

Migrate to google v6 terraform provider #460

steveoh opened this issue Sep 11, 2024 · 2 comments
Assignees
Labels
type: enhancement New feature or request type: technical debt A technical debt pay down task

Comments

@steveoh
Copy link
Member

steveoh commented Sep 11, 2024

Benefit

We use terraform to create all of our cloud infrastructure. We need to stay current with the provider to have access to all of the settings and configuration available in GCP

Acceptance Criteria

  • Modules use version 6

Notes

Upgrading

tfi -upgrade will update providers and modules. After that, if you can plan/apply without error then everything is swell.

Risks

Cloud projects can break

Issue Reference

refs #

@steveoh steveoh self-assigned this Sep 18, 2024
@steveoh steveoh added the type: enhancement New feature or request label Sep 18, 2024
@steveoh steveoh added the type: technical debt A technical debt pay down task label Sep 26, 2024
@stdavis
Copy link
Member

stdavis commented Oct 2, 2024

Can you give an example of what needs to happen for a project? I'm looking at the enviro project and the provider is "google-beta". Do I need to just switch that to "google" and then tfa?

@steveoh
Copy link
Member Author

steveoh commented Oct 2, 2024

tfi -upgrade will update your google and google-beta modules to v6. If you can apply without change then you should be good to go.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request type: technical debt A technical debt pay down task
Projects
Status: Done
Development

No branches or pull requests

2 participants