1
0
Fork 0
mirror of https://github.com/imjasonh/terraform-playground synced 2026-07-18 23:20:18 +00:00
Signed-off-by: Jason Hall <jason@chainguard.dev>
This commit is contained in:
Jason Hall 2026-02-03 13:42:59 -05:00
parent fe6e09f4cf
commit a0b5d1f369
7 changed files with 18 additions and 7 deletions

View file

@ -18,5 +18,5 @@ module "pr-workqueue" {
team = var.team
notification_channels = []
deletion_protection = false
deletion_protection = var.deletion_protection
}