Update access_groups.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 12s

This commit is contained in:
2025-11-16 18:45:19 +01:00
parent b60da06096
commit 198a1b9384

View File

@@ -18,9 +18,9 @@ locals {
# OS posture checks
os_posture_checks = [
var.cf_linux_posture_id,
var.cf_macos_posture_id,
var.cf_windows_posture_id
var.cloudflare_linux_posture_id,
var.cloudflare_macos_posture_id,
var.cloudflare_windows_posture_id
]
}
@@ -32,7 +32,7 @@ resource "cloudflare_zero_trust_access_group" "saml_groups" {
include = [{
saml = {
identity_provider_id = var.cf_okta_identity_provider_id
identity_provider_id = var.cloudflare_okta_identity_provider_id
attribute_name = "groups"
attribute_value = each.value
}