Terraform modules for vpc, subnets, nat gateways, route tables, eip's, Security_Groups, Ec2 Instances, user_data.
terraform init
terraform validate
3. For debugging use TRACE which is the most verbose and is the default with TF_LOG is set to something other than a log level name
export TF_LOG=TRACE
export TF_LOG_PATH=./log/terraform-crash.log
terraform plan --out=outputs.json --var-file=./env/UAT.tfvars
terraform apply "outputs.json"
Soon I will add each resource