How can I specify my own Terraform provider as a source to generate documentation
I am currently attempting to generate the documentation for my Terraform provider, but it always tries to get “registry.terraform.io/hashicorp/pterodactyl v0.0.1”. My provider is already on the registry, but I don’t know how to specify the origin. I set the name as a command arg, but it still has the wrong version and “creator”.
In the implementation of a Terraform Provider, how do I differentiate between an empty string and a null value?
I am currently working on building a Terraform Provider (doesn’t use the Terraform Plugin Framework, instead the legacy SDK terraform-plugin-sdk/v2 v2.26.1
) in which I would like to fix a problem I’m seeing with a resource.
In the implementation of a Terraform Provider, how do I differentiate between an empty string and a null value?
I am currently working on building a Terraform Provider (doesn’t use the Terraform Plugin Framework, instead the legacy SDK terraform-plugin-sdk/v2 v2.26.1
) in which I would like to fix a problem I’m seeing with a resource.