Terraform Commands
terraform init : To initialize terraform directory. To download plugins,providers and modules
terraform validate: This command will check if terraform configuration is valid or not
terraform fmt: This command allows to format terraform code in cano...
prithvikumardetne.hashnode.dev2 min read