Skip to content

Commit 2284340

Browse files
author
Thomas Loubrieu
committed
replace commented obsolete content by a TODO comment
1 parent 5567e51 commit 2284340

1 file changed

Lines changed: 4 additions & 19 deletions

File tree

terraform/main.tf

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -56,22 +56,7 @@ module "api_gateway" {
5656
common_tags = var.common_tags
5757
}
5858

59-
# TL: not ready for integration as we have a deadline for the ISRO node creation in dev, step done manuallyt
60-
# module "registry_api" {
61-
# source = "git::https://github.com/NASA-PDS/registry-api.git//terraform?ref=terraform_for_dev"
62-
#
63-
# aws_region = var.aws_region
64-
# sprint_boot_args = "--openSearch.host=${module.opensearch.collection_endpoint} --openSearch.CCSEnabled=true --openSearch.username='' --openSearch.disciplineNodes=${join(",", var.node_list)} --registry.service.version=1.6.0-SNAPSHOT"
65-
# aws_s3_bucket_logs_id=var.aws_s3_bucket_logs_id
66-
# registry_api_docker_image=var.registry_api_docker_image
67-
# ecs_task_role = data.aws_ssm_parameter.registry_api_ecs_task_role_arn
68-
# ecs_task_execution_role = data.aws_ssm_parameter.registry_api_ecs_task_execution_role_arn
69-
# aws_fg_vpc = var.vpc_id
70-
# aws_fg_security_group = var.registry_api_ecs_service_security_group
71-
# aws_fg_subnets = var.subnet_ids
72-
# aws_lb_subnets = var.public_subnet_ids
73-
# aws_acm_certificate_arn = var.acm_certificate_arn
74-
#
75-
# common_tags = var.common_tags
76-
#
77-
# }
59+
# TODO add modules call for registry-api and registry-sweepers
60+
# make the opensearch configuration pulled from the SSM parameters in the module opensearch_serverless
61+
# or opensearch_managed as the module opensearch might not be called, especially in a prod configuration
62+
# where we want to keep the same database

0 commit comments

Comments
 (0)