Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 494 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 494 Bytes

Sakuten/infrastructure

figure

Deploy

if you're not using tfenv, see USE_TFENV.md first

tfenv install min-required
tfenv use min-required

cp <SOMEWHERE> dbgen/ids.json # Add ids.json

cp terraform.tfvars{.sample,}
vim terraform.tfvars # Set credentials

./scripts/deploy.sh

Destroy

Preserve Route53 Hosted Zone

./scripts/exclude-destroy.sh aws_route53_zone.sakuten

Everything

terraform destroy