Skip to main content

What is the AWS Provider [ TERRAFORM ] ?

 

What is the AWS Provider?

Terraform depends on plugins to interact with cloud providers such as AWS, Azure etc. One of the most widely used providers in the AWS provider. This provider interacts with many resources supported by AWS, such as AWS EC2 ,VPC, and many more.

Terraform uses AWS Provider with proper credentials to connect with Amazon to manage or deploy of AWS services.

Comments

Popular posts from this blog

Terraform Commands

  Terraform Cheat Sheet terraform version $ terraform version Terraform v1.0.1 on darwin_amd64 terraform init $ terraform init Ask for input if necessary. If false, will error if input was required. $ terraform init -input=false You can also change the backend details using  -backend-config  option.,  reconfigure  will reconfigure the backend, ignoring any saved configuration . $ terraform init -backend-config=PATH/TO/CONFIGURATION_FILE -reconfigure