Pulumiverse provider maintainers, I got informed a...
# pulumiverse
l
Pulumiverse provider maintainers, I got informed about an upcoming change of how Terraform examples in bridged providers will be converted to Pulumi code in the supported languages. https://github.com/pulumi/pulumi-terraform-bridge/issues/2037 This is already in use for over a year in Pulumi managed providers. For providers using
pulumi/ci-mgmt
to keep workflows up to date, it means that we need to set
pulumiConvert: 1
in
.ci-mgmt.yaml
file and rerun
make ci-mgmt
. This will update the
Makefile
to use the
pulumi convert
plugin. If you haven't set this, please do now to test this as it will become the default behaviour shortly.