Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 407 Bytes

File metadata and controls

19 lines (13 loc) · 407 Bytes

S3 Static Website and Code Pipeline

Using terraform to deploy the infrastructure in AWS.

Initialise and Deploy

$ terraform init
$ terraform plan
$ terraform apply

Destroy the Infrastructure

$ terraform destroy