Skip to content

CertificatePack validationRecords is empty #1474

Description

@michaelchen-afk

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugSome behavior is incorrect or out of spec

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions