Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 265 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 265 Bytes

Kukkubukku Infra

Prerequisites

Add an aws access key id and secret key in the file terraform.tfvars

terraform init
terraform workspace new Development
terraform plan -out development.tfplan
terraform apply "development.tfplan"

terraform destroy