remove other variables
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 4m37s

This commit is contained in:
2025-11-24 17:42:30 +01:00
parent 5330973709
commit 165912a2ff
2 changed files with 11 additions and 10 deletions

View File

@@ -3,7 +3,7 @@
# =============================================================================
#======================================================
# INFRASTRUCTURE APP: MySQL Database (Infrastructure)
# Create Aapp in mode Infrastructure : MySQL Database for AWS
#======================================================
# Creating the Target
@@ -37,12 +37,13 @@ resource "cloudflare_zero_trust_access_application" "cloudflare_aws_app_ssh_infr
},
}]
# SSH Infrastructure Policy
policies = [{
name = "SSH GCP Infrastructure Policy"
decision = "allow"
allowed_idps = [
cloudflare_zero_trust_access_identity_provider.authentik_oidc.id,
cloudflare_zero_trust_access_identity_provider.authentik_oidc.id,
]
auto_redirect_to_identity = true
allow_authenticate_via_warp = false
@@ -97,7 +98,7 @@ resource "cloudflare_zero_trust_access_application" "cloudflare_aws_app_ssh_infr
}
#======================================================
# INFRASTRUCTURE APP: MySQL Database (Infrastructure)
# Create Aapp in mode Infrastructure : MySQL Database for GCP
#======================================================
# Creating the Target
@@ -131,12 +132,13 @@ resource "cloudflare_zero_trust_access_application" "cloudflare_gcp_app_ssh_infr
},
}]
# SSH Infrastructure Policy
policies = [{
name = "SSH GCP Infrastructure Policy"
decision = "allow"
allowed_idps = [
cloudflare_zero_trust_access_identity_provider.authentik_oidc.id,
cloudflare_zero_trust_access_identity_provider.authentik_oidc.id,
]
auto_redirect_to_identity = true
allow_authenticate_via_warp = false