Owner: Alexis Bykov
Topics: Terraform, ...
Note: Before use terraform commands do aws configuration or see Exports commands below to set AWS credentials and default region values
terraform init
terraform validate
teraform fmt
tflint
terraform plan
terraform apply
terraform destroy
export AWS_ACCESS_KEY_ID=...
export AWS_SECRET_ACCESS_KEY=...
export AWS_DEFAULT_REGION=eu-central-1