/SmallEnvironment

Small environment

Primary LanguageHCL

# Example of a small environment deployment

+# Enter your AWS credentials
export AWS_ACCESS_KEY_ID=""\
export AWS_SECRET_ACCESS_KEY=""

+# Init
terraform init

+#Configure
#terraform.tfvars

+# Deploy
terraform apply --auto-approve

+# Destroy
terraform destroy --auto-approve

# Thank you!