File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1919 *****************************************/
2020
2121resource "google_folder" "common" {
22- display_name = " ${ local . folder_prefix } -common"
23- parent = local. parent
24- deletion_protection = var. folder_deletion_protection
22+ display_name = " ${ local . folder_prefix } -common"
23+ parent = local. parent
24+ # deletion_protection = var.folder_deletion_protection // uncommnet after updating "GoogleCloudPlatform/cloud-functions/google" to provider v6
2525}
2626
2727resource "google_folder" "network" {
28- display_name = " ${ local . folder_prefix } -network"
29- parent = local. parent
30- deletion_protection = var. folder_deletion_protection
28+ display_name = " ${ local . folder_prefix } -network"
29+ parent = local. parent
30+ # deletion_protection = var.folder_deletion_protection // uncommnet after updating "GoogleCloudPlatform/cloud-functions/google" to provider v6
3131}
You can’t perform that action at this time.
0 commit comments