What is the <azure.keyvault.Certificate> equivelan...
# azure
a
What is the azure.keyvault.Certificate equivelant in
pulumi_azure_native
? Can't see any Certificate resource here: https://www.pulumi.com/registry/packages/azure-native/api-docs/keyvault/
c
It seems that Azure hasn't published the API for creating the cert. https://github.com/Azure/bicep/discussions/8457 But interestingly someone in SO used a resource from an older API version. I don't see in their docs though, so you could try that but your best bet might be to use the
Certificate
resource from the classic (TF-bridged) provider.
q
Pulumi AI believes it's possible unfortunately and includes a snippet for an input that doesn't exist.