Hi everyone. What version of Terraform is Pulumi u...
# azure
n
Hi everyone. What version of Terraform is Pulumi using under the hood? Can I find out from the CLI? (There is a closed bug in Terraform that is still present in Pulumi)
b
it depends on the provider. we don't use the terraform engine at all in our CLI, we only use the providers (eg
pulumi-aws
). You can see this in the provider's changelog which terraform bug are you referring to?
n
pardon, I meant the Azure provider, I'm still hitting this bug: https://github.com/terraform-providers/terraform-provider-azurerm/issues/3918
I opened a new issue on Terraform GitHub, but apparently they claim they fixed it, but I still get the XML content issue in Pulumi on apply.
b
can you open an issue in our pulumi repo for this?
n
sure