#terraform-aws-modules (2020-03)
Terraform Modules
Discussions related to https://github.com/terraform-aws-modules
Archive: https://archive.sweetops.com/terraform-aws-modules/
2020-03-07
Hey i am trying to leverage aws fargate(https://github.com/cloudposse/terraform-aws-ecs-alb-service-task) tasks for once in a week job, is it a right pattern , since what i want is my own environment (docker will ensure that) and i only want to give the money for the resources i use for the task that i run, still new to fargate world , does it fits the requirements ?
Terraform module which implements an ECS service which exposes a web service via ALB. - cloudposse/terraform-aws-ecs-alb-service-task
2020-03-27
Adding @discourse_forum bot
@discourse_forum has joined the channel
2020-03-29
hi, can anyone tell me what is the major difference between the terraform-aws-atlantis and terraform-aws-ecs-atlantis ?
Terraform configurations for running Atlantis on AWS Fargate. Github, Gitlab and BitBucket are supported - terraform-aws-modules/terraform-aws-atlantis
Terraform module for deploying Atlantis as an ECS Task - cloudposse/terraform-aws-ecs-atlantis
the cluodposse ecs module for atlantis is very opinionated. the main difference is our module works with codebuild/codepipeline to build and deploy the atlantis container to ECS in addition to running it, while the terraform-aws-modules
version does not handle that part.
Terraform configurations for running Atlantis on AWS Fargate. Github, Gitlab and BitBucket are supported - terraform-aws-modules/terraform-aws-atlantis
Terraform module for deploying Atlantis as an ECS Task - cloudposse/terraform-aws-ecs-atlantis
i see, thank you for getting back to me. why did you want to build your own container, as atlantis release their own official build too
also, does your module handle secrets? i am just trying to configure atlantis’ module to use parameter store