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 5d20c83 commit 339dc7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions terraform/modules/zero_trust_application/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
resource "cloudflare_access_policy" "github-app-policy" {
account_id = var.cloudflare_api_key
name = "github-auth"
decision = "allow"
zone_id = var.cloudflare_zone_id
name = "github-auth"
decision = "allow"

include {
group = ["dc009146-1f84-4d2c-bbd4-670ee9d65d5d"]
Expand Down

0 comments on commit 339dc7d

Please sign in to comment.