Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 484 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 484 Bytes

ECR

Provision an ECR repository for centrally storing docker images.

Pre-requisites

Steps to provision

$ terraform init
$ terraform get -update=true
$ terraform plan -out tfplan
$ terraform apply tfplan

Steps to de-provision

$ terraform init
$ terraform get -update=true
$ terraform plan -destroy -out destroy_tfplan
$ terraform apply destroy_tfplan