78237/what-is-a-terraform-provider
Hi Guys,
I recently started to learn Terraform. I don't know too much about this platform. Can anyone tell me what is Terraform provider?
Hi@akhtar,
Terraform is agnostic to the underlying cloud platform, it implements this with the provider model. Providers are pieces of software that act as an interface between the Cloud provider and the Terraform engine. There is a list of additional providers here - https://www.terraform.io/docs/providers/.
Hi@akhtar, You can use a remote-exec provisioner to ...READ MORE
Hi@akhtar, I think a key difference between Terraform ...READ MORE
Hi@mgb, I have checked the document. You are ...READ MORE
Hi@akhtar, Terraform is a declarative language, you can ...READ MORE
Hi@akhtar, You have to set an environment variable ...READ MORE
Hi@akhtar, A module is a container for multiple resources that ...READ MORE
Hi@akhtar, You can use the file function in Terraform. This file function ...READ MORE
Hi@MD, Terraform has a command named terraform workspace. ...READ MORE
Terraform is a provisioning tool that seems ...READ MORE
Hi@akhtar, Data sources allow data to be fetched or ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.