How do I create a Hostname origin_tls_client_auth via the Terraform provider?
Hello, I am using the 5.8.2 Terrafrom provider to set up Authenticated Origin Pull for a specific hostname. From what I can tell, the
cloudflare_authenticated_origin_pulls_certificate
object no longer supports type. This means that all certs created are for the zone and not for the host.
Pulling the zone certs
Pull the hostname certs. Since I am implementing hostname-based AOP, I need a cert list at this endpoint.
TF object in question: https://registry.terraform.io/providers/cloudflare/cloudflare/5.8.2/docs/resources/authenticated_origin_pulls_certificate
In the 4.x version of the provider, there was a notion of type. It seems like this was missed when moving to 5.x
What do I need to do to have the 5.x version work with hostname-based AOP?0 Replies