Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody authored Oct 31, 2023
1 parent 9ccdb31 commit 27850c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/terraform/modules/repositories/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ resource "github_repository" "repo" {

security_and_analysis {
secret_scanning {
status = enabled
status = "enabled"
}
secret_scanning_push_protection {
status = enabled
status = "enabled"
}
}
}
Expand Down

0 comments on commit 27850c9

Please sign in to comment.