#airship (2019-08)
Home of Airship ECS Modules ( https://github.com/blinkist/terraform-aws-airship-ecs-service / https://github.com/blinkist/terraform-aws-airship-ecs-cluster )
Archive: https://archive.sweetops.com/airship/
2019-08-02
what As per the documentation for Fargate using private docker registries[1] this commit introduces a new variable repository_credentials_secret_arn used to pass in the AWS Secrets Manager path to …
0.9.6 Release 0.9.6
Terraform module which creates an ECS Service, IAM roles, Scaling, ALB listener rules.. Fargate & AWSVPC compatible - blinkist/terraform-aws-airship-ecs-service
2019-08-07
0.9.7 Release 0.9.7
Terraform module which creates an ECS Service, IAM roles, Scaling, ALB listener rules.. Fargate & AWSVPC compatible - blinkist/terraform-aws-airship-ecs-service
2019-08-30
what If wanting to create an ECS task that does not have an ALB e.g. a scheduled task of some kind that doesn’t need an ALB, because we try and do a lookup on a data source, I am currently getting …
0.9.8: Only trigger ALB module if ALB != ‘none’ (#74) If wanting to create an ECS task that does not have an ALB e.g. a scheduled task of some kind that doesn’t need an ALB, because we try and do a lookup on a data source, I am currently getting [1] If load_balancing_type is set to none, take it that we do not want to create any resources in the ALB module. [1]
- module.ecs_service.module.alb_handling.data.aws_lb.main: 1 error occurred:
- module.ecs_service.module.alb_handling.data.aws_lb.main: data.aws_lb.main: Search returned 0 results, please…
Terraform module which creates an ECS Service, IAM roles, Scaling, ALB listener rules.. Fargate & AWSVPC compatible - blinkist/terraform-aws-airship-ecs-service