/s3-staticwebsite-codepipeline-terraform

Using Terraform to deploy S3 static site and CICD pipeline

Primary LanguageHCL

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