Add gateway_certificates.tf
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 24s
All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 24s
This commit is contained in:
9
gateway_certificates.tf
Normal file
9
gateway_certificates.tf
Normal 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
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user