mcrucovschii / SmallEnvironment

Small environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# 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!

About

Small environment


Languages

Language:HCL 59.2%Language:Shell 30.4%Language:PHP 10.3%