File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ For more details see the [design doc](https://github.com/terraform-aws-modules/t
19
19
module "ecs_cluster" {
20
20
source = "terraform-aws-modules/ecs/aws//modules/cluster"
21
21
22
- cluster_name = "ecs-fargate"
22
+ name = "ecs-fargate"
23
23
24
- cluster_configuration = {
24
+ configuration = {
25
25
execute_command_configuration = {
26
26
logging = "OVERRIDE"
27
27
log_configuration = {
@@ -53,9 +53,9 @@ module "ecs_cluster" {
53
53
module "ecs_cluster" {
54
54
source = "terraform-aws-modules/ecs/aws//modules/cluster"
55
55
56
- cluster_name = "ecs-ec2"
56
+ name = "ecs-ec2"
57
57
58
- cluster_configuration = {
58
+ configuration = {
59
59
execute_command_configuration = {
60
60
logging = "OVERRIDE"
61
61
log_configuration = {
You can’t perform that action at this time.
0 commit comments