A repo contains terraform files to create AWS resources using Terraform
- Make a new file terraform.tf
- User Block param { arguments }
- Go to documentation search provider and copy provider code and paste in the block.
- Do
terraform initand then it install the provider and terraform folder contains the provider now.
terraform {
}
- terraform init
- terraform validate
- terraform plan
- terraform apply -auto-approve
- terraform destroy