Skip to content

Commit

Permalink
set delete protection to false
Browse files Browse the repository at this point in the history
  • Loading branch information
bharathkkb authored Nov 28, 2024
1 parent 8ee9186 commit 643b08a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion infra/terraform/test-org/org/folders.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ module "folders-ci" {

names = [for module in [for repo in local.repos : try(repo.short_name, trimprefix(repo.name, "terraform-google-"))] : "ci-${module}"]

set_roles = false
set_roles = false
deletion_protection = false
}

module "bpt_ci_folder" {
Expand Down

0 comments on commit 643b08a

Please sign in to comment.