Describe what happened
This resource is successfully created
const cloudflareEdgeCertificate = new cloudflare.CertificatePack(
clusterWildcardDomain,
{
zoneId: cloudflareZoneId,
certificateAuthority: 'google',
type: 'advanced',
validityDays: 90,
validationMethod: 'txt',
hosts: [clusterWildcardDomain],
},
{ provider: cloudflareProvider }
)
but the validationRecords is just an empty array/list
cloudflareEdgeCertificate.validationRecords // equals []
Instead, I expect it to be populated with the Certificate validation TXT name/values that I see in the Cloudflare UI so I can use these values to create the DNS records needed to validate the cert
Sample program
included in the description
Log output
No response
Affected Resource(s)
No response
Output of pulumi about
CLI
Version 3.209.0
Go Version go1.25.4
Go Compiler gc
Plugins
KIND NAME VERSION
language nodejs 3.209.0-dev.0
Host
OS darwin
Version 15.7.3
Arch arm64
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
Describe what happened
This resource is successfully created
but the
validationRecordsis just an empty array/listInstead, I expect it to be populated with the Certificate validation TXT name/values that I see in the Cloudflare UI so I can use these values to create the DNS records needed to validate the cert
Sample program
included in the description
Log output
No response
Affected Resource(s)
No response
Output of
pulumi aboutCLI
Version 3.209.0
Go Version go1.25.4
Go Compiler gc
Plugins
KIND NAME VERSION
language nodejs 3.209.0-dev.0
Host
OS darwin
Version 15.7.3
Arch arm64
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).