Add gateway_certificates.tf
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 24s

This commit is contained in:
2025-11-17 11:26:17 +01:00
parent de2dfd08f7
commit 3cca2259a9

9
gateway_certificates.tf Normal file
View File

@@ -0,0 +1,9 @@
# =============================================================================
# CLOUDFLARE : Access : Applications
# =============================================================================
#
resource "cloudflare_zero_trust_gateway_certificate" "example_zero_trust_gateway_certificate" {
account_id = local.cloudflare_account_id
validity_period_days = 1826
}