Skip to content

joesajigeorge/s3-staticwebsite-codepipeline-terraform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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