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 20b6a39 commit 909dfe9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
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 @@ -6,7 +6,7 @@ resource "cloudflare_access_policy" "policy" {
decision = "allow"

include {
group = var.group_list
group = ["dc009146-1f84-4d2c-bbd4-670ee9d65d5d"]
}
}

Expand Down
5 changes: 0 additions & 5 deletions terraform/modules/zero_trust_application/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,4 @@ variable "names" {
variable "cloudflare_zone_id" {
description = "The zone ID for Cloudflare"
type = string
}

variable "group_list" {
description = "zero trust access group list"
type = list(string)
}
5 changes: 0 additions & 5 deletions terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,4 @@ variable "cloudflare_api_key" {
variable "cloudflare_zone_id" {
description = "The zone ID for Cloudflare"
type = string
}

variable "group_list" {
description = "zero trust access group list"
type = list(string)
}

0 comments on commit 909dfe9

Please sign in to comment.