Update access_groups.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 12s
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 12s
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user