Skip to content

Commit

Permalink
Add default values for advanced security and secret scanning in varia…
Browse files Browse the repository at this point in the history
…bles.tf
  • Loading branch information
Dave Arnold committed Dec 4, 2024
1 parent f5445f6 commit 7919fbc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -234,4 +234,15 @@ EOT
status = string
}), { status = "disabled" })
})
default = {
advanced_security = {
status = "disabled"
}
secret_scanning = {
status = "disabled"
}
secret_scanning_push_protection = {
status = "disabled"
}
}
}

0 comments on commit 7919fbc

Please sign in to comment.