saliy / tf-ecs-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

install

  1. Run make init
  2. Create file var-demo.tfvars:
    aws_access_key = "..."
    aws_secret_key = "..."
    
  3. Run make apply

trouble

  1. Same Terraform project work in old AWS-account and not work in new.
First AWS Account (old) Second AWS Account (new)
alt text alt text
  1. Targets with 80 ports are misleading.

About


Languages

Language:HCL 96.0%Language:Makefile 4.0%