Terraform Basics 101: Part 3
Terraform commands To check if our syntax is right, use terraform validate terraform fmt file makes the .tf file much more suitable to read terraform show command shows current state of the resources. We can also use flag json to check them in jso...
Dec 18, 20245 min read2