Skip to content

hareku/terraform-nuxt-fargate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Terraform Nuxt.js Fargate

Nuxt.js development

# run h2o and node
$ docker-compose up -d

# exec node
$ docker-compose exec node sh

# install dependencies
$ yarn install

# run dev server localhost:80
$ yarn run dev

Terraform usage

  1. Copy terraform.tfvars.example to terraform.tfvars and set credentials.
  2. Apply 02_acm.tf and wait verification. because ALB and CloudFront need verified certificates.
  3. Apply .tf files other than 03_route53.tf
  4. Apply 03_route53.tf

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published