File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
modules/core_project_factory Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 1+ ## 1.0.2
2+
3+ ### FIXED
4+
5+ - Fixed deprecation notice for ` google-beta ` provider in ` core_project_factory ` module.
6+
17## 1.0.1
28
39### FIXED
Original file line number Diff line number Diff line change @@ -323,6 +323,8 @@ resource "google_storage_bucket_iam_member" "api_s_account_storage_admin_on_proj
323323 compute.networkUser role granted to GKE service account for GKE on shared VPC subnets
324324 *****************************************/
325325resource "google_compute_subnetwork_iam_member" "gke_shared_vpc_subnets" {
326+ provider = " google-beta"
327+
326328 count = " ${ local . gke_shared_vpc_enabled && length (compact (var. shared_vpc_subnets )) != 0 ? length (var. shared_vpc_subnets ) : 0 } "
327329
328330 subnetwork = " ${ element (split (" /" , var. shared_vpc_subnets [count . index ]), 5 )} "
You can’t perform that action at this time.
0 commit comments