terraform-ecs-fargate icon indicating copy to clipboard operation
terraform-ecs-fargate copied to clipboard

A Terraform template used for provisioning web application stacks on AWS ECS Fargate

Results 5 terraform-ecs-fargate issues
Sort by recently updated
recently updated
newest added

Add support in the base/state.tf for dynamodb state locking, either with a question or by default.

Hello, I'm trying to run `terraform init` in a clean `env/dev` folder and am receiving multiple errors due to "Duplicated local value definition". Terraform version: v0.14.0 ``` Error: Duplicate local...

Hi.. im pretty new to TF.. seem to have run into the following issue .. any ideas? ➜ base git:(master) ✗ terraform state list data.aws_caller_identity.current data.aws_iam_policy_document.ecr aws_ecr_repository.app aws_ecr_repository_policy.app module.tf_remote_state.data.aws_iam_role.role module.tf_remote_state.aws_s3_bucket.bucket...

The below gives an example of deploying only 1 service, what if I want to deploy new services with new routes?