Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 213 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 213 Bytes

To Deploy S3 bucket and EC2 instance, run

terraform init

terraform plan

terraform apply

To destroy, run

terraform destroy

To run Terratest

cd test

go mod init test

go test -v