File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ locals {
33
33
}
34
34
35
35
# ###############################################################################
36
- # ECS EC2 Module
36
+ # ECS Module
37
37
# ###############################################################################
38
38
39
- module "ecs_ec2 " {
39
+ module "ecs " {
40
40
source = " ../../"
41
41
42
42
# Cluster
Original file line number Diff line number Diff line change @@ -48,10 +48,10 @@ output "public_subnets_cidr_blocks" {
48
48
49
49
output "ecs_cluster_arn" {
50
50
description = " ARN of the ECS Cluster"
51
- value = module. ecs_ec2 . cluster_arn
51
+ value = module. ecs . cluster_arn
52
52
}
53
53
54
54
output "ecs_service_id" {
55
55
description = " Identifier of the ECS Service"
56
- value = module. ecs_ec2 . service_id
56
+ value = module. ecs . service_id
57
57
}
You can’t perform that action at this time.
0 commit comments