Skip to content

Commit 3a9d3fa

Browse files
authored
Update main.tf
1 parent 1348d34 commit 3a9d3fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ data "aws_secretsmanager_secret" "kms_cmk_arn" {
77
arn = "kms_cmk_arn" # We look up the secret via ARN, and find the KMS CMK's ARN, referenced below
88
}
99

10-
module "Ue1TiGitHubBuilders" {
10+
module "EcsCluster" {
1111
source = "./modules/ecs_on_fargate"
1212
ecs_name = "ResourceGroupName" # Name to use for customizing resources, permits deploying this module multiple times with different names
1313
image_ecr_url = "url_of_ECR" # URL of the container repo where image is stored

0 commit comments

Comments
 (0)