Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 526 Bytes

install-plugins.md

File metadata and controls

7 lines (6 loc) · 526 Bytes

Step 2 : Installing the necessary Plugins

We have to ensure the necessary Terraform plugins installations. You have to create a new file with .tf extension and copy the code from provider.tf in my repository and paste it in here. Then run the below command for plugins installation

terraform init

The above command will install the necessary plugins required.