Skip to content

To demonstrate using terratest to automate the testing of resources created with terraform

Notifications You must be signed in to change notification settings

victordickson/Terratest-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

To demonstrate using terratest to automate the testing of resources created with terraform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published