This message was deleted.
# getting-started
s
This message was deleted.
e
I think azurerm was the old name for what is now called "azure-native", can you try
pulumi plugin install resource azure-native
?
b
curious, where did you find the azurerm name?
b
Hi @echoing-dinner-19531 & @brainy-church-78120 We used 'azurerm' from the terraform documentation https://learn.hashicorp.com/tutorials/terraform/azure-build?in=terraform/azure-get-started Does the pulumi to terraform not support the azurerm provider? If not is it easy to move across to using the azure-native provider to then use the tf2pulumi tool?
e
You've run tf2pulumi on your terraform code?
b
@echoing-dinner-19531 we have been trying use the tf2pulumi tool on our azure terraform stack but we are getting this azurerm provider error
What do you recommend we try given the error? Does the tf2pulumi tool support the azurerm provider?
e
What error exactly is tf2pulumit giving?
b
@echoing-dinner-19531 tf2pulumi --target-language python Warning: default provider configuration is not supported on main.tf line 0: (source code not available) Error: unknown package 'azurerm' on main.tf.pp line 0: 1: resource platforms "pulumiprovidersazurerm" { unknown package 'azurerm'
e
I think this should work. I'll ping this internally see if anyones got ideas of whats up
b
ok thank you
s
terraform-provider-azurerm
maps to
pulumi-azure
(the bridged provider), not
pulumi-azure-native
(the native provider). It's also one of the few exceptions to our naming scheme for bridged providers FWIW.