Skip to content

Commit 62cd0af

Browse files
move to aws_ecs directory
1 parent ca5e3e2 commit 62cd0af

File tree

15 files changed

+2
-1
lines changed

15 files changed

+2
-1
lines changed

modules/workflows_aws_ecs/README.md renamed to modules/aws_ecs/workflows_aws_ecs/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This module deploys an ECS cluster with autoscaling group of EC2 instances.
88

99
```
1010
module "retool" {
11-
source = "[email protected]:tryretool/retool-terraform.git//modules/aws/ecs-ec2"
11+
source = "[email protected]:tryretool/retool-terraform.git//modules/aws_ecs"
1212
1313
aws_region = "<your-aws-region>"
1414
vpc_id = "<your-vpc-id>"
@@ -18,6 +18,7 @@ module "retool" {
1818
]
1919
ssh_key_name = "<your-key-pair>"
2020
ecs_retool_image = "<desired-retool-version>"
21+
workflows_enabled = true
2122
2223
# Additional configuration
2324
...

0 commit comments

Comments
 (0)