mirror of
https://github.com/imjasonh/terraform-playground
synced 2026-07-18 23:20:18 +00:00
vars
Signed-off-by: Jason Hall <jason@chainguard.dev>
This commit is contained in:
parent
fe6e09f4cf
commit
a0b5d1f369
7 changed files with 18 additions and 7 deletions
|
|
@ -18,5 +18,5 @@ module "pr-workqueue" {
|
|||
|
||||
team = var.team
|
||||
notification_channels = []
|
||||
deletion_protection = false
|
||||
deletion_protection = var.deletion_protection
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue