elixir-terraform-aws-ecs-example
elixir-terraform-aws-ecs-example copied to clipboard
Sample for terraform IaC for elixir projects in ECS
Results
2
elixir-terraform-aws-ecs-example issues
Sort by
recently updated
recently updated
newest added
trafficstars
Thanks for this !! It really helps ! @danschultzer Could you tell me if that type of deployment would also replicate genserver across all nodes ?
- With default configurations, i get the following error at ecs. ``` no pg_hba.conf entry for host "10.0.2.166", user "dbuser", database "core_dev", no encryption ``` - Enabled `ssl: true` and...