#airship (2019-08)

airship

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

joshmyers avatar
joshmyers
Allow pulling images from private Docker registry by joshmyers · Pull Request #71 · blinkist/terraform-aws-airship-ecs-service

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 …

Release notes from terraform-aws-airship-ecs-service avatar
Release notes from terraform-aws-airship-ecs-service
12:37:43 PM

0.9.6 Release 0.9.6

blinkist/terraform-aws-airship-ecs-service

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

Release notes from terraform-aws-airship-ecs-service avatar
Release notes from terraform-aws-airship-ecs-service
12:17:38 PM

0.9.7 Release 0.9.7

blinkist/terraform-aws-airship-ecs-service

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

joshmyers avatar
joshmyers
Only trigger ALB module if ALB != ‘none’ by joshmyers · Pull Request #74 · blinkist/terraform-aws-airship-ecs-service

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 …

Release notes from terraform-aws-airship-ecs-service avatar
Release notes from terraform-aws-airship-ecs-service
01:47:43 PM

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…
blinkist/terraform-aws-airship-ecs-service

Terraform module which creates an ECS Service, IAM roles, Scaling, ALB listener rules.. Fargate & AWSVPC compatible - blinkist/terraform-aws-airship-ecs-service

    keyboard_arrow_up