Skip to content

Commit

Permalink
zero_trust
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasCardin committed Nov 21, 2024
1 parent b3740da commit 20b6a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/zero_trust_application/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ resource "cloudflare_access_policy" "policy" {
name = "${each.value}-github-auth"
decision = "allow"

include = {
include {
group = var.group_list
}
}
Expand Down

0 comments on commit 20b6a39

Please sign in to comment.