Skip to content

Commit

Permalink
docker_registry for container definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Devops-Graphite committed Mar 9, 2021
1 parent a9bacda commit a8e8651
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions common/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ var RequiredAPIVariables = []string{
AWS_LINUX_SERVICE_AMI,
AWS_WINDOWS_SERVICE_AMI,
AWS_REGION,
DOCKER_REGISTRY,
}

var RequiredCLIVariables = []string{}
Expand All @@ -103,7 +102,6 @@ var RequiredRunnerVariables = []string{
AWS_VPC_ID,
AWS_PRIVATE_SUBNETS,
AWS_PUBLIC_SUBNETS,
DOCKER_REGISTRY,
}

func Validate(required []string) error {
Expand Down
1 change: 1 addition & 0 deletions setup/module/api/deploy.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ data "template_file" "container_definitions" {
log_group_name = "${aws_cloudwatch_log_group.mod.id}"
dynamo_tag_table = "${aws_dynamodb_table.tags.id}"
dynamo_job_table = "${aws_dynamodb_table.jobs.id}"
docker_registry = "${var.docker_registry}"
}
}

0 comments on commit a8e8651

Please sign in to comment.