fix!: bump modules and examples to google provider v7 - #218
Conversation
…ud_serverless_network
…ith temporary git reference
…porary git reference
|
/gcbrun |
1 similar comment
|
/gcbrun |
|
/gcbrun |
|
/gcbrun |
|
/gcbrun |
1 similar comment
|
/gcbrun |
|
/gcbrun |
5 similar comments
|
/gcbrun |
|
/gcbrun |
|
/gcbrun |
|
/gcbrun |
|
/gcbrun |
apeabody
left a comment
There was a problem hiding this comment.
Thanks @marcos-leal-cit!
| module "cloud_serverless_network" { | ||
| source = "GoogleCloudPlatform/cloud-run/google//modules/secure-serverless-net" | ||
| version = "~> 0.21.5" | ||
| source = "git::https://github.com/marcos-leal-cit/terraform-google-cloud-run.git//modules/secure-serverless-net?ref=8804387cdfd62e074ff3ad529f41b8768b8ddac8" |
There was a problem hiding this comment.
It is related to the bump on cloud-run, PR already opened: GoogleCloudPlatform/terraform-google-cloud-run#460
There are submodules that cloud-run is using that does not support google v7 yet.
There was a problem hiding this comment.
Yes - Tracking at GoogleCloudPlatform/terraform-google-cloud-run#462
There was a problem hiding this comment.
Moved to DRAFT as I don't want someone to accidentally merged till these are updated.
Co-authored-by: Andrew Peabody <andrewpeabody@google.com>
marcos-leal-cit
left a comment
There was a problem hiding this comment.
The cloud-run modules that cloud-function uses does not suppor google v7. I believe that we need to first have a new release on cloud-run, related to the PR mentioned, and then adjust here.
| module "cloud_serverless_network" { | ||
| source = "GoogleCloudPlatform/cloud-run/google//modules/secure-serverless-net" | ||
| version = "~> 0.21.5" | ||
| source = "git::https://github.com/marcos-leal-cit/terraform-google-cloud-run.git//modules/secure-serverless-net?ref=8804387cdfd62e074ff3ad529f41b8768b8ddac8" |
There was a problem hiding this comment.
It is related to the bump on cloud-run, PR already opened: GoogleCloudPlatform/terraform-google-cloud-run#460
There are submodules that cloud-run is using that does not support google v7 yet.
|
/gcbrun |
|
This PR is blocked until there is a new release on cloud-run repo: GoogleCloudPlatform/terraform-google-cloud-run#462 |
|
/gcbrun |
2 similar comments
|
/gcbrun |
|
/gcbrun |
apeabody
left a comment
There was a problem hiding this comment.
Thanks @marcos-leal-cit!
Update modules, submodules and examples to use google provider v7.