#terraform-aws-modules (2020-07)

terraform Terraform Modules

Discussions related to https://github.com/terraform-aws-modules

Archive: https://archive.sweetops.com/terraform-aws-modules/

2020-07-08

Rajesh Babu Gangula avatar
Rajesh Babu Gangula

I am trying to update codebuild project with EFS settings as terraform aws_codebuild_project does not have the option to do it during initial setup .. I am getting the following error …. I am sure its something simple that I am missing here .. let me know if anyone can point me what is that I am missing here

null_resource.output-id: Provisioning with 'local-exec'...
null_resource.output-id (local-exec): Executing: ["/bin/sh" "-c" "aws codebuild update-project --name supercell-shared-infra --file-system-locations [type=EFS,location=fs-865b7b05.efs.us-east-1.amazonaws.com,mountPoint=mount-point,identifier=efs-identifier]"]

null_resource.output-id (local-exec): Expecting value: line 1 column 2 (char 1)

2020-07-23

som.ban.mca avatar
som.ban.mca
08:48:08 PM

@som.ban.mca has joined the channel

2020-07-27

RB avatar

anyone use a module to create scheduled ecs tasks ? looking at this module, but open to other modules too.

https://github.com/turnerlabs/terraform-ecs-fargate-scheduled-task

maarten avatar
maarten

Current airship.tf master is 0.12, would be happy to receive feedback if it’s working well for you, it has build in scheduling in two different ways.

anyone use a module to create scheduled ecs tasks ? looking at this module, but open to other modules too.

https://github.com/turnerlabs/terraform-ecs-fargate-scheduled-task

    keyboard_arrow_up