agrc / planning-queue

A place to manage issues that do not have a dedicated repository or code... yet.
MIT License
0 stars 0 forks source link

Migrate to google v6 terraform provider #460

Open steveoh opened 2 months ago

steveoh commented 2 months ago

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

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 #

stdavis commented 1 month ago

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 commented 1 month ago

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.