pulumi / pulumi-cloudflare

Pulumi's Cloudflare package, providing multi-language infrastructure as code for Cloudflare
Apache License 2.0
90 stars 11 forks source link

add private_dns to accessApplication type #789

Open derence-boxed opened 1 month ago

derence-boxed commented 1 month ago

Hello!

Issue details

Please add "private_dns" as one of the types for accessApplication resource

Affected area/feature

VenelinMartinov commented 1 month ago

Hi @derence-boxed, thanks for raising the issue here.

The pulumi cloudflare provider is derived from the terraform cloudflare provider, maintained by cloudflare.

Any feature requests such as this one, should be directed there as they are able to act on that. As soon as that feature is available in the tf provider, we'll also support it here.

Seems like they considered this unstable at some point so it is not exposed in the API: https://github.com/cloudflare/terraform-provider-cloudflare/issues/2030

Might be worth raising an issue and seeing if that has changed.