terraform-google-cloud-run
terraform-google-cloud-run copied to clipboard
Cloud Run v2 support
This is going to be a completely new API or TF resource google_cloud_run_v2_service.
Two options I see, which will be a destructive change in both cases and rebuild the submodules and solutions developed here.
- Conditional counts and add 2 resource blocks.
- Use only the latest resource block (which seems to offer similar inputs at the first glance).
Option 3 would be a submodule which will be independent and non destructive.
I am thinking we could start with 3 and then in a future breaking change move it as the main module while making v1 into a submodule.
@q2w will take a pass at the submodule
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days