Manage Cloudflare Zero Trust Access Short-Lived Certificates
mainThe cloudflare_zero_trust_access_short_lived_certificate resource allows you to manage short-lived certificates for Cloudflare Zero Trust Access. This resource requires specific API permissions to function:
Access: Apps and Policies ReadAccess: Apps and Policies Write
To use this resource, you must provide a valid app_id (the UUID of the application). You can optionally scope the resource to a specific account_id or zone_id, but these two fields are mutually exclusive.
resource "cloudflare_zero_trust_access_short_lived_certificate" "example_zero_trust_access_short_lived_certificate" {
app_id = "f174e90a-fafe-4643-bbbc-4a0ed4fc8415"
zone_id = "zone_id"
}