We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1348d34 commit 3a9d3faCopy full SHA for 3a9d3fa
main.tf
@@ -7,7 +7,7 @@ data "aws_secretsmanager_secret" "kms_cmk_arn" {
7
arn = "kms_cmk_arn" # We look up the secret via ARN, and find the KMS CMK's ARN, referenced below
8
}
9
10
-module "Ue1TiGitHubBuilders" {
+module "EcsCluster" {
11
source = "./modules/ecs_on_fargate"
12
ecs_name = "ResourceGroupName" # Name to use for customizing resources, permits deploying this module multiple times with different names
13
image_ecr_url = "url_of_ECR" # URL of the container repo where image is stored
0 commit comments