Skip to content

Commit f1afe74

Browse files
author
Erin-Boehmer
committed
Use metadata_service_enable_api_basic_auth var name from root of module
1 parent 0ca550e commit f1afe74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

outputs.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ output "metaflow_profile_json" {
7474
"METAFLOW_BATCH_CONTAINER_REGISTRY" = element(split("/", aws_ecr_repository.metaflow_batch_image[0].repository_url), 0),
7575
"METAFLOW_BATCH_CONTAINER_IMAGE" = element(split("/", aws_ecr_repository.metaflow_batch_image[0].repository_url), 1)
7676
} : {},
77-
var.enable_api_basic_auth ? {
77+
var.metadata_service_enable_api_basic_auth ? {
7878
"METAFLOW_SERVICE_AUTH_KEY" = "## Replace with output from 'aws apigateway get-api-key --api-key ${module.metaflow-metadata-service.api_gateway_rest_api_id_key_id} --include-value | grep value' ##"
7979
} : {},
8080
var.batch_type == "fargate" ? {

0 commit comments

Comments
 (0)