I got yet another `pulumi` question: I want to use...
# general
p
I got yet another
pulumi
question: I want to use GCP beta features (specifically this one: https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1beta1/projects.locations.clusters#Cluster.ConsumptionMeteringConfig). From the documentation and blog posts it seems
pulumi
supports GCP beta features, but the Typescript types in
pulumi/gcp@1.0.0
do not support it. Is it that it's just a bit behind GCP? If yes, how much?
w
The 1.1.0 release is aligned with v2.14.0 of the Google Beta Terraform Provider per https://github.com/pulumi/pulumi-gcp/blob/master/CHANGELOG.md#110-2019-09-13.
There was a 2.15.0 release of the Terraform provider yesterday which should be available in a Pulumi release shortly. https://github.com/terraform-providers/terraform-provider-google-beta/blob/master/CHANGELOG.md#2150-september-17-2019
p
Cool. Thank you for your explanation and the pointers.