JesusFilm / core

JFP DS Engineering Monorepo
https://docs.core.jesusfilm.org/
19 stars 12 forks source link

feat: languages audio importer #3054

Closed mikeallisonJS closed 6 months ago

mikeallisonJS commented 6 months ago

Description

Issue

Import audio languages from bigquery

Link to Basecamp Todo

Solution

Add BQ imports for graphql-yoga

External Changes

Additional information

github-actions[bot] commented 6 months ago
Warnings
:warning: :exclamation: Big PR (964 changes)

(change count - 964): Pull Request size seems relatively large. If Pull Request contains multiple changes, split each into separate PR will helps faster, easier review.

Generated by :no_entry_sign: dangerJS against 7b6045160e513a7e14ef8a89ca6fbee07e73490e

jesus-film-bot commented 6 months ago

Ran Plan for dir: infrastructure workspace: default

Show Output ```diff Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols: + create ~ update in-place +/- create replacement and then destroy Terraform will perform the following actions: # module.prod.module.eks.aws_eks_node_group.this will be updated in-place ~ resource "aws_eks_node_group" "this" { id = "jfp-eks-prod:jfp-eks-node-group-prod" tags = {} # (16 unchanged attributes hidden) ~ scaling_config { ~ desired_size = 3 -> 2 ~ min_size = 3 -> 1 # (1 unchanged attribute hidden) } # (1 unchanged block hidden) } # module.prod.module.api-languages.module.ecs-task.aws_ecs_service.ecs_service will be updated in-place ~ resource "aws_ecs_service" "ecs_service" { id = "arn:aws:ecs:us-east-2:410965620680:service/jfp-ecs-cluster-prod/api-languages-prod-service" name = "api-languages-prod-service" tags = {} ~ task_definition = "arn:aws:ecs:us-east-2:410965620680:task-definition/jfp-api-languages-prod:32" -> (known after apply) # (15 unchanged attributes hidden) # (4 unchanged blocks hidden) } # module.prod.module.api-languages.module.ecs-task.aws_ecs_task_definition.ecs_task_definition must be replaced +/- resource "aws_ecs_task_definition" "ecs_task_definition" { ~ arn = "arn:aws:ecs:us-east-2:410965620680:task-definition/jfp-api-languages-prod:32" -> (known after apply) ~ arn_without_revision = "arn:aws:ecs:us-east-2:410965620680:task-definition/jfp-api-languages-prod" -> (known after apply) ~ container_definitions = jsonencode( [ - { - cpu = 1024 - environment = [ - { - name = "NODE_ENV" - value = "production" }, ] - essential = true - image = "410965620680.dkr.ecr.us-east-2.amazonaws.com/jfp-api-languages-prod:latest" - logConfiguration = { - logDriver = "awsfirelens" - options = { - Host = "http-intake.logs.datadoghq.com" - Name = "datadog" - TLS = "on" - compress = "gzip" - dd_service = "api-languages" - dd_source = "nestjs" - dd_tags = "env:prod" - provider = "ecs" - retry_limit = "2" } - secretOptions = [ - { - name = "apikey" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/terraform/prd/DATADOG_API_KEY" }, ] } - memory = 2048 - mountPoints = [] - name = "jfp-api-languages-prod-app" - portMappings = [ - { - containerPort = 4003 - hostPort = 4003 - protocol = "tcp" }, ] - secrets = [ - { - name = "ARCLIGHT_API_KEY" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/ecs/api-languages/prod/ARCLIGHT_API_KEY" }, - { - name = "ARCLIGHT_V3_URL" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/ecs/api-languages/prod/ARCLIGHT_V3_URL" }, - { - name = "PG_DATABASE_URL_LANGUAGES" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/ecs/api-languages/prod/PG_DATABASE_URL_LANGUAGES" }, - { - name = "WESS_API_TOKEN" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/ecs/api-languages/prod/WESS_API_TOKEN" }, - { - name = "DD_API_KEY" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/terraform/prd/DATADOG_API_KEY" }, ] - volumesFrom = [] }, - { - cpu = 0 - environment = [ - { - name = "DD_APM_ENABLED" - value = "true" }, - { - name = "DD_APM_NON_LOCAL_TRAFFIC" - value = "true" }, - { - name = "DD_DOGSTATSD_NON_LOCAL_TRAFFIC" - value = "true" }, - { - name = "DD_LOGS_INJECTION" - value = "true" }, - { - name = "DD_OTLP_CONFIG_RECEIVER_PROTOCOLS_GRPC_ENDPOINT" - value = "0.0.0.0:4317" }, - { - name = "DD_OTLP_CONFIG_RECEIVER_PROTOCOLS_HTTP_ENDPOINT" - value = "0.0.0.0:4318" }, - { - name = "DD_PROCESS_AGENT_ENABLED" - value = "true" }, - { - name = "DD_PROFILING_ENABLED" - value = "true" }, - { - name = "DD_RUNTIME_METRICS_ENABLED" - value = "true" }, - { - name = "DD_TAGS" - value = "env:prod app:api-languages" }, - { - name = "DD_TRACE_ANALYTICS_ENABLED" - value = "true" }, - { - name = "ECS_FARGATE" - value = "true" }, ] - essential = true - image = "public.ecr.aws/datadog/agent:latest" - logConfiguration = { - logDriver = "awslogs" - options = { - awslogs-group = "api-languages-prod-logs" - awslogs-region = "us-east-2" - awslogs-stream-prefix = "core" } } - memoryReservation = 128 - mountPoints = [] - name = "jfp-api-languages-prod-datadog-agent" - portMappings = [ - { - containerPort = 8125 - hostPort = 8125 - protocol = "udp" }, ] - secrets = [ - { - name = "DD_API_KEY" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/terraform/prd/DATADOG_API_KEY" }, ] - volumesFrom = [] }, - { - cpu = 0 - environment = [] - essential = true - firelensConfiguration = { - options = { - config-file-type = "file" - config-file-value = "/fluent-bit/configs/parse-json.conf" - enable-ecs-log-metadata = "true" } - type = "fluentbit" } - image = "amazon/aws-for-fluent-bit:stable" - logConfiguration = { - logDriver = "awslogs" - options = { - awslogs-group = "api-languages-prod-logs" - awslogs-region = "us-east-2" - awslogs-stream-prefix = "core" } } - memoryReservation = 100 - mountPoints = [] - name = "jfp-api-languages-prod-log-router" - portMappings = [] - user = "0" - volumesFrom = [] }, ] # forces replacement ) -> (known after apply) # forces replacement ~ id = "jfp-api-languages-prod" -> (known after apply) ~ revision = 32 -> (known after apply) - tags = {} -> null ~ tags_all = {} -> (known after apply) # (10 unchanged attributes hidden) } # module.prod.module.api-languages.module.ecs-task.aws_ssm_parameter.parameters["BIG_QUERY_APPLICATION_JSON"] will be created + resource "aws_ssm_parameter" "parameters" { + arn = (known after apply) + data_type = (known after apply) + id = (known after apply) + insecure_value = (known after apply) + key_id = (known after apply) + name = "/ecs/api-languages/prod/BIG_QUERY_APPLICATION_JSON" + overwrite = true + tags = { + "name" = "BIG_QUERY_APPLICATION_JSON" } + tags_all = { + "name" = "BIG_QUERY_APPLICATION_JSON" } + tier = (known after apply) + type = "SecureString" + value = (sensitive value) + version = (known after apply) } # module.prod.module.api-languages.module.ecs-task.aws_ssm_parameter.parameters["REDIS_URL"] will be created + resource "aws_ssm_parameter" "parameters" { + arn = (known after apply) + data_type = (known after apply) + id = (known after apply) + insecure_value = (known after apply) + key_id = (known after apply) + name = "/ecs/api-languages/prod/REDIS_URL" + overwrite = true + tags = { + "name" = "REDIS_URL" } + tags_all = { + "name" = "REDIS_URL" } + tier = (known after apply) + type = "SecureString" + value = (sensitive value) + version = (known after apply) } # module.stage.module.api-languages.module.ecs-task.aws_ecs_service.ecs_service will be updated in-place ~ resource "aws_ecs_service" "ecs_service" { id = "arn:aws:ecs:us-east-2:410965620680:service/jfp-ecs-cluster-stage/api-languages-stage-service" name = "api-languages-stage-service" tags = {} ~ task_definition = "arn:aws:ecs:us-east-2:410965620680:task-definition/jfp-api-languages-stage:22" -> (known after apply) # (15 unchanged attributes hidden) # (5 unchanged blocks hidden) } # module.stage.module.api-languages.module.ecs-task.aws_ecs_task_definition.ecs_task_definition must be replaced +/- resource "aws_ecs_task_definition" "ecs_task_definition" { ~ arn = "arn:aws:ecs:us-east-2:410965620680:task-definition/jfp-api-languages-stage:22" -> (known after apply) ~ arn_without_revision = "arn:aws:ecs:us-east-2:410965620680:task-definition/jfp-api-languages-stage" -> (known after apply) ~ container_definitions = jsonencode( [ - { - cpu = 1024 - environment = [ - { - name = "NODE_ENV" - value = "production" }, ] - essential = true - image = "410965620680.dkr.ecr.us-east-2.amazonaws.com/jfp-api-languages-stage:latest" - logConfiguration = { - logDriver = "awsfirelens" - options = { - Host = "http-intake.logs.datadoghq.com" - Name = "datadog" - TLS = "on" - compress = "gzip" - dd_service = "api-languages" - dd_source = "nestjs" - dd_tags = "env:stage" - provider = "ecs" - retry_limit = "2" } - secretOptions = [ - { - name = "apikey" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/terraform/prd/DATADOG_API_KEY" }, ] } - memory = 2048 - mountPoints = [] - name = "jfp-api-languages-stage-app" - portMappings = [ - { - containerPort = 4003 - hostPort = 4003 - protocol = "tcp" }, ] - secrets = [ - { - name = "ARCLIGHT_API_KEY" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/ecs/api-languages/stage/ARCLIGHT_API_KEY" }, - { - name = "ARCLIGHT_V3_URL" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/ecs/api-languages/stage/ARCLIGHT_V3_URL" }, - { - name = "PG_DATABASE_URL_LANGUAGES" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/ecs/api-languages/stage/PG_DATABASE_URL_LANGUAGES" }, - { - name = "WESS_API_TOKEN" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/ecs/api-languages/stage/WESS_API_TOKEN" }, - { - name = "DD_API_KEY" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/terraform/prd/DATADOG_API_KEY" }, ] - systemControls = [] - volumesFrom = [] }, - { - cpu = 0 - environment = [ - { - name = "DD_APM_ENABLED" - value = "true" }, - { - name = "DD_APM_NON_LOCAL_TRAFFIC" - value = "true" }, - { - name = "DD_DOGSTATSD_NON_LOCAL_TRAFFIC" - value = "true" }, - { - name = "DD_LOGS_INJECTION" - value = "true" }, - { - name = "DD_OTLP_CONFIG_RECEIVER_PROTOCOLS_GRPC_ENDPOINT" - value = "0.0.0.0:4317" }, - { - name = "DD_OTLP_CONFIG_RECEIVER_PROTOCOLS_HTTP_ENDPOINT" - value = "0.0.0.0:4318" }, - { - name = "DD_PROCESS_AGENT_ENABLED" - value = "true" }, - { - name = "DD_PROFILING_ENABLED" - value = "true" }, - { - name = "DD_RUNTIME_METRICS_ENABLED" - value = "true" }, - { - name = "DD_TAGS" - value = "env:stage app:api-languages" }, - { - name = "DD_TRACE_ANALYTICS_ENABLED" - value = "true" }, - { - name = "ECS_FARGATE" - value = "true" }, ] - essential = true - image = "public.ecr.aws/datadog/agent:latest" - logConfiguration = { - logDriver = "awslogs" - options = { - awslogs-group = "api-languages-stage-logs" - awslogs-region = "us-east-2" - awslogs-stream-prefix = "core" } } - memoryReservation = 128 - mountPoints = [] - name = "jfp-api-languages-stage-datadog-agent" - portMappings = [ - { - containerPort = 8125 - hostPort = 8125 - protocol = "udp" }, ] - secrets = [ - { - name = "DD_API_KEY" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/terraform/prd/DATADOG_API_KEY" }, ] - systemControls = [] - volumesFrom = [] }, - { - cpu = 0 - environment = [] - essential = true - firelensConfiguration = { - options = { - config-file-type = "file" - config-file-value = "/fluent-bit/configs/parse-json.conf" - enable-ecs-log-metadata = "true" } - type = "fluentbit" } - image = "amazon/aws-for-fluent-bit:stable" - logConfiguration = { - logDriver = "awslogs" - options = { - awslogs-group = "api-languages-stage-logs" - awslogs-region = "us-east-2" - awslogs-stream-prefix = "core" } } - memoryReservation = 100 - mountPoints = [] - name = "jfp-api-languages-stage-log-router" - portMappings = [] - systemControls = [] - user = "0" - volumesFrom = [] }, ] # forces replacement ) -> (known after apply) # forces replacement ~ id = "jfp-api-languages-stage" -> (known after apply) ~ revision = 22 -> (known after apply) - tags = {} -> null ~ tags_all = {} -> (known after apply) # (10 unchanged attributes hidden) } # module.stage.module.api-languages.module.ecs-task.aws_ssm_parameter.parameters["BIG_QUERY_APPLICATION_JSON"] will be created + resource "aws_ssm_parameter" "parameters" { + arn = (known after apply) + data_type = (known after apply) + id = (known after apply) + insecure_value = (known after apply) + key_id = (known after apply) + name = "/ecs/api-languages/stage/BIG_QUERY_APPLICATION_JSON" + overwrite = true + tags = { + "name" = "BIG_QUERY_APPLICATION_JSON" } + tags_all = { + "name" = "BIG_QUERY_APPLICATION_JSON" } + tier = (known after apply) + type = "SecureString" + value = (sensitive value) + version = (known after apply) } # module.stage.module.api-languages.module.ecs-task.aws_ssm_parameter.parameters["REDIS_URL"] will be created + resource "aws_ssm_parameter" "parameters" { + arn = (known after apply) + data_type = (known after apply) + id = (known after apply) + insecure_value = (known after apply) + key_id = (known after apply) + name = "/ecs/api-languages/stage/REDIS_URL" + overwrite = true + tags = { + "name" = "REDIS_URL" } + tags_all = { + "name" = "REDIS_URL" } + tier = (known after apply) + type = "SecureString" + value = (sensitive value) + version = (known after apply) } Plan: 6 to add, 3 to change, 2 to destroy. ```

github-actions[bot] commented 6 months ago

The latest updates on your projects.

Name Status Preview Updated (UTC)
docs ✅ Ready Visit Preview Tue Jul 16 19:27:18 UTC 2024
github-actions[bot] commented 6 months ago

The latest updates on your projects.

Name Status Preview Updated (UTC)
arclight ✅ Ready Visit Preview Tue Jul 16 19:28:12 UTC 2024
github-actions[bot] commented 6 months ago

The latest updates on your projects.

Name Status Preview Updated (UTC)
nexus-admin ✅ Ready Visit Preview Tue Jul 16 19:27:24 UTC 2024
jesus-film-bot commented 6 months ago

Ran Plan for dir: infrastructure workspace: default

Show Output ```diff Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols: + create ~ update in-place +/- create replacement and then destroy Terraform will perform the following actions: # module.prod.module.eks.aws_eks_node_group.this will be updated in-place ~ resource "aws_eks_node_group" "this" { id = "jfp-eks-prod:jfp-eks-node-group-prod" tags = {} # (16 unchanged attributes hidden) ~ scaling_config { ~ desired_size = 3 -> 2 ~ min_size = 3 -> 1 # (1 unchanged attribute hidden) } # (1 unchanged block hidden) } # module.prod.module.api-languages.module.ecs-task.aws_ecs_service.ecs_service will be updated in-place ~ resource "aws_ecs_service" "ecs_service" { id = "arn:aws:ecs:us-east-2:410965620680:service/jfp-ecs-cluster-prod/api-languages-prod-service" name = "api-languages-prod-service" tags = {} ~ task_definition = "arn:aws:ecs:us-east-2:410965620680:task-definition/jfp-api-languages-prod:32" -> (known after apply) # (15 unchanged attributes hidden) # (4 unchanged blocks hidden) } # module.prod.module.api-languages.module.ecs-task.aws_ecs_task_definition.ecs_task_definition must be replaced +/- resource "aws_ecs_task_definition" "ecs_task_definition" { ~ arn = "arn:aws:ecs:us-east-2:410965620680:task-definition/jfp-api-languages-prod:32" -> (known after apply) ~ arn_without_revision = "arn:aws:ecs:us-east-2:410965620680:task-definition/jfp-api-languages-prod" -> (known after apply) ~ container_definitions = jsonencode( [ - { - cpu = 1024 - environment = [ - { - name = "NODE_ENV" - value = "production" }, ] - essential = true - image = "410965620680.dkr.ecr.us-east-2.amazonaws.com/jfp-api-languages-prod:latest" - logConfiguration = { - logDriver = "awsfirelens" - options = { - Host = "http-intake.logs.datadoghq.com" - Name = "datadog" - TLS = "on" - compress = "gzip" - dd_service = "api-languages" - dd_source = "nestjs" - dd_tags = "env:prod" - provider = "ecs" - retry_limit = "2" } - secretOptions = [ - { - name = "apikey" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/terraform/prd/DATADOG_API_KEY" }, ] } - memory = 2048 - mountPoints = [] - name = "jfp-api-languages-prod-app" - portMappings = [ - { - containerPort = 4003 - hostPort = 4003 - protocol = "tcp" }, ] - secrets = [ - { - name = "ARCLIGHT_API_KEY" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/ecs/api-languages/prod/ARCLIGHT_API_KEY" }, - { - name = "ARCLIGHT_V3_URL" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/ecs/api-languages/prod/ARCLIGHT_V3_URL" }, - { - name = "PG_DATABASE_URL_LANGUAGES" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/ecs/api-languages/prod/PG_DATABASE_URL_LANGUAGES" }, - { - name = "WESS_API_TOKEN" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/ecs/api-languages/prod/WESS_API_TOKEN" }, - { - name = "DD_API_KEY" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/terraform/prd/DATADOG_API_KEY" }, ] - volumesFrom = [] }, - { - cpu = 0 - environment = [ - { - name = "DD_APM_ENABLED" - value = "true" }, - { - name = "DD_APM_NON_LOCAL_TRAFFIC" - value = "true" }, - { - name = "DD_DOGSTATSD_NON_LOCAL_TRAFFIC" - value = "true" }, - { - name = "DD_LOGS_INJECTION" - value = "true" }, - { - name = "DD_OTLP_CONFIG_RECEIVER_PROTOCOLS_GRPC_ENDPOINT" - value = "0.0.0.0:4317" }, - { - name = "DD_OTLP_CONFIG_RECEIVER_PROTOCOLS_HTTP_ENDPOINT" - value = "0.0.0.0:4318" }, - { - name = "DD_PROCESS_AGENT_ENABLED" - value = "true" }, - { - name = "DD_PROFILING_ENABLED" - value = "true" }, - { - name = "DD_RUNTIME_METRICS_ENABLED" - value = "true" }, - { - name = "DD_TAGS" - value = "env:prod app:api-languages" }, - { - name = "DD_TRACE_ANALYTICS_ENABLED" - value = "true" }, - { - name = "ECS_FARGATE" - value = "true" }, ] - essential = true - image = "public.ecr.aws/datadog/agent:latest" - logConfiguration = { - logDriver = "awslogs" - options = { - awslogs-group = "api-languages-prod-logs" - awslogs-region = "us-east-2" - awslogs-stream-prefix = "core" } } - memoryReservation = 128 - mountPoints = [] - name = "jfp-api-languages-prod-datadog-agent" - portMappings = [ - { - containerPort = 8125 - hostPort = 8125 - protocol = "udp" }, ] - secrets = [ - { - name = "DD_API_KEY" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/terraform/prd/DATADOG_API_KEY" }, ] - volumesFrom = [] }, - { - cpu = 0 - environment = [] - essential = true - firelensConfiguration = { - options = { - config-file-type = "file" - config-file-value = "/fluent-bit/configs/parse-json.conf" - enable-ecs-log-metadata = "true" } - type = "fluentbit" } - image = "amazon/aws-for-fluent-bit:stable" - logConfiguration = { - logDriver = "awslogs" - options = { - awslogs-group = "api-languages-prod-logs" - awslogs-region = "us-east-2" - awslogs-stream-prefix = "core" } } - memoryReservation = 100 - mountPoints = [] - name = "jfp-api-languages-prod-log-router" - portMappings = [] - user = "0" - volumesFrom = [] }, ] # forces replacement ) -> (known after apply) # forces replacement ~ id = "jfp-api-languages-prod" -> (known after apply) ~ revision = 32 -> (known after apply) - tags = {} -> null ~ tags_all = {} -> (known after apply) # (10 unchanged attributes hidden) } # module.prod.module.api-languages.module.ecs-task.aws_ssm_parameter.parameters["BIG_QUERY_APPLICATION_JSON"] will be created + resource "aws_ssm_parameter" "parameters" { + arn = (known after apply) + data_type = (known after apply) + id = (known after apply) + insecure_value = (known after apply) + key_id = (known after apply) + name = "/ecs/api-languages/prod/BIG_QUERY_APPLICATION_JSON" + overwrite = true + tags = { + "name" = "BIG_QUERY_APPLICATION_JSON" } + tags_all = { + "name" = "BIG_QUERY_APPLICATION_JSON" } + tier = (known after apply) + type = "SecureString" + value = (sensitive value) + version = (known after apply) } # module.prod.module.api-languages.module.ecs-task.aws_ssm_parameter.parameters["REDIS_URL"] will be created + resource "aws_ssm_parameter" "parameters" { + arn = (known after apply) + data_type = (known after apply) + id = (known after apply) + insecure_value = (known after apply) + key_id = (known after apply) + name = "/ecs/api-languages/prod/REDIS_URL" + overwrite = true + tags = { + "name" = "REDIS_URL" } + tags_all = { + "name" = "REDIS_URL" } + tier = (known after apply) + type = "SecureString" + value = (sensitive value) + version = (known after apply) } # module.stage.module.api-languages.module.ecs-task.aws_ecs_service.ecs_service will be updated in-place ~ resource "aws_ecs_service" "ecs_service" { id = "arn:aws:ecs:us-east-2:410965620680:service/jfp-ecs-cluster-stage/api-languages-stage-service" name = "api-languages-stage-service" tags = {} ~ task_definition = "arn:aws:ecs:us-east-2:410965620680:task-definition/jfp-api-languages-stage:22" -> (known after apply) # (15 unchanged attributes hidden) # (5 unchanged blocks hidden) } # module.stage.module.api-languages.module.ecs-task.aws_ecs_task_definition.ecs_task_definition must be replaced +/- resource "aws_ecs_task_definition" "ecs_task_definition" { ~ arn = "arn:aws:ecs:us-east-2:410965620680:task-definition/jfp-api-languages-stage:22" -> (known after apply) ~ arn_without_revision = "arn:aws:ecs:us-east-2:410965620680:task-definition/jfp-api-languages-stage" -> (known after apply) ~ container_definitions = jsonencode( [ - { - cpu = 1024 - environment = [ - { - name = "NODE_ENV" - value = "production" }, ] - essential = true - image = "410965620680.dkr.ecr.us-east-2.amazonaws.com/jfp-api-languages-stage:latest" - logConfiguration = { - logDriver = "awsfirelens" - options = { - Host = "http-intake.logs.datadoghq.com" - Name = "datadog" - TLS = "on" - compress = "gzip" - dd_service = "api-languages" - dd_source = "nestjs" - dd_tags = "env:stage" - provider = "ecs" - retry_limit = "2" } - secretOptions = [ - { - name = "apikey" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/terraform/prd/DATADOG_API_KEY" }, ] } - memory = 2048 - mountPoints = [] - name = "jfp-api-languages-stage-app" - portMappings = [ - { - containerPort = 4003 - hostPort = 4003 - protocol = "tcp" }, ] - secrets = [ - { - name = "ARCLIGHT_API_KEY" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/ecs/api-languages/stage/ARCLIGHT_API_KEY" }, - { - name = "ARCLIGHT_V3_URL" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/ecs/api-languages/stage/ARCLIGHT_V3_URL" }, - { - name = "PG_DATABASE_URL_LANGUAGES" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/ecs/api-languages/stage/PG_DATABASE_URL_LANGUAGES" }, - { - name = "WESS_API_TOKEN" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/ecs/api-languages/stage/WESS_API_TOKEN" }, - { - name = "DD_API_KEY" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/terraform/prd/DATADOG_API_KEY" }, ] - systemControls = [] - volumesFrom = [] }, - { - cpu = 0 - environment = [ - { - name = "DD_APM_ENABLED" - value = "true" }, - { - name = "DD_APM_NON_LOCAL_TRAFFIC" - value = "true" }, - { - name = "DD_DOGSTATSD_NON_LOCAL_TRAFFIC" - value = "true" }, - { - name = "DD_LOGS_INJECTION" - value = "true" }, - { - name = "DD_OTLP_CONFIG_RECEIVER_PROTOCOLS_GRPC_ENDPOINT" - value = "0.0.0.0:4317" }, - { - name = "DD_OTLP_CONFIG_RECEIVER_PROTOCOLS_HTTP_ENDPOINT" - value = "0.0.0.0:4318" }, - { - name = "DD_PROCESS_AGENT_ENABLED" - value = "true" }, - { - name = "DD_PROFILING_ENABLED" - value = "true" }, - { - name = "DD_RUNTIME_METRICS_ENABLED" - value = "true" }, - { - name = "DD_TAGS" - value = "env:stage app:api-languages" }, - { - name = "DD_TRACE_ANALYTICS_ENABLED" - value = "true" }, - { - name = "ECS_FARGATE" - value = "true" }, ] - essential = true - image = "public.ecr.aws/datadog/agent:latest" - logConfiguration = { - logDriver = "awslogs" - options = { - awslogs-group = "api-languages-stage-logs" - awslogs-region = "us-east-2" - awslogs-stream-prefix = "core" } } - memoryReservation = 128 - mountPoints = [] - name = "jfp-api-languages-stage-datadog-agent" - portMappings = [ - { - containerPort = 8125 - hostPort = 8125 - protocol = "udp" }, ] - secrets = [ - { - name = "DD_API_KEY" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/terraform/prd/DATADOG_API_KEY" }, ] - systemControls = [] - volumesFrom = [] }, - { - cpu = 0 - environment = [] - essential = true - firelensConfiguration = { - options = { - config-file-type = "file" - config-file-value = "/fluent-bit/configs/parse-json.conf" - enable-ecs-log-metadata = "true" } - type = "fluentbit" } - image = "amazon/aws-for-fluent-bit:stable" - logConfiguration = { - logDriver = "awslogs" - options = { - awslogs-group = "api-languages-stage-logs" - awslogs-region = "us-east-2" - awslogs-stream-prefix = "core" } } - memoryReservation = 100 - mountPoints = [] - name = "jfp-api-languages-stage-log-router" - portMappings = [] - systemControls = [] - user = "0" - volumesFrom = [] }, ] # forces replacement ) -> (known after apply) # forces replacement ~ id = "jfp-api-languages-stage" -> (known after apply) ~ revision = 22 -> (known after apply) - tags = {} -> null ~ tags_all = {} -> (known after apply) # (10 unchanged attributes hidden) } # module.stage.module.api-languages.module.ecs-task.aws_ssm_parameter.parameters["BIG_QUERY_APPLICATION_JSON"] will be created + resource "aws_ssm_parameter" "parameters" { + arn = (known after apply) + data_type = (known after apply) + id = (known after apply) + insecure_value = (known after apply) + key_id = (known after apply) + name = "/ecs/api-languages/stage/BIG_QUERY_APPLICATION_JSON" + overwrite = true + tags = { + "name" = "BIG_QUERY_APPLICATION_JSON" } + tags_all = { + "name" = "BIG_QUERY_APPLICATION_JSON" } + tier = (known after apply) + type = "SecureString" + value = (sensitive value) + version = (known after apply) } # module.stage.module.api-languages.module.ecs-task.aws_ssm_parameter.parameters["REDIS_URL"] will be created + resource "aws_ssm_parameter" "parameters" { + arn = (known after apply) + data_type = (known after apply) + id = (known after apply) + insecure_value = (known after apply) + key_id = (known after apply) + name = "/ecs/api-languages/stage/REDIS_URL" + overwrite = true + tags = { + "name" = "REDIS_URL" } + tags_all = { + "name" = "REDIS_URL" } + tier = (known after apply) + type = "SecureString" + value = (sensitive value) + version = (known after apply) } Plan: 6 to add, 3 to change, 2 to destroy. ```

github-actions[bot] commented 6 months ago

The latest updates on your projects.

Name Status Preview Updated (UTC)
journeys ✅ Ready Visit Preview Tue Jul 16 19:29:51 UTC 2024
github-actions[bot] commented 6 months ago

The latest updates on your projects.

Name Status Preview Updated (UTC)
watch ✅ Ready Visit Preview Tue Jul 16 19:28:37 UTC 2024
github-actions[bot] commented 6 months ago

The latest updates on your projects.

Name Status Preview Updated (UTC)
journeys-admin ✅ Ready Visit Preview Tue Jul 16 19:29:26 UTC 2024
codecov[bot] commented 6 months ago

Codecov Report

Attention: Patch coverage is 88.88889% with 14 lines in your changes missing coverage. Please review.

Project coverage is 89.13%. Comparing base (6c68839) to head (7b60451).

Files Patch % Lines
apps/api-languages/src/bigquery/importer.ts 85.29% 10 Missing :warning:
apps/api-languages/src/bigquery/index.ts 66.66% 2 Missing :warning:
apps/api-languages/src/bigquery/console.ts 90.90% 1 Missing :warning:
.../bigquery/importers/audioPreviews/audioPreviews.ts 95.45% 1 Missing :warning:

:exclamation: There is a different number of reports uploaded between BASE (6c68839) and HEAD (7b60451). Click for more details.

HEAD has 5 uploads less than BASE | Flag | BASE (6c68839) | HEAD (7b60451) | |------|------|------| |apps.api-journeys|6|3| |apps.api-analytics|4|2|
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #3054 +/- ## ========================================== - Coverage 96.15% 89.13% -7.02% ========================================== Files 134 940 +806 Lines 3928 15501 +11573 Branches 533 2063 +1530 ========================================== + Hits 3777 13817 +10040 - Misses 114 1454 +1340 - Partials 37 230 +193 ``` | [Flag](https://app.codecov.io/gh/JesusFilm/core/pull/3054/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JesusFilm) | Coverage Δ | | |---|---|---| | [apps.api-analytics](https://app.codecov.io/gh/JesusFilm/core/pull/3054/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JesusFilm) | `96.97% <ø> (ø)` | | | [apps.api-journeys](https://app.codecov.io/gh/JesusFilm/core/pull/3054/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JesusFilm) | `96.07% <ø> (ø)` | | | [apps.api-languages](https://app.codecov.io/gh/JesusFilm/core/pull/3054/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JesusFilm) | `85.52% <88.88%> (?)` | | | [apps.api-media](https://app.codecov.io/gh/JesusFilm/core/pull/3054/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JesusFilm) | `92.49% <ø> (?)` | | | [apps.api-tags](https://app.codecov.io/gh/JesusFilm/core/pull/3054/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JesusFilm) | `89.28% <ø> (?)` | | | [apps.api-users](https://app.codecov.io/gh/JesusFilm/core/pull/3054/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JesusFilm) | `81.59% <ø> (?)` | | | [apps.api-videos](https://app.codecov.io/gh/JesusFilm/core/pull/3054/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JesusFilm) | `95.48% <ø> (?)` | | | [apps.journeys](https://app.codecov.io/gh/JesusFilm/core/pull/3054/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JesusFilm) | `42.40% <ø> (?)` | | | [apps.journeys-admin](https://app.codecov.io/gh/JesusFilm/core/pull/3054/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JesusFilm) | `80.23% <ø> (?)` | | | [apps.watch](https://app.codecov.io/gh/JesusFilm/core/pull/3054/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JesusFilm) | `75.97% <ø> (?)` | | | [libs.journeys.ui](https://app.codecov.io/gh/JesusFilm/core/pull/3054/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JesusFilm) | `83.50% <ø> (?)` | | | [libs.nest.common](https://app.codecov.io/gh/JesusFilm/core/pull/3054/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JesusFilm) | `92.68% <ø> (?)` | | | [libs.nest.decorators](https://app.codecov.io/gh/JesusFilm/core/pull/3054/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JesusFilm) | `100.00% <ø> (?)` | | | [libs.nest.powerBi](https://app.codecov.io/gh/JesusFilm/core/pull/3054/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JesusFilm) | `92.68% <ø> (?)` | | | [libs.shared.ui](https://app.codecov.io/gh/JesusFilm/core/pull/3054/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JesusFilm) | `82.24% <ø> (?)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JesusFilm#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

jesus-film-bot commented 6 months ago

Ran Plan for dir: infrastructure workspace: default

Show Output ```diff Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols: + create ~ update in-place +/- create replacement and then destroy Terraform will perform the following actions: # module.prod.module.eks.aws_eks_node_group.this will be updated in-place ~ resource "aws_eks_node_group" "this" { id = "jfp-eks-prod:jfp-eks-node-group-prod" tags = {} # (16 unchanged attributes hidden) ~ scaling_config { ~ desired_size = 3 -> 2 ~ min_size = 3 -> 1 # (1 unchanged attribute hidden) } # (1 unchanged block hidden) } # module.prod.module.api-languages.module.ecs-task.aws_ecs_service.ecs_service will be updated in-place ~ resource "aws_ecs_service" "ecs_service" { id = "arn:aws:ecs:us-east-2:410965620680:service/jfp-ecs-cluster-prod/api-languages-prod-service" name = "api-languages-prod-service" tags = {} ~ task_definition = "arn:aws:ecs:us-east-2:410965620680:task-definition/jfp-api-languages-prod:32" -> (known after apply) # (15 unchanged attributes hidden) # (4 unchanged blocks hidden) } # module.prod.module.api-languages.module.ecs-task.aws_ecs_task_definition.ecs_task_definition must be replaced +/- resource "aws_ecs_task_definition" "ecs_task_definition" { ~ arn = "arn:aws:ecs:us-east-2:410965620680:task-definition/jfp-api-languages-prod:32" -> (known after apply) ~ arn_without_revision = "arn:aws:ecs:us-east-2:410965620680:task-definition/jfp-api-languages-prod" -> (known after apply) ~ container_definitions = jsonencode( [ - { - cpu = 1024 - environment = [ - { - name = "NODE_ENV" - value = "production" }, ] - essential = true - image = "410965620680.dkr.ecr.us-east-2.amazonaws.com/jfp-api-languages-prod:latest" - logConfiguration = { - logDriver = "awsfirelens" - options = { - Host = "http-intake.logs.datadoghq.com" - Name = "datadog" - TLS = "on" - compress = "gzip" - dd_service = "api-languages" - dd_source = "nestjs" - dd_tags = "env:prod" - provider = "ecs" - retry_limit = "2" } - secretOptions = [ - { - name = "apikey" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/terraform/prd/DATADOG_API_KEY" }, ] } - memory = 2048 - mountPoints = [] - name = "jfp-api-languages-prod-app" - portMappings = [ - { - containerPort = 4003 - hostPort = 4003 - protocol = "tcp" }, ] - secrets = [ - { - name = "ARCLIGHT_API_KEY" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/ecs/api-languages/prod/ARCLIGHT_API_KEY" }, - { - name = "ARCLIGHT_V3_URL" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/ecs/api-languages/prod/ARCLIGHT_V3_URL" }, - { - name = "PG_DATABASE_URL_LANGUAGES" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/ecs/api-languages/prod/PG_DATABASE_URL_LANGUAGES" }, - { - name = "WESS_API_TOKEN" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/ecs/api-languages/prod/WESS_API_TOKEN" }, - { - name = "DD_API_KEY" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/terraform/prd/DATADOG_API_KEY" }, ] - volumesFrom = [] }, - { - cpu = 0 - environment = [ - { - name = "DD_APM_ENABLED" - value = "true" }, - { - name = "DD_APM_NON_LOCAL_TRAFFIC" - value = "true" }, - { - name = "DD_DOGSTATSD_NON_LOCAL_TRAFFIC" - value = "true" }, - { - name = "DD_LOGS_INJECTION" - value = "true" }, - { - name = "DD_OTLP_CONFIG_RECEIVER_PROTOCOLS_GRPC_ENDPOINT" - value = "0.0.0.0:4317" }, - { - name = "DD_OTLP_CONFIG_RECEIVER_PROTOCOLS_HTTP_ENDPOINT" - value = "0.0.0.0:4318" }, - { - name = "DD_PROCESS_AGENT_ENABLED" - value = "true" }, - { - name = "DD_PROFILING_ENABLED" - value = "true" }, - { - name = "DD_RUNTIME_METRICS_ENABLED" - value = "true" }, - { - name = "DD_TAGS" - value = "env:prod app:api-languages" }, - { - name = "DD_TRACE_ANALYTICS_ENABLED" - value = "true" }, - { - name = "ECS_FARGATE" - value = "true" }, ] - essential = true - image = "public.ecr.aws/datadog/agent:latest" - logConfiguration = { - logDriver = "awslogs" - options = { - awslogs-group = "api-languages-prod-logs" - awslogs-region = "us-east-2" - awslogs-stream-prefix = "core" } } - memoryReservation = 128 - mountPoints = [] - name = "jfp-api-languages-prod-datadog-agent" - portMappings = [ - { - containerPort = 8125 - hostPort = 8125 - protocol = "udp" }, ] - secrets = [ - { - name = "DD_API_KEY" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/terraform/prd/DATADOG_API_KEY" }, ] - volumesFrom = [] }, - { - cpu = 0 - environment = [] - essential = true - firelensConfiguration = { - options = { - config-file-type = "file" - config-file-value = "/fluent-bit/configs/parse-json.conf" - enable-ecs-log-metadata = "true" } - type = "fluentbit" } - image = "amazon/aws-for-fluent-bit:stable" - logConfiguration = { - logDriver = "awslogs" - options = { - awslogs-group = "api-languages-prod-logs" - awslogs-region = "us-east-2" - awslogs-stream-prefix = "core" } } - memoryReservation = 100 - mountPoints = [] - name = "jfp-api-languages-prod-log-router" - portMappings = [] - user = "0" - volumesFrom = [] }, ] # forces replacement ) -> (known after apply) # forces replacement ~ id = "jfp-api-languages-prod" -> (known after apply) ~ revision = 32 -> (known after apply) - tags = {} -> null ~ tags_all = {} -> (known after apply) # (10 unchanged attributes hidden) } # module.prod.module.api-languages.module.ecs-task.aws_ssm_parameter.parameters["BIG_QUERY_APPLICATION_JSON"] will be created + resource "aws_ssm_parameter" "parameters" { + arn = (known after apply) + data_type = (known after apply) + id = (known after apply) + insecure_value = (known after apply) + key_id = (known after apply) + name = "/ecs/api-languages/prod/BIG_QUERY_APPLICATION_JSON" + overwrite = true + tags = { + "name" = "BIG_QUERY_APPLICATION_JSON" } + tags_all = { + "name" = "BIG_QUERY_APPLICATION_JSON" } + tier = (known after apply) + type = "SecureString" + value = (sensitive value) + version = (known after apply) } # module.prod.module.api-languages.module.ecs-task.aws_ssm_parameter.parameters["REDIS_URL"] will be created + resource "aws_ssm_parameter" "parameters" { + arn = (known after apply) + data_type = (known after apply) + id = (known after apply) + insecure_value = (known after apply) + key_id = (known after apply) + name = "/ecs/api-languages/prod/REDIS_URL" + overwrite = true + tags = { + "name" = "REDIS_URL" } + tags_all = { + "name" = "REDIS_URL" } + tier = (known after apply) + type = "SecureString" + value = (sensitive value) + version = (known after apply) } # module.stage.module.api-languages.module.ecs-task.aws_ecs_service.ecs_service will be updated in-place ~ resource "aws_ecs_service" "ecs_service" { id = "arn:aws:ecs:us-east-2:410965620680:service/jfp-ecs-cluster-stage/api-languages-stage-service" name = "api-languages-stage-service" tags = {} ~ task_definition = "arn:aws:ecs:us-east-2:410965620680:task-definition/jfp-api-languages-stage:22" -> (known after apply) # (15 unchanged attributes hidden) # (5 unchanged blocks hidden) } # module.stage.module.api-languages.module.ecs-task.aws_ecs_task_definition.ecs_task_definition must be replaced +/- resource "aws_ecs_task_definition" "ecs_task_definition" { ~ arn = "arn:aws:ecs:us-east-2:410965620680:task-definition/jfp-api-languages-stage:22" -> (known after apply) ~ arn_without_revision = "arn:aws:ecs:us-east-2:410965620680:task-definition/jfp-api-languages-stage" -> (known after apply) ~ container_definitions = jsonencode( [ - { - cpu = 1024 - environment = [ - { - name = "NODE_ENV" - value = "production" }, ] - essential = true - image = "410965620680.dkr.ecr.us-east-2.amazonaws.com/jfp-api-languages-stage:latest" - logConfiguration = { - logDriver = "awsfirelens" - options = { - Host = "http-intake.logs.datadoghq.com" - Name = "datadog" - TLS = "on" - compress = "gzip" - dd_service = "api-languages" - dd_source = "nestjs" - dd_tags = "env:stage" - provider = "ecs" - retry_limit = "2" } - secretOptions = [ - { - name = "apikey" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/terraform/prd/DATADOG_API_KEY" }, ] } - memory = 2048 - mountPoints = [] - name = "jfp-api-languages-stage-app" - portMappings = [ - { - containerPort = 4003 - hostPort = 4003 - protocol = "tcp" }, ] - secrets = [ - { - name = "ARCLIGHT_API_KEY" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/ecs/api-languages/stage/ARCLIGHT_API_KEY" }, - { - name = "ARCLIGHT_V3_URL" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/ecs/api-languages/stage/ARCLIGHT_V3_URL" }, - { - name = "PG_DATABASE_URL_LANGUAGES" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/ecs/api-languages/stage/PG_DATABASE_URL_LANGUAGES" }, - { - name = "WESS_API_TOKEN" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/ecs/api-languages/stage/WESS_API_TOKEN" }, - { - name = "DD_API_KEY" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/terraform/prd/DATADOG_API_KEY" }, ] - systemControls = [] - volumesFrom = [] }, - { - cpu = 0 - environment = [ - { - name = "DD_APM_ENABLED" - value = "true" }, - { - name = "DD_APM_NON_LOCAL_TRAFFIC" - value = "true" }, - { - name = "DD_DOGSTATSD_NON_LOCAL_TRAFFIC" - value = "true" }, - { - name = "DD_LOGS_INJECTION" - value = "true" }, - { - name = "DD_OTLP_CONFIG_RECEIVER_PROTOCOLS_GRPC_ENDPOINT" - value = "0.0.0.0:4317" }, - { - name = "DD_OTLP_CONFIG_RECEIVER_PROTOCOLS_HTTP_ENDPOINT" - value = "0.0.0.0:4318" }, - { - name = "DD_PROCESS_AGENT_ENABLED" - value = "true" }, - { - name = "DD_PROFILING_ENABLED" - value = "true" }, - { - name = "DD_RUNTIME_METRICS_ENABLED" - value = "true" }, - { - name = "DD_TAGS" - value = "env:stage app:api-languages" }, - { - name = "DD_TRACE_ANALYTICS_ENABLED" - value = "true" }, - { - name = "ECS_FARGATE" - value = "true" }, ] - essential = true - image = "public.ecr.aws/datadog/agent:latest" - logConfiguration = { - logDriver = "awslogs" - options = { - awslogs-group = "api-languages-stage-logs" - awslogs-region = "us-east-2" - awslogs-stream-prefix = "core" } } - memoryReservation = 128 - mountPoints = [] - name = "jfp-api-languages-stage-datadog-agent" - portMappings = [ - { - containerPort = 8125 - hostPort = 8125 - protocol = "udp" }, ] - secrets = [ - { - name = "DD_API_KEY" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/terraform/prd/DATADOG_API_KEY" }, ] - systemControls = [] - volumesFrom = [] }, - { - cpu = 0 - environment = [] - essential = true - firelensConfiguration = { - options = { - config-file-type = "file" - config-file-value = "/fluent-bit/configs/parse-json.conf" - enable-ecs-log-metadata = "true" } - type = "fluentbit" } - image = "amazon/aws-for-fluent-bit:stable" - logConfiguration = { - logDriver = "awslogs" - options = { - awslogs-group = "api-languages-stage-logs" - awslogs-region = "us-east-2" - awslogs-stream-prefix = "core" } } - memoryReservation = 100 - mountPoints = [] - name = "jfp-api-languages-stage-log-router" - portMappings = [] - systemControls = [] - user = "0" - volumesFrom = [] }, ] # forces replacement ) -> (known after apply) # forces replacement ~ id = "jfp-api-languages-stage" -> (known after apply) ~ revision = 22 -> (known after apply) - tags = {} -> null ~ tags_all = {} -> (known after apply) # (10 unchanged attributes hidden) } # module.stage.module.api-languages.module.ecs-task.aws_ssm_parameter.parameters["BIG_QUERY_APPLICATION_JSON"] will be created + resource "aws_ssm_parameter" "parameters" { + arn = (known after apply) + data_type = (known after apply) + id = (known after apply) + insecure_value = (known after apply) + key_id = (known after apply) + name = "/ecs/api-languages/stage/BIG_QUERY_APPLICATION_JSON" + overwrite = true + tags = { + "name" = "BIG_QUERY_APPLICATION_JSON" } + tags_all = { + "name" = "BIG_QUERY_APPLICATION_JSON" } + tier = (known after apply) + type = "SecureString" + value = (sensitive value) + version = (known after apply) } # module.stage.module.api-languages.module.ecs-task.aws_ssm_parameter.parameters["REDIS_URL"] will be created + resource "aws_ssm_parameter" "parameters" { + arn = (known after apply) + data_type = (known after apply) + id = (known after apply) + insecure_value = (known after apply) + key_id = (known after apply) + name = "/ecs/api-languages/stage/REDIS_URL" + overwrite = true + tags = { + "name" = "REDIS_URL" } + tags_all = { + "name" = "REDIS_URL" } + tier = (known after apply) + type = "SecureString" + value = (sensitive value) + version = (known after apply) } Plan: 6 to add, 3 to change, 2 to destroy. ```

jesus-film-bot commented 6 months ago

Ran Plan for dir: infrastructure workspace: default

Plan Error

the default workspace at path infrastructure is currently locked by another command that is running for this pull request.
Wait until the previous command is complete and try again
jesus-film-bot commented 6 months ago

Ran Plan for dir: infrastructure workspace: default

Plan Error

Show Output ``` running "/home/atlantis/.atlantis/bin/terraform1.9.2 plan -input=false -refresh -out \"/home/atlantis/.atlantis/repos/JesusFilm/core/3054/default/infrastructure/default.tfplan\"" in "/home/atlantis/.atlantis/repos/JesusFilm/core/3054/default/infrastructure": exit status 1 module.prod.module.postgresql.random_password.password: Refreshing state... [id=none] module.stage.module.postgresql.random_password.password: Refreshing state... [id=none] module.stage.module.api-nexus.module.database.random_password.password: Refreshing state... [id=none] module.stage.module.api-journeys.module.database.random_password.password: Refreshing state... [id=none] module.stage.module.api-users.module.database.random_password.password: Refreshing state... [id=none] module.prod.module.api-journeys.module.database.random_password.password: Refreshing state... [id=none] module.prod.module.api-languages.module.database.random_password.password: Refreshing state... [id=none] module.stage.module.api-videos.module.database.random_password.password: Refreshing state... [id=none] module.prod.module.api-videos.module.database.random_password.password: Refreshing state... [id=none] module.prod.module.api-media.module.database.random_password.password: Refreshing state... [id=none] module.prod.module.api-tags.module.database.random_password.password: Refreshing state... [id=none] module.prod.module.api-nexus.module.database.random_password.password: Refreshing state... [id=none] module.prod.module.api-users.module.database.random_password.password: Refreshing state... [id=none] module.stage.module.api-tags.module.database.random_password.password: Refreshing state... [id=none] module.datadog.module.datadog_log_forwarder.null_resource.this[0]: Refreshing state... [id=1348949428305402538] module.stage.module.api-languages.module.database.random_password.password: Refreshing state... [id=none] module.stage.module.api-media.module.database.random_password.password: Refreshing state... [id=none] module.stage.module.api-tags.module.seed.data.aws_caller_identity.current: Reading... module.prod.module.postgresql.data.aws_region.current: Reading... module.stage.data.aws_ssm_parameter.doppler_api_users_stage_token: Reading... module.stage.module.api-users.module.database.data.aws_iam_policy_document.rds_enhanced_monitoring: Reading... module.stage.data.aws_ssm_parameter.doppler_api_languages_stage_token: Reading... module.prod.module.bastion.data.aws_ssm_parameter.public_ssh_key: Reading... module.prod.module.api-videos.module.ecs-task.data.aws_caller_identity.current: Reading... module.stage.module.api-videos.module.ecs-task.data.aws_caller_identity.current: Reading... module.stage.module.api-gateway-stage.module.ecs-task.data.aws_region.current: Reading... module.stage.module.api-users.module.database.data.aws_iam_policy_document.rds_enhanced_monitoring: Read complete after 0s [id=1813475199] module.prod.module.eks.aws_iam_role.eks-node: Refreshing state... [id=terraform-eks-node-prod] module.stage.module.api-gateway-stage.module.ecs-task.data.aws_region.current: Read complete after 0s [id=us-east-2] module.prod.module.postgresql.data.aws_region.current: Read complete after 0s [id=us-east-2] module.stage.module.api-videos.module.ecs-task.data.aws_caller_identity.current: Read complete after 0s [id=410965620680] module.prod.module.api-tags.module.seed.data.aws_caller_identity.current: Reading... module.stage.data.aws_ssm_parameter.doppler_api_users_stage_token: Read complete after 0s [id=/terraform/prd/DOPPLER_API_USERS_STAGE_TOKEN] module.stage.data.aws_ssm_parameter.doppler_api_languages_stage_token: Read complete after 0s [id=/terraform/prd/DOPPLER_API_LANGUAGES_STAGE_TOKEN] module.prod.module.api-videos.module.seed.data.aws_region.current: Reading... module.stage.module.api-tags.module.database.data.aws_iam_policy_document.rds_enhanced_monitoring: Reading... module.prod.module.bastion.data.aws_ssm_parameter.public_ssh_key: Read complete after 0s [id=/terraform/prd/SSH_TUNNEL_PUBLIC_KEY] module.prod.module.api-videos.module.ecs-task.data.aws_caller_identity.current: Read complete after 0s [id=410965620680] module.stage.module.api-tags.module.seed.data.aws_caller_identity.current: Read complete after 0s [id=410965620680] module.stage.module.api-tags.module.database.data.aws_iam_policy_document.rds_enhanced_monitoring: Read complete after 0s [id=1813475199] module.prod.module.api-videos.module.seed.data.aws_region.current: Read complete after 0s [id=us-east-2] module.stage.module.postgresql.data.aws_region.current: Reading... module.datadog.module.datadog_rds_enhanced_monitoring_forwarder.data.aws_caller_identity.current: Reading... module.prod.module.api-tags.module.seed.data.aws_caller_identity.current: Read complete after 0s [id=410965620680] module.prod.module.api-analytics.module.ecs-task.data.aws_caller_identity.current: Reading... module.prod.module.api-journeys.module.ecs-task.data.aws_caller_identity.current: Reading... module.stage.module.cloudflared.data.aws_ssm_parameter.datadog_api_key: Reading... module.prod.module.api-users.module.ecs-task.data.aws_caller_identity.current: Reading... module.stage.module.api-nexus.module.database.data.aws_region.current: Reading... module.stage.module.api-media.module.ecs-task.data.aws_region.current: Reading... module.stage.module.postgresql.data.aws_region.current: Read complete after 0s [id=us-east-2] module.prod.module.prod.module.ecs.aws_ecs_cluster.ecs_cluster: Refreshing state... [id=arn:aws:ecs:us-east-2:410965620680:cluster/jfp-ecs-cluster-prod] module.stage.module.api-nexus.module.database.data.aws_region.current: Read complete after 0s [id=us-east-2] module.prod.data.aws_iam_role.ecs_task_execution_role: Reading... module.stage.module.api-media.module.ecs-task.data.aws_region.current: Read complete after 0s [id=us-east-2] module.stage.module.journeys-admin.module.ecs-task.data.aws_caller_identity.current: Reading... module.prod.module.api-analytics.module.ecs-task.data.aws_caller_identity.current: Read complete after 0s [id=410965620680] module.datadog.module.datadog_rds_enhanced_monitoring_forwarder.data.aws_caller_identity.current: Read complete after 0s [id=410965620680] module.stage.module.cloudflared.data.aws_ssm_parameter.datadog_api_key: Read complete after 0s [id=/terraform/prd/DATADOG_API_KEY] module.prod.module.api-nexus.module.ecs-task.data.aws_region.current: Reading... module.prod.module.api-journeys.module.ecs-task.data.aws_caller_identity.current: Read complete after 0s [id=410965620680] module.stage.data.aws_ssm_parameter.doppler_core_stage_token: Reading... module.stage.data.aws_acm_certificate.acm_nextstep_is: Reading... module.stage.module.api-videos.module.ecs-task.data.aws_region.current: Reading... module.prod.data.aws_ssm_parameter.cloudflared_prod_token: Reading... module.prod.module.api-nexus.module.ecs-task.data.aws_region.current: Read complete after 0s [id=us-east-2] module.prod.module.api-users.module.ecs-task.data.aws_caller_identity.current: Read complete after 0s [id=410965620680] module.stage.module.journeys-admin.module.ecs-task.data.aws_caller_identity.current: Read complete after 0s [id=410965620680] module.prod.module.api-languages.module.database.data.aws_iam_policy_document.rds_enhanced_monitoring: Reading... module.stage.module.api-videos.module.ecs-task.data.aws_region.current: Read complete after 0s [id=us-east-2] module.prod.module.api-nexus.module.ecs-task.data.aws_caller_identity.current: Reading... module.prod.module.api-tags.module.ecs-task.data.aws_region.current: Reading... module.prod.module.api-tags.module.database.data.aws_iam_policy_document.rds_enhanced_monitoring: Reading... module.stage.module.api-journeys.module.ecs-task.data.aws_region.current: Reading... module.prod.module.api-languages.module.database.data.aws_iam_policy_document.rds_enhanced_monitoring: Read complete after 0s [id=1813475199] module.prod.data.aws_ssm_parameter.cloudflared_prod_token: Read complete after 0s [id=/terraform/prd/CLOUDFLARED_PROD_TOKEN] module.stage.data.aws_ssm_parameter.doppler_core_stage_token: Read complete after 0s [id=/terraform/prd/DOPPLER_CORE_STAGE_TOKEN] module.stage.module.api-journeys.module.ecs-task.data.aws_region.current: Read complete after 0s [id=us-east-2] module.prod.module.api-tags.module.ecs-task.data.aws_region.current: Read complete after 0s [id=us-east-2] module.prod.module.api-tags.module.database.data.aws_iam_policy_document.rds_enhanced_monitoring: Read complete after 0s [id=1813475199] module.prod.data.aws_iam_role.ecs_task_execution_role: Read complete after 0s [id=jfp-ecs-task-execution-role] module.stage.data.aws_ssm_parameter.doppler_api_nexus_stage_token: Reading... module.datadog.module.datadog_rds_enhanced_monitoring_forwarder.aws_iam_policy.this[0]: Refreshing state... [id=arn:aws:iam::410965620680:policy/datadog-rds-enhanced-monitoring-forwarder] module.stage.module.api-nexus.module.ecs-task.data.aws_caller_identity.current: Reading... module.stage.module.api-journeys.module.database.data.aws_region.current: Reading... module.prod.module.api-tags.module.database.data.aws_region.current: Reading... module.route53_jesusfilm_org_zone.aws_route53_zone.zone: Refreshing state... [id=Z0668749326BRARLJYJTJ] module.stage.module.api-journeys.module.database.data.aws_region.current: Read complete after 0s [id=us-east-2] module.stage.module.api-nexus.module.database.data.aws_iam_policy_document.rds_enhanced_monitoring: Reading... module.prod.module.api-tags.module.database.data.aws_region.current: Read complete after 0s [id=us-east-2] module.stage.module.api-nexus.module.ecs-task.data.aws_caller_identity.current: Read complete after 0s [id=410965620680] module.prod.module.api-nexus.module.ecs-task.data.aws_caller_identity.current: Read complete after 0s [id=410965620680] module.prod.data.aws_ssm_parameter.doppler_api_nexus_prod_token: Reading... module.stage.data.aws_ssm_parameter.doppler_api_nexus_stage_token: Read complete after 0s [id=/terraform/prd/DOPPLER_API_NEXUS_STAGE_TOKEN] module.datadog.data.aws_caller_identity.current: Reading... module.route53_central_jesusfilm_org.aws_route53_zone.sub_zone: Refreshing state... [id=Z06687872LMUIKS0Y291P] module.stage.module.api-nexus.module.database.data.aws_iam_policy_document.rds_enhanced_monitoring: Read complete after 0s [id=1813475199] module.stage.data.aws_ssm_parameter.cloudflared_stage_token: Reading... module.prod.module.eks.aws_iam_role.eks-cluster: Refreshing state... [id=terraform-eks-cluster-prod] module.prod.module.journeys-admin.module.ecs-task.data.aws_caller_identity.current: Reading... module.datadog.module.datadog_log_forwarder.module.this_s3_bucket.data.aws_caller_identity.current: Reading... module.datadog.data.aws_caller_identity.current: Read complete after 0s [id=410965620680] module.stage.module.api-tags.module.ecs-task.data.aws_region.current: Reading... module.stage.module.api-tags.module.ecs-task.data.aws_region.current: Read complete after 0s [id=us-east-2] module.stage.module.api-analytics.module.ecs-task.data.aws_caller_identity.current: Reading... module.prod.data.aws_ssm_parameter.doppler_api_nexus_prod_token: Read complete after 1s [id=/terraform/prd/DOPPLER_API_NEXUS_PROD_TOKEN] module.prod.module.journeys-admin.module.ecs-task.data.aws_caller_identity.current: Read complete after 1s [id=410965620680] module.stage.data.aws_ssm_parameter.cloudflared_stage_token: Read complete after 1s [id=/terraform/prd/CLOUDFLARED_STAGE_TOKEN] module.datadog.module.datadog_log_forwarder.module.this_s3_bucket.data.aws_caller_identity.current: Read complete after 1s [id=410965620680] module.prod.module.api-tags.module.seed.data.aws_region.current: Reading... module.stage.module.api-users.module.ecs-task.data.aws_region.current: Reading... module.stage.module.api-users.module.ecs-task.data.aws_caller_identity.current: Reading... module.prod.module.api-tags.module.seed.data.aws_region.current: Read complete after 0s [id=us-east-2] module.stage.module.api-media.module.database.data.aws_iam_policy_document.rds_enhanced_monitoring: Reading... module.stage.module.api-users.module.ecs-task.data.aws_region.current: Read complete after 0s [id=us-east-2] module.prod.module.api-nexus.module.seed.data.aws_caller_identity.current: Reading... module.stage.module.api-media.module.database.data.aws_iam_policy_document.rds_enhanced_monitoring: Read complete after 0s [id=1813475199] module.stage.module.api-analytics.module.ecs-task.data.aws_caller_identity.current: Read complete after 1s [id=410965620680] module.stage.module.api-videos.module.seed.data.aws_region.current: Reading... module.prod.module.api-nexus.module.database.data.aws_iam_policy_document.rds_enhanced_monitoring: Reading... module.datadog.data.aws_ssm_parameter.datadog_app_key: Reading... module.prod.module.api-nexus.module.database.data.aws_iam_policy_document.rds_enhanced_monitoring: Read complete after 0s [id=1813475199] module.stage.module.api-videos.module.seed.data.aws_region.current: Read complete after 0s [id=us-east-2] module.stage.module.stage.module.vpc.aws_eip.eip: Refreshing state... [id=eipalloc-03c8a49c258182bda] module.stage.module.datadog_aurora.data.aws_ssm_parameter.datadog_api_key: Reading... module.stage.module.api-users.module.ecs-task.data.aws_caller_identity.current: Read complete after 0s [id=410965620680] module.prod.module.api-nexus.module.seed.data.aws_caller_identity.current: Read complete after 0s [id=410965620680] module.stage.module.api-videos.module.database.data.aws_iam_policy_document.rds_enhanced_monitoring: Reading... module.prod.module.api-users.module.ecs-task.data.aws_region.current: Reading... module.prod.module.api-users.module.ecs-task.data.aws_region.current: Read complete after 0s [id=us-east-2] module.prod.module.api-users.module.database.data.aws_iam_policy_document.rds_enhanced_monitoring: Reading... module.stage.module.api-videos.module.database.data.aws_iam_policy_document.rds_enhanced_monitoring: Read complete after 0s [id=1813475199] module.datadog.data.aws_ssm_parameter.datadog_app_key: Read complete after 0s [id=/terraform/prd/DATADOG_APP_KEY] module.prod.module.api-nexus.module.seed.data.aws_region.current: Reading... module.stage.module.datadog_aurora.data.aws_ssm_parameter.datadog_api_key: Read complete after 0s [id=/terraform/prd/DATADOG_API_KEY] module.prod.module.api-journeys.module.database.data.aws_iam_policy_document.rds_enhanced_monitoring: Reading... module.stage.module.cloudflared.data.aws_ssm_parameter.public_ssh_key: Reading... module.stage.data.aws_acm_certificate.acm_nextstep_is: Read complete after 1s [id=arn:aws:acm:us-east-2:410965620680:certificate/f16e60b9-eb24-4929-8f32-9b5ff76cfe2c] module.prod.module.api-users.module.database.data.aws_iam_policy_document.rds_enhanced_monitoring: Read complete after 0s [id=1813475199] module.stage.module.eks.aws_iam_role.eks-node: Refreshing state... [id=terraform-eks-node-stage] module.stage.module.api-analytics.module.ecs-task.data.aws_region.current: Reading... module.prod.module.api-nexus.module.seed.data.aws_region.current: Read complete after 0s [id=us-east-2] module.prod.module.api-journeys.module.database.data.aws_iam_policy_document.rds_enhanced_monitoring: Read complete after 0s [id=1813475199] module.prod.module.api-videos.module.database.data.aws_region.current: Reading... module.stage.module.stage.module.vpc.aws_vpc.vpc: Refreshing state... [id=vpc-08eeff0fe23f23079] module.stage.module.api-journeys.module.database.data.aws_iam_policy_document.rds_enhanced_monitoring: Reading... module.stage.data.aws_ssm_parameter.doppler_api_journeys_stage_token: Reading... module.stage.module.api-analytics.module.ecs-task.data.aws_region.current: Read complete after 0s [id=us-east-2] module.stage.module.api-journeys.module.database.data.aws_iam_policy_document.rds_enhanced_monitoring: Read complete after 0s [id=1813475199] module.prod.module.api-videos.module.database.data.aws_region.current: Read complete after 0s [id=us-east-2] module.prod.module.api-tags.module.ecs-task.data.aws_caller_identity.current: Reading... data.aws_ssm_parameter.doppler_api_videos_prod_token: Reading... module.stage.module.cloudflared.data.aws_ssm_parameter.public_ssh_key: Read complete after 0s [id=/terraform/prd/SSH_TUNNEL_PUBLIC_KEY] module.prod.module.prod.module.vpc.aws_eip.eip: Refreshing state... [id=eipalloc-05b19f48c45e89c28] data.aws_ssm_parameter.doppler_api_tags_prod_token: Reading... module.prod.module.cloudflared.data.aws_ssm_parameter.public_ssh_key: Reading... module.prod.data.aws_ssm_parameter.doppler_api_users_prod_token: Reading... module.stage.module.api-languages.module.database.data.aws_iam_policy_document.rds_enhanced_monitoring: Reading... module.prod.module.api-tags.module.ecs-task.data.aws_caller_identity.current: Read complete after 0s [id=410965620680] module.stage.data.aws_ssm_parameter.doppler_api_journeys_stage_token: Read complete after 0s [id=/terraform/prd/DOPPLER_API_JOURNEYS_STAGE_TOKEN] module.stage.module.api-users.module.database.data.aws_region.current: Reading... module.stage.module.api-languages.module.database.data.aws_iam_policy_document.rds_enhanced_monitoring: Read complete after 0s [id=1813475199] module.stage.module.api-users.module.database.data.aws_region.current: Read complete after 0s [id=us-east-2] module.prod.data.aws_ssm_parameter.doppler_api_users_prod_token: Read complete after 0s [id=/terraform/prd/DOPPLER_API_USERS_PROD_TOKEN] module.iam.data.aws_iam_policy_document.assume_role_policy: Reading... data.aws_ssm_parameter.doppler_api_tags_prod_token: Read complete after 0s [id=/terraform/prd/DOPPLER_API_TAGS_PROD_TOKEN] data.aws_ssm_parameter.doppler_api_videos_prod_token: Read complete after 0s [id=/terraform/prd/DOPPLER_API_VIDEOS_PROD_TOKEN] module.prod.data.aws_ssm_parameter.doppler_api_gateway_prod_token: Reading... module.prod.data.aws_route53_zone.route53_central_jesusfilm_org: Reading... module.prod.module.api-gateway.module.ecs-task.data.aws_region.current: Reading... module.iam.data.aws_iam_policy_document.assume_role_policy: Read complete after 0s [id=320642683] module.datadog.data.aws_iam_policy_document.datadog_aws_integration: Reading... module.prod.module.api-gateway.module.ecs-task.data.aws_region.current: Read complete after 0s [id=us-east-2] module.prod.module.api-journeys.module.database.data.aws_region.current: Reading... module.prod.module.api-videos.module.database.data.aws_iam_policy_document.rds_enhanced_monitoring: Reading... module.prod.module.cloudflared.data.aws_ssm_parameter.public_ssh_key: Read complete after 0s [id=/terraform/prd/SSH_TUNNEL_PUBLIC_KEY] module.prod.data.aws_ssm_parameter.doppler_api_gateway_prod_token: Read complete after 0s [id=/terraform/prd/DOPPLER_API_GATEWAY_PROD_TOKEN] module.prod.module.api-journeys.module.database.data.aws_region.current: Read complete after 0s [id=us-east-2] module.prod.module.api-videos.module.database.data.aws_iam_policy_document.rds_enhanced_monitoring: Read complete after 0s [id=1813475199] data.aws_ssm_parameter.doppler_api_users_prod_token: Reading... module.datadog.data.aws_iam_policy_document.datadog_aws_integration: Read complete after 0s [id=890262966] module.prod.module.bastion.aws_cloudwatch_log_group.ecs_cw_log_group: Refreshing state... [id=bastion-prod-logs] data.aws_ssm_parameter.doppler_api_languages_prod_token: Reading... module.prod.module.api-languages.module.ecs-task.data.aws_region.current: Reading... module.prod.module.api-journeys.module.ecs-task.data.aws_region.current: Reading... module.stage.module.stage.module.ecs.aws_ecs_cluster.ecs_cluster: Refreshing state... [id=arn:aws:ecs:us-east-2:410965620680:cluster/jfp-ecs-cluster-stage] module.prod.module.api-journeys.module.ecs-task.data.aws_region.current: Read complete after 0s [id=us-east-2] module.datadog.module.datadog_log_forwarder.data.aws_iam_policy_document.this: Reading... data.aws_ssm_parameter.doppler_api_users_prod_token: Read complete after 0s [id=/terraform/prd/DOPPLER_API_USERS_PROD_TOKEN] module.prod.data.aws_ssm_parameter.doppler_api_journeys_prod_token: Reading... module.datadog.module.datadog_rds_enhanced_monitoring_forwarder.data.aws_region.current: Reading... module.datadog.module.datadog_log_forwarder.data.aws_iam_policy_document.this: Read complete after 0s [id=3693445097] module.prod.module.api-languages.module.ecs-task.data.aws_region.current: Read complete after 0s [id=us-east-2] module.stage.module.route53_stage_central_jesusfilm_org.aws_route53_zone.sub_zone: Refreshing state... [id=Z09188583TUYV562FI49B] module.datadog.module.datadog_rds_enhanced_monitoring_forwarder.data.aws_region.current: Read complete after 0s [id=us-east-2] module.prod.module.api-nexus.module.database.data.aws_region.current: Reading... module.prod.module.api-nexus.module.database.data.aws_region.current: Read complete after 0s [id=us-east-2] module.stage.module.api-tags.module.database.data.aws_region.current: Reading... module.prod.module.api-languages.module.seed.data.aws_region.current: Reading... module.stage.module.api-tags.module.database.data.aws_region.current: Read complete after 0s [id=us-east-2] module.prod.module.api-languages.module.seed.data.aws_caller_identity.current: Reading... module.prod.module.api-languages.module.seed.data.aws_region.current: Read complete after 0s [id=us-east-2] data.aws_ssm_parameter.doppler_api_journeys_prod_token: Reading... module.prod.module.prod.module.vpc.data.aws_availability_zones.current: Reading... module.prod.data.aws_route53_zone.route53_central_jesusfilm_org: Read complete after 0s [id=Z06687872LMUIKS0Y291P] data.aws_ssm_parameter.doppler_api_journeys_prod_token: Read complete after 0s [id=/terraform/prd/DOPPLER_API_JOURNEYS_PROD_TOKEN] module.prod.data.aws_ssm_parameter.doppler_api_journeys_prod_token: Read complete after 0s [id=/terraform/prd/DOPPLER_API_JOURNEYS_PROD_TOKEN] module.prod.module.prod.module.vpc.data.aws_availability_zones.current: Read complete after 0s [id=us-east-2] module.prod.module.api-languages.module.seed.data.aws_caller_identity.current: Read complete after 0s [id=410965620680] data.aws_ssm_parameter.doppler_api_languages_prod_token: Read complete after 0s [id=/terraform/prd/DOPPLER_API_LANGUAGES_PROD_TOKEN] data.aws_ssm_parameter.doppler_api_gateway_prod_token: Reading... module.stage.data.aws_ssm_parameter.doppler_api_gateway_stage_token: Reading... module.stage.module.api-media.module.ecs-task.data.aws_caller_identity.current: Reading... module.stage.module.stage.module.ecs.data.aws_ssm_parameter.datadog_api_key: Reading... module.stage.module.api-media.module.database.data.aws_region.current: Reading... module.stage.module.api-nexus.module.ecs-task.data.aws_region.current: Reading... module.stage.module.api-media.module.database.data.aws_region.current: Read complete after 0s [id=us-east-2] module.stage.module.api-languages.module.ecs-task.data.aws_region.current: Reading... module.stage.module.api-nexus.module.ecs-task.data.aws_region.current: Read complete after 0s [id=us-east-2] module.datadog.data.aws_ssm_parameter.datadog_api_key: Reading... module.stage.module.api-languages.module.seed.data.aws_region.current: Reading... module.stage.module.api-languages.module.ecs-task.data.aws_region.current: Read complete after 0s [id=us-east-2] module.stage.module.api-languages.module.seed.data.aws_region.current: Read complete after 0s [id=us-east-2] module.stage.data.aws_ssm_parameter.doppler_api_tags_stage_token: Reading... module.stage.data.aws_route53_zone.route53_stage_central_jesusfilm_org: Reading... module.stage.data.aws_ssm_parameter.doppler_api_gateway_stage_token: Read complete after 1s [id=/terraform/prd/DOPPLER_API_GATEWAY_STAGE_TOKEN] module.stage.module.api-media.module.ecs-task.data.aws_caller_identity.current: Read complete after 1s [id=410965620680] module.stage.module.stage.module.ecs.data.aws_ssm_parameter.datadog_api_key: Read complete after 1s [id=/terraform/prd/DATADOG_API_KEY] data.aws_ssm_parameter.doppler_api_gateway_prod_token: Read complete after 1s [id=/terraform/prd/DOPPLER_API_GATEWAY_PROD_TOKEN] module.stage.data.aws_ssm_parameter.doppler_api_tags_stage_token: Read complete after 1s [id=/terraform/prd/DOPPLER_API_TAGS_STAGE_TOKEN] module.datadog.data.aws_ssm_parameter.datadog_api_key: Read complete after 1s [id=/terraform/prd/DATADOG_API_KEY] module.prod.module.cloudflared.data.aws_ssm_parameter.datadog_api_key: Reading... module.stage.module.bastion.aws_cloudwatch_log_group.ecs_cw_log_group: Refreshing state... [id=bastion-stage-logs] module.stage.module.api-languages.module.ecs-task.data.aws_caller_identity.current: Reading... module.datadog.module.datadog_log_forwarder.data.aws_caller_identity.current: Reading... module.prod.module.postgresql.data.aws_availability_zones.current: Reading... module.stage.module.api-languages.module.seed.data.aws_caller_identity.current: Reading... module.prod.module.prod.module.ecs.data.aws_ssm_parameter.datadog_api_key: Reading... module.prod.data.aws_ssm_parameter.doppler_api_media_prod_token: Reading... module.prod.module.cloudflared.data.aws_ssm_parameter.datadog_api_key: Read complete after 0s [id=/terraform/prd/DATADOG_API_KEY] module.stage.module.api-languages.module.ecs-task.data.aws_caller_identity.current: Read complete after 0s [id=410965620680] module.datadog.module.datadog_log_forwarder.data.aws_caller_identity.current: Read complete after 0s [id=410965620680] module.prod.data.aws_ssm_parameter.doppler_api_media_prod_token: Read complete after 0s [id=/terraform/prd/DOPPLER_API_MEDIA_PROD_TOKEN] module.stage.module.api-languages.module.seed.data.aws_caller_identity.current: Read complete after 0s [id=410965620680] module.prod.data.aws_ssm_parameter.doppler_api_tags_prod_token: Reading... module.prod.data.aws_ssm_parameter.doppler_api_languages_prod_token: Reading... module.datadog.module.datadog_log_forwarder.data.aws_region.current: Reading... module.prod.module.postgresql.data.aws_availability_zones.current: Read complete after 0s [id=us-east-2] module.prod.module.prod.module.ecs.data.aws_ssm_parameter.datadog_api_key: Read complete after 0s [id=/terraform/prd/DATADOG_API_KEY] module.stage.data.aws_route53_zone.route53_stage_central_jesusfilm_org: Read complete after 1s [id=Z09188583TUYV562FI49B] module.stage.data.aws_iam_role.ecs_task_execution_role: Reading... module.stage.data.aws_ssm_parameter.doppler_journeys_admin_stage_token: Reading... module.stage.module.api-languages.module.database.data.aws_region.current: Reading... module.prod.module.api-videos.module.ecs-task.data.aws_region.current: Reading... module.stage.module.api-nexus.module.seed.data.aws_region.current: Reading... module.prod.module.api-videos.module.ecs-task.data.aws_region.current: Read complete after 0s [id=us-east-2] module.stage.module.api-languages.module.database.data.aws_region.current: Read complete after 0s [id=us-east-2] module.stage.module.api-nexus.module.seed.data.aws_region.current: Read complete after 0s [id=us-east-2] module.datadog.module.datadog_log_forwarder.data.aws_region.current: Read complete after 0s [id=us-east-2] module.prod.data.aws_ssm_parameter.doppler_api_videos_prod_token: Reading... module.prod.module.datadog_aurora.data.aws_ssm_parameter.datadog_api_key: Reading... module.prod.data.aws_acm_certificate.acm_central_jesusfilm_org: Reading... module.prod.module.api-languages.module.database.data.aws_region.current: Reading... module.stage.module.stage.data.aws_acm_certificate.acm_nextstep_is: Reading... module.prod.module.api-languages.module.database.data.aws_region.current: Read complete after 0s [id=us-east-2] module.stage.module.eks.aws_iam_role.eks-cluster: Refreshing state... [id=terraform-eks-cluster-stage] module.prod.data.aws_ssm_parameter.doppler_api_languages_prod_token: Read complete after 0s [id=/terraform/prd/DOPPLER_API_LANGUAGES_PROD_TOKEN] module.prod.module.datadog_aurora.data.aws_ssm_parameter.datadog_api_key: Read complete after 0s [id=/terraform/prd/DATADOG_API_KEY] module.stage.data.aws_iam_role.ecs_task_execution_role: Read complete after 0s [id=jfp-ecs-task-execution-role] module.prod.data.aws_ssm_parameter.doppler_api_tags_prod_token: Read complete after 0s [id=/terraform/prd/DOPPLER_API_TAGS_PROD_TOKEN] module.stage.data.aws_ssm_parameter.doppler_journeys_admin_stage_token: Read complete after 0s [id=/terraform/prd/DOPPLER_JOURNEYS_ADMIN_STAGE_TOKEN] module.prod.data.aws_ssm_parameter.doppler_api_videos_prod_token: Read complete after 0s [id=/terraform/prd/DOPPLER_API_VIDEOS_PROD_TOKEN] module.stage.data.aws_ssm_parameter.doppler_api_videos_stage_token: Reading... module.datadog.module.datadog_log_forwarder.module.this_s3_bucket.data.aws_canonical_user_id.this: Reading... module.prod.data.aws_ssm_parameter.doppler_core_prod_token: Reading... module.prod.data.aws_ssm_parameter.doppler_journeys_admin_prod_token: Reading... module.prod.module.api-languages.module.ecs-task.data.aws_caller_identity.current: Reading... module.stage.module.api-tags.module.ecs-task.data.aws_caller_identity.current: Reading... module.acm_central_jesusfilm_org.aws_acm_certificate.main: Refreshing state... [id=arn:aws:acm:us-east-2:410965620680:certificate/d04ef60d-8bb6-4dc9-aeac-19966740323a] module.datadog.module.datadog_log_forwarder.module.this_s3_bucket.data.aws_canonical_user_id.this: Read complete after 0s [id=671441fa3ae7772d6a858b84aea1720a5b116c6144f8b7798a9b0311493454a0] module.prod.data.aws_ssm_parameter.doppler_journeys_admin_prod_token: Read complete after 0s [id=/terraform/prd/DOPPLER_JOURNEYS_ADMIN_PROD_TOKEN] module.prod.data.aws_ssm_parameter.doppler_core_prod_token: Read complete after 0s [id=/terraform/prd/DOPPLER_CORE_PROD_TOKEN] module.stage.module.api-tags.module.ecs-task.data.aws_caller_identity.current: Read complete after 0s [id=410965620680] module.prod.module.api-languages.module.ecs-task.data.aws_caller_identity.current: Read complete after 0s [id=410965620680] module.stage.data.aws_ssm_parameter.doppler_api_videos_stage_token: Read complete after 0s [id=/terraform/prd/DOPPLER_API_VIDEOS_STAGE_TOKEN] module.stage.module.api-users.module.database.aws_iam_role.rds_enhanced_monitoring: Refreshing state... [id=rds-enhanced-monitoring-2023092822132884040000000a] module.stage.data.aws_ssm_parameter.doppler_api_media_stage_token: Reading... module.stage.aws_acm_certificate.stage: Refreshing state... [id=arn:aws:acm:us-east-2:410965620680:certificate/573666ef-f89a-42e6-85f5-4d4ea6fd29e4] module.stage.module.api-videos.module.database.data.aws_region.current: Reading... module.datadog.module.datadog_rds_enhanced_monitoring_forwarder.data.aws_iam_policy_document.this: Reading... module.prod.module.api-media.module.ecs-task.data.aws_region.current: Reading... module.stage.module.api-videos.module.database.data.aws_region.current: Read complete after 0s [id=us-east-2] module.prod.module.api-media.module.ecs-task.data.aws_region.current: Read complete after 0s [id=us-east-2] module.datadog.module.datadog_rds_enhanced_monitoring_forwarder.data.aws_iam_policy_document.this: Read complete after 0s [id=3693445097] module.prod.module.api-videos.module.seed.data.aws_caller_identity.current: Reading... module.stage.data.aws_ssm_parameter.doppler_api_analytics_stage_token: Reading... module.stage.module.api-tags.module.seed.data.aws_region.current: Reading... module.stage.module.api-tags.module.seed.data.aws_region.current: Read complete after 0s [id=us-east-2] module.stage.module.api-videos.module.seed.data.aws_caller_identity.current: Reading... module.stage.data.aws_ssm_parameter.doppler_api_analytics_stage_token: Read complete after 0s [id=/terraform/prd/DOPPLER_API_ANALYTICS_STAGE_TOKEN] module.stage.module.stage.data.aws_acm_certificate.acm_nextstep_is: Read complete after 0s [id=arn:aws:acm:us-east-2:410965620680:certificate/f16e60b9-eb24-4929-8f32-9b5ff76cfe2c] module.prod.module.api-videos.module.seed.data.aws_caller_identity.current: Read complete after 0s [id=410965620680] module.stage.data.aws_ssm_parameter.doppler_api_media_stage_token: Read complete after 0s [id=/terraform/prd/DOPPLER_API_MEDIA_STAGE_TOKEN] module.stage.module.api-videos.module.seed.data.aws_caller_identity.current: Read complete after 0s [id=410965620680] module.prod.module.journeys-admin.module.ecs-task.data.aws_region.current: Reading... module.prod.data.aws_ssm_parameter.doppler_api_analytics_prod_token: Reading... module.prod.module.api-journeys.module.seed.data.aws_caller_identity.current: Reading... module.prod.module.api-journeys.module.seed.data.aws_region.current: Reading... module.prod.module.api-media.module.ecs-task.data.aws_caller_identity.current: Reading... module.prod.module.api-journeys.module.seed.data.aws_region.current: Read complete after 0s [id=us-east-2] module.prod.module.journeys-admin.module.ecs-task.data.aws_region.current: Read complete after 0s [id=us-east-2] module.prod.module.api-users.module.database.data.aws_region.current: Reading... module.prod.module.api-analytics.module.ecs-task.data.aws_region.current: Reading... module.prod.module.api-media.module.ecs-task.data.aws_caller_identity.current: Read complete after 0s [id=410965620680] module.prod.data.aws_ssm_parameter.doppler_api_analytics_prod_token: Read complete after 0s [id=/terraform/prd/DOPPLER_API_ANALYTICS_PROD_TOKEN] module.prod.module.api-analytics.module.ecs-task.data.aws_region.current: Read complete after 0s [id=us-east-2] module.prod.module.api-users.module.database.data.aws_region.current: Read complete after 0s [id=us-east-2] module.prod.module.api-journeys.module.seed.data.aws_caller_identity.current: Read complete after 0s [id=410965620680] module.stage.module.bastion.data.aws_ssm_parameter.public_ssh_key: Reading... module.prod.data.aws_acm_certificate.acm_central_jesusfilm_org: Read complete after 0s [id=arn:aws:acm:us-east-2:410965620680:certificate/d04ef60d-8bb6-4dc9-aeac-19966740323a] module.stage.data.aws_acm_certificate.acm_central_jesusfilm_org: Reading... module.stage.data.aws_route53_zone.route53_central_jesusfilm_org: Reading... module.stage.module.api-nexus.module.seed.data.aws_caller_identity.current: Reading... module.prod.module.prod.module.vpc.aws_vpc.vpc: Refreshing state... [id=vpc-0b722b0a1f7789afd] module.stage.module.api-journeys.module.seed.data.aws_region.current: Reading... module.stage.module.api-journeys.module.seed.data.aws_region.current: Read complete after 0s [id=us-east-2] module.stage.module.bastion.data.aws_ssm_parameter.public_ssh_key: Read complete after 0s [id=/terraform/prd/SSH_TUNNEL_PUBLIC_KEY] module.stage.module.api-journeys.module.ecs-task.data.aws_caller_identity.current: Reading... module.stage.module.journeys-admin.module.ecs-task.data.aws_region.current: Reading... module.stage.module.api-nexus.module.seed.data.aws_caller_identity.current: Read complete after 0s [id=410965620680] module.prod.module.api-media.module.database.data.aws_iam_policy_document.rds_enhanced_monitoring: Reading... module.stage.module.stage.module.vpc.data.aws_availability_zones.current: Reading... module.prod.module.api-media.module.database.data.aws_region.current: Reading... module.prod.module.postgresql.data.aws_iam_policy_document.rds_enhanced_monitoring: Reading... module.stage.module.journeys-admin.module.ecs-task.data.aws_region.current: Read complete after 0s [id=us-east-2] module.prod.module.bastion.aws_key_pair.default: Refreshing state... [id=bastion-prod-keypair] module.prod.module.api-media.module.database.data.aws_region.current: Read complete after 0s [id=us-east-2] module.prod.module.api-media.module.database.data.aws_iam_policy_document.rds_enhanced_monitoring: Read complete after 0s [id=1813475199] module.prod.module.postgresql.data.aws_iam_policy_document.rds_enhanced_monitoring: Read complete after 0s [id=1813475199] module.stage.module.postgresql.data.aws_iam_policy_document.rds_enhanced_monitoring: Reading... module.stage.module.postgresql.data.aws_iam_policy_document.rds_enhanced_monitoring: Read complete after 0s [id=1813475199] module.prod.module.prod.data.aws_acm_certificate.acm_nextstep_is: Reading... module.prod.data.aws_acm_certificate.acm_nextstep_is: Reading... module.stage.module.api-gateway-stage.module.ecs-task.data.aws_caller_identity.current: Reading... module.stage.module.api-journeys.module.seed.data.aws_caller_identity.current: Reading... module.stage.module.api-journeys.module.ecs-task.data.aws_caller_identity.current: Read complete after 0s [id=410965620680] module.prod.module.api-gateway.module.ecs-task.data.aws_caller_identity.current: Reading... module.stage.module.api-gateway-stage.module.ecs-task.data.aws_caller_identity.current: Read complete after 0s [id=410965620680] module.prod.module.api-gateway.module.ecs-task.data.aws_caller_identity.current: Read complete after 0s [id=410965620680] module.stage.module.api-tags.module.database.aws_iam_role.rds_enhanced_monitoring: Refreshing state... [id=rds-enhanced-monitoring-20230928221328839700000007] module.stage.module.postgresql.data.aws_availability_zones.current: Reading... module.stage.module.api-journeys.module.seed.data.aws_caller_identity.current: Read complete after 0s [id=410965620680] module.stage.module.api-nexus.module.database.data.aws_availability_zones.current: Reading... module.stage.module.stage.module.vpc.data.aws_availability_zones.current: Read complete after 0s [id=us-east-2] module.prod.module.eks.aws_iam_role_policy_attachment.eks-node-AmazonEKS_CNI_Policy: Refreshing state... [id=terraform-eks-node-prod-20240604203258776100000005] module.stage.data.aws_acm_certificate.acm_central_jesusfilm_org: Read complete after 0s [id=arn:aws:acm:us-east-2:410965620680:certificate/573666ef-f89a-42e6-85f5-4d4ea6fd29e4] module.stage.data.aws_route53_zone.route53_central_jesusfilm_org: Read complete after 0s [id=Z06687872LMUIKS0Y291P] module.stage.module.api-nexus.module.database.data.aws_availability_zones.current: Read complete after 0s [id=us-east-2] module.stage.module.postgresql.data.aws_availability_zones.current: Read complete after 0s [id=us-east-2] module.prod.module.eks.aws_iam_role_policy_attachment.eks-node-AmazonEC2ContainerRegistryReadOnly: Refreshing state... [id=terraform-eks-node-prod-20240604203258707200000004] module.prod.module.eks.aws_iam_role_policy_attachment.eks-node-AmazonEKSWorkerNodePolicy: Refreshing state... [id=terraform-eks-node-prod-20240604203258602900000003] module.prod.module.eks.aws_iam_instance_profile.eks-node: Refreshing state... [id=terraform-eks-node-prod] module.prod.module.api-languages.module.database.aws_iam_role.rds_enhanced_monitoring: Refreshing state... [id=rds-enhanced-monitoring-20230928221328833600000001] module.prod.module.api-tags.module.database.aws_iam_role.rds_enhanced_monitoring: Refreshing state... [id=rds-enhanced-monitoring-20230928221328839700000008] module.stage.module.api-journeys.module.database.data.aws_availability_zones.current: Reading... module.stage.module.api-journeys.module.database.data.aws_availability_zones.current: Read complete after 1s [id=us-east-2] module.prod.module.prod.data.aws_acm_certificate.acm_nextstep_is: Read complete after 1s [id=arn:aws:acm:us-east-2:410965620680:certificate/f16e60b9-eb24-4929-8f32-9b5ff76cfe2c] module.prod.module.api-tags.module.database.data.aws_availability_zones.current: Reading... module.stage.module.api-media.module.database.aws_iam_role.rds_enhanced_monitoring: Refreshing state... [id=rds-enhanced-monitoring-20230928221328839300000006] module.prod.module.api-nexus.module.database.aws_iam_role.rds_enhanced_monitoring: Refreshing state... [id=rds-enhanced-monitoring-20240222075213765100000001] module.stage.module.api-nexus.module.database.aws_iam_role.rds_enhanced_monitoring: Refreshing state... [id=rds-enhanced-monitoring-20240222021943549800000001] module.prod.module.api-tags.module.database.data.aws_availability_zones.current: Read complete after 0s [id=us-east-2] module.stage.module.api-videos.module.database.aws_iam_role.rds_enhanced_monitoring: Refreshing state... [id=rds-enhanced-monitoring-20230928221328838800000002] module.prod.data.aws_acm_certificate.acm_nextstep_is: Read complete after 1s [id=arn:aws:acm:us-east-2:410965620680:certificate/f16e60b9-eb24-4929-8f32-9b5ff76cfe2c] module.prod.module.api-journeys.module.database.aws_iam_role.rds_enhanced_monitoring: Refreshing state... [id=rds-enhanced-monitoring-2023092822133022340000000b] module.prod.module.api-users.module.database.aws_iam_role.rds_enhanced_monitoring: Refreshing state... [id=rds-enhanced-monitoring-20230928221328840200000009] module.stage.module.api-journeys.module.database.aws_iam_role.rds_enhanced_monitoring: Refreshing state... [id=rds-enhanced-monitoring-20230927224437851800000001] module.prod.module.api-videos.module.database.data.aws_availability_zones.current: Reading... module.prod.module.api-videos.module.database.data.aws_availability_zones.current: Read complete after 0s [id=us-east-2] module.prod.module.eks.aws_iam_role_policy_attachment.eks-cluster-AmazonEKSServicePolicy: Refreshing state... [id=terraform-eks-cluster-prod-20240604203258482100000002] module.prod.module.eks.aws_iam_role_policy_attachment.eks-cluster-AmazonEKSClusterPolicy: Refreshing state... [id=terraform-eks-cluster-prod-20240604203258411200000001] module.stage.module.api-languages.module.database.aws_iam_role.rds_enhanced_monitoring: Refreshing state... [id=rds-enhanced-monitoring-20230928221328838900000003] module.stage.module.cloudflared.aws_key_pair.default: Refreshing state... [id=cloudflared-stage-keypair] module.iam.aws_iam_role.ecs_task_execution_role: Refreshing state... [id=jfp-ecs-task-execution-role] module.prod.module.cloudflared.aws_key_pair.default: Refreshing state... [id=cloudflared-prod-keypair] module.stage.module.api-users.module.database.data.aws_availability_zones.current: Reading... module.prod.module.api-journeys.module.database.data.aws_availability_zones.current: Reading... module.datadog.aws_iam_policy.datadog_aws_integration: Refreshing state... [id=arn:aws:iam::410965620680:policy/DatadogAWSIntegrationPolicy] module.stage.module.eks.aws_iam_role_policy_attachment.eks-node-AmazonEC2ContainerRegistryReadOnly: Refreshing state... [id=terraform-eks-node-stage-20240618010958734500000003] module.stage.module.eks.aws_iam_role_policy_attachment.eks-node-AmazonEKSWorkerNodePolicy: Refreshing state... [id=terraform-eks-node-stage-20240618010958833200000004] module.prod.module.api-videos.module.database.aws_iam_role.rds_enhanced_monitoring: Refreshing state... [id=rds-enhanced-monitoring-20230928221328839200000004] module.prod.module.api-journeys.module.database.data.aws_availability_zones.current: Read complete after 0s [id=us-east-2] module.stage.module.api-users.module.database.data.aws_availability_zones.current: Read complete after 0s [id=us-east-2] module.stage.module.eks.aws_iam_instance_profile.eks-node: Refreshing state... [id=terraform-eks-node-stage] module.stage.module.eks.aws_iam_role_policy_attachment.eks-node-AmazonEKS_CNI_Policy: Refreshing state... [id=terraform-eks-node-stage-20240618010958924100000005] module.prod.module.api-nexus.module.database.data.aws_availability_zones.current: Reading... module.stage.module.api-tags.module.database.data.aws_availability_zones.current: Reading... module.stage.module.api-media.module.database.data.aws_availability_zones.current: Reading... module.datadog.module.datadog_log_forwarder.aws_iam_role.this[0]: Refreshing state... [id=datadog-log-forwarder] module.prod.module.api-nexus.module.database.data.aws_availability_zones.current: Read complete after 0s [id=us-east-2] module.stage.module.api-tags.module.database.data.aws_availability_zones.current: Read complete after 0s [id=us-east-2] module.stage.module.api-media.module.database.data.aws_availability_zones.current: Read complete after 0s [id=us-east-2] module.stage.module.stage.module.vpc.aws_route_table.public_route_table: Refreshing state... [id=rtb-0fa32f881733b4887] module.stage.module.stage.module.vpc.aws_internet_gateway.igw: Refreshing state... [id=igw-0264cb98228183bd7] module.prod.module.api-languages.module.database.data.aws_availability_zones.current: Reading... module.stage.module.stage.module.vpc.aws_route_table.internal_route_table: Refreshing state... [id=rtb-044e23e20145c6192] module.stage.module.api-languages.module.database.data.aws_availability_zones.current: Reading... module.prod.module.api-languages.module.database.data.aws_availability_zones.current: Read complete after 0s [id=us-east-2] module.stage.module.api-videos.module.database.data.aws_availability_zones.current: Reading... module.stage.module.api-languages.module.database.data.aws_availability_zones.current: Read complete after 0s [id=us-east-2] module.stage.module.eks.aws_iam_role_policy_attachment.eks-cluster-AmazonEKSClusterPolicy: Refreshing state... [id=terraform-eks-cluster-stage-20240618010958621500000002] module.stage.module.eks.aws_iam_role_policy_attachment.eks-cluster-AmazonEKSServicePolicy: Refreshing state... [id=terraform-eks-cluster-stage-20240618010958554900000001] module.acm_central_jesusfilm_org.aws_acm_certificate_validation.main: Refreshing state... [id=2022-10-08 00:11:33.892 +0000 UTC] module.stage.module.api-videos.module.database.data.aws_availability_zones.current: Read complete after 0s [id=us-east-2] module.datadog.module.datadog_rds_enhanced_monitoring_forwarder.aws_iam_role.this[0]: Refreshing state... [id=datadog-rds-enhanced-monitoring-forwarder] module.prod.module.api-users.module.database.data.aws_availability_zones.current: Reading... module.stage.module.bastion.aws_key_pair.default: Refreshing state... [id=bastion-stage-keypair] module.stage.aws_acm_certificate_validation.stage: Refreshing state... [id=0001-01-01 00:00:00 +0000 UTC] module.stage.module.api-users.module.database.aws_iam_role_policy_attachment.rds_enhanced_monitoring: Refreshing state... [id=rds-enhanced-monitoring-2023092822132884040000000a-20230928221331416100000013] module.prod.module.api-users.module.database.data.aws_availability_zones.current: Read complete after 0s [id=us-east-2] module.prod.module.api-media.module.database.data.aws_availability_zones.current: Reading... module.prod.module.api-media.module.database.aws_iam_role.rds_enhanced_monitoring: Refreshing state... [id=rds-enhanced-monitoring-20230928221328839300000005] module.prod.module.api-media.module.database.data.aws_availability_zones.current: Read complete after 0s [id=us-east-2] module.stage.module.stage.module.vpc.aws_subnet.public_subnet[0]: Refreshing state... [id=subnet-03bd7850c8bbe2ce9] module.stage.module.stage.module.vpc.aws_subnet.internal_subnet[2]: Refreshing state... [id=subnet-062de12e3e3639eff] module.prod.module.postgresql.aws_iam_role.rds_enhanced_monitoring: Refreshing state... [id=rds-enhanced-monitoring-20240604195421524100000001] module.stage.module.postgresql.aws_iam_role.rds_enhanced_monitoring: Refreshing state... [id=rds-enhanced-monitoring-20240618004751940300000001] module.stage.module.stage.module.vpc.aws_subnet.internal_subnet[0]: Refreshing state... [id=subnet-01f4e86883462b5ce] module.stage.module.stage.module.vpc.aws_subnet.public_subnet[1]: Refreshing state... [id=subnet-0a609b33cdac65789] module.stage.module.stage.module.vpc.aws_subnet.internal_subnet[1]: Refreshing state... [id=subnet-09cbfc19be5214a8b] module.stage.module.stage.module.vpc.aws_subnet.public_subnet[2]: Refreshing state... [id=subnet-0c394639d255c3261] module.prod.module.api-tags.module.database.aws_iam_role_policy_attachment.rds_enhanced_monitoring: Refreshing state... [id=rds-enhanced-monitoring-20230928221328839700000008-20230928221332081000000015] module.prod.module.api-languages.module.database.aws_iam_role_policy_attachment.rds_enhanced_monitoring: Refreshing state... [id=rds-enhanced-monitoring-20230928221328833600000001-2023092822133041600000000d] module.stage.module.api-tags.module.database.aws_iam_role_policy_attachment.rds_enhanced_monitoring: Refreshing state... [id=rds-enhanced-monitoring-20230928221328839700000007-20230928221330738600000010] module.prod.module.prod.module.vpc.aws_subnet.public_subnet[2]: Refreshing state... [id=subnet-0aa10af01283bbcdb] module.prod.module.prod.module.vpc.aws_subnet.internal_subnet[1]: Refreshing state... [id=subnet-05c389158df4b940a] module.prod.module.prod.module.vpc.aws_route_table.internal_route_table: Refreshing state... [id=rtb-0d45cab94ea14e3d7] module.prod.module.prod.module.vpc.aws_internet_gateway.igw: Refreshing state... [id=igw-0685fc79e5537c278] module.prod.module.prod.module.vpc.aws_subnet.internal_subnet[0]: Refreshing state... [id=subnet-036663ddfdb3b94b0] module.prod.module.prod.module.vpc.aws_subnet.public_subnet[0]: Refreshing state... [id=subnet-0b7c1e14af0ffb3ea] module.prod.module.prod.module.vpc.aws_subnet.internal_subnet[2]: Refreshing state... [id=subnet-02f4c2a33ace122c5] module.prod.module.prod.module.vpc.aws_subnet.public_subnet[1]: Refreshing state... [id=subnet-01aa708571a3e499c] module.stage.module.api-videos.module.database.aws_iam_role_policy_attachment.rds_enhanced_monitoring: Refreshing state... [id=rds-enhanced-monitoring-20230928221328838800000002-2023092822133044240000000f] module.prod.module.prod.module.vpc.aws_route_table.public_route_table: Refreshing state... [id=rtb-0dc12928458ea9cdb] module.stage.module.api-nexus.module.database.aws_iam_role_policy_attachment.rds_enhanced_monitoring: Refreshing state... [id=rds-enhanced-monitoring-20240222021943549800000001-20240222022145847100000004] module.stage.module.api-media.module.database.aws_iam_role_policy_attachment.rds_enhanced_monitoring: Refreshing state... [id=rds-enhanced-monitoring-20230928221328839300000006-20230928221330745600000011] module.prod.module.api-journeys.module.database.aws_iam_role_policy_attachment.rds_enhanced_monitoring: Refreshing state... [id=rds-enhanced-monitoring-2023092822133022340000000b-20230928221515296100000016] module.prod.module.api-users.module.database.aws_iam_role_policy_attachment.rds_enhanced_monitoring: Refreshing state... [id=rds-enhanced-monitoring-20230928221328840200000009-20230928221331087100000012] module.prod.module.api-nexus.module.database.aws_iam_role_policy_attachment.rds_enhanced_monitoring: Refreshing state... [id=rds-enhanced-monitoring-20240222075213765100000001-20240222075215541000000002] module.stage.module.api-journeys.module.database.aws_iam_role_policy_attachment.rds_enhanced_monitoring: Refreshing state... [id=rds-enhanced-monitoring-20230927224437851800000001-20230927224439299100000002] module.stage.aws_route53_record.acm_validation["*.stage.central.jesusfilm.org"]: Refreshing state... [id=Z09188583TUYV562FI49B__d2c387d3e9303ced4223f07e5920ab27.stage.central.jesusfilm.org._CNAME] module.datadog.module.datadog_log_forwarder.aws_iam_policy.this[0]: Refreshing state... [id=arn:aws:iam::410965620680:policy/datadog-log-forwarder] module.stage.module.api-languages.module.database.aws_iam_role_policy_attachment.rds_enhanced_monitoring: Refreshing state... [id=rds-enhanced-monitoring-20230928221328838900000003-2023092822133042690000000e] module.iam.aws_iam_role_policy_attachment.ecs_task_execution_role_policy: Refreshing state... [id=jfp-ecs-task-execution-role-20221008000653987100000004] module.stage.module.stage.module.vpc.aws_route.public_route: Refreshing state... [id=r-rtb-0fa32f881733b48871080289494] module.prod.module.api-videos.module.database.aws_iam_role_policy_attachment.rds_enhanced_monitoring: Refreshing state... [id=rds-enhanced-monitoring-20230928221328839200000004-20230928221331741200000014] module.iam.aws_iam_role_policy_attachment.ecs_task_execution_role_policy_ssm: Refreshing state... [id=jfp-ecs-task-execution-role-20221118071642587800000001] module.datadog.module.datadog_rds_enhanced_monitoring_forwarder.aws_iam_role_policy_attachment.this[0]: Refreshing state... [id=datadog-rds-enhanced-monitoring-forwarder-20230929222435825800000001] module.prod.module.api-media.module.database.aws_iam_role_policy_attachment.rds_enhanced_monitoring: Refreshing state... [id=rds-enhanced-monitoring-20230928221328839300000005-2023092822133041300000000c] module.datadog.datadog_integration_aws.sandbox: Refreshing state... [id=410965620680:DatadogAWSIntegrationRole] module.stage.module.route53_stage_central_jesusfilm_org.aws_route53_record.zone_ns: Refreshing state... [id=Z06687872LMUIKS0Y291P_stage.central.jesusfilm.org_NS] module.stage.module.postgresql.aws_iam_role_policy_attachment.rds_enhanced_monitoring: Refreshing state... [id=rds-enhanced-monitoring-20240618004751940300000001-20240618004753031000000002] module.prod.module.postgresql.aws_iam_role_policy_attachment.rds_enhanced_monitoring: Refreshing state... [id=rds-enhanced-monitoring-20240604195421524100000001-20240604195422629200000002] module.stage.module.postgresql.doppler_secret.rds_password: Refreshing state... [id=core.stg.PG_PASSWORD] module.route53_central_jesusfilm_org.aws_route53_record.zone_ns: Refreshing state... [id=Z0668749326BRARLJYJTJ_central.jesusfilm.org_NS] module.stage.module.stage.module.vpc.aws_route_table_association.internal_route_association[1]: Refreshing state... [id=rtbassoc-0b75a83bd37e525cd] module.stage.module.stage.module.vpc.aws_route_table_association.internal_route_association[2]: Refreshing state... [id=rtbassoc-051892314a7000003] module.stage.module.stage.module.vpc.aws_route_table_association.internal_route_association[0]: Refreshing state... [id=rtbassoc-0a407e12605c11226] module.stage.module.stage.module.vpc.aws_db_subnet_group.default: Refreshing state... [id=stage] module.stage.module.stage.module.vpc.aws_route_table_association.public_route_association[2]: Refreshing state... [id=rtbassoc-0e48ad8d3569bd81c] module.stage.module.stage.module.vpc.aws_route_table_association.public_route_association[0]: Refreshing state... [id=rtbassoc-03da4c2598c115115] module.stage.module.stage.module.vpc.aws_nat_gateway.nat_gateway: Refreshing state... [id=nat-0f4fff5ac1abacfcf] module.acm_central_jesusfilm_org.aws_route53_record.acm_validation["*.central.jesusfilm.org"]: Refreshing state... [id=Z06687872LMUIKS0Y291P__c4a5ee1cf50eb2f9c970abafeebc25bd.central.jesusfilm.org._CNAME] module.stage.module.stage.module.vpc.aws_route_table_association.public_route_association[1]: Refreshing state... [id=rtbassoc-090125278afb83cac] module.prod.module.prod.module.vpc.aws_route_table_association.internal_route_association[1]: Refreshing state... [id=rtbassoc-095dfe643ae6e7eda] module.datadog.module.datadog_rds_enhanced_monitoring_forwarder.aws_lambda_function.this[0]: Refreshing state... [id=datadog-rds-enhanced-monitoring-forwarder] module.prod.module.prod.module.vpc.aws_route_table_association.internal_route_association[2]: Refreshing state... [id=rtbassoc-0d1c5f0b5a16290a7] module.prod.module.prod.module.vpc.aws_route_table_association.internal_route_association[0]: Refreshing state... [id=rtbassoc-09640730571f937b3] module.prod.module.prod.module.vpc.aws_db_subnet_group.default: Refreshing state... [id=prod] module.datadog.module.datadog_log_forwarder.module.this_s3_bucket.aws_s3_bucket.this[0]: Refreshing state... [id=datadog-forwarder-410965620680-us-east-2] module.stage.module.stage.module.internal_rds_security_group.aws_security_group.security_group: Refreshing state... [id=sg-030e79e5f9dcbb65c] module.stage.module.stage.module.route53_private_zone.aws_route53_zone.private_zone: Refreshing state... [id=Z056780738DT3AZL6A4WD] module.stage.module.stage.module.internal_alb_security_group.aws_security_group.security_group: Refreshing state... [id=sg-0675e4b5fed8634e2] module.stage.module.stage.module.public_bastion_security_group.aws_security_group.security_group: Refreshing state... [id=sg-03cc96cd8ea27c503] module.prod.module.prod.module.vpc.aws_route.public_route: Refreshing state... [id=r-rtb-0dc12928458ea9cdb1080289494] module.prod.module.prod.module.vpc.aws_route_table_association.public_route_association[2]: Refreshing state... [id=rtbassoc-058e84cc582b88a44] module.prod.module.prod.module.vpc.aws_route_table_association.public_route_association[0]: Refreshing state... [id=rtbassoc-0a2be20c6e23f54d7] module.prod.module.prod.module.vpc.aws_route_table_association.public_route_association[1]: Refreshing state... [id=rtbassoc-0374258f2bc8b3de8] module.prod.module.prod.module.vpc.aws_nat_gateway.nat_gateway: Refreshing state... [id=nat-05d6db4947a8ebb96] module.stage.module.stage.module.public_alb_security_group.aws_security_group.security_group: Refreshing state... [id=sg-025da116869428a47] module.stage.module.api-users.module.ecs-task.data.doppler_secrets.app: Reading... module.prod.module.postgresql.doppler_secret.rds_password: Refreshing state... [id=core.prd.PG_PASSWORD] module.datadog.module.datadog_log_forwarder.aws_iam_role_policy_attachment.this[0]: Refreshing state... [id=datadog-log-forwarder-20231002062726430500000001] module.stage.module.api-languages.module.seed.data.doppler_secrets.app: Reading... module.stage.module.api-languages.module.ecs-task.data.doppler_secrets.app: Reading... module.stage.module.api-nexus.module.seed.data.doppler_secrets.app: Reading... module.stage.module.api-nexus.module.ecs-task.data.doppler_secrets.app: Reading... module.prod.module.prod.module.public_bastion_security_group.aws_security_group.security_group: Refreshing state... [id=sg-0a88e0c38bb4aaf3b] module.prod.module.prod.module.internal_alb_security_group.aws_security_group.security_group: Refreshing state... [id=sg-0df57c5d60e98f826] module.prod.module.prod.module.internal_rds_security_group.aws_security_group.security_group: Refreshing state... [id=sg-0b9f71dd648b7ccdd] module.stage.module.api-nexus.module.seed.data.doppler_secrets.app: Read complete after 1s [id=0f154322e0fcc85433b5884b2f8cf49af4e8f424fab120298b33cdcd7be3bdb7] module.prod.module.prod.module.public_alb_security_group.aws_security_group.security_group: Refreshing state... [id=sg-0faeff191a6658741] module.stage.module.api-languages.module.seed.data.doppler_secrets.app: Read complete after 1s [id=d646fead5c6dda4be7b2848e723f3c9c44b9ef2bd2c1da8d8334e51795a736f1] module.stage.module.api-languages.module.ecs-task.data.doppler_secrets.app: Read complete after 1s [id=d646fead5c6dda4be7b2848e723f3c9c44b9ef2bd2c1da8d8334e51795a736f1] module.prod.module.prod.module.route53_private_zone.aws_route53_zone.private_zone: Refreshing state... [id=Z03223152FHL8WN66TI5X] module.prod.module.api-nexus.module.ecs-task.data.doppler_secrets.app: Reading... module.prod.module.api-nexus.module.seed.data.doppler_secrets.app: Reading... module.stage.module.api-users.module.ecs-task.data.doppler_secrets.app: Read complete after 1s [id=2a067c28464f0d9d0fe81dfc9e5f8b79a4f62515ce7d462e9d2a85dce15a606e] module.stage.module.api-journeys.module.seed.data.doppler_secrets.app: Reading... module.stage.module.api-journeys.module.ecs-task.data.doppler_secrets.app: Reading... module.datadog.data.aws_iam_policy_document.datadog_aws_integration_assume_role: Reading... module.prod.module.api-gateway.module.ecs-task.data.doppler_secrets.app: Reading... module.stage.module.api-nexus.module.ecs-task.data.doppler_secrets.app: Read complete after 2s [id=0f154322e0fcc85433b5884b2f8cf49af4e8f424fab120298b33cdcd7be3bdb7] module.prod.module.api-users.module.ecs-task.data.doppler_secrets.app: Reading... module.datadog.data.aws_iam_policy_document.datadog_aws_integration_assume_role: Read complete after 1s [id=1517168365] module.prod.module.api-journeys.module.ecs-task.data.doppler_secrets.app: Reading... module.stage.module.api-journeys.module.ecs-task.data.doppler_secrets.app: Read complete after 1s [id=0d1944fafb0fdb6da4d235705789ae23288101948b0e7f0aebab2320fc9201ce] module.prod.module.api-journeys.module.seed.data.doppler_secrets.app: Reading... module.prod.module.api-users.module.ecs-task.data.doppler_secrets.app: Read complete after 0s [id=180949d56320bb2bc560753661993a6d422fec54db7269aa3ad824cca5c058a4] module.stage.module.api-gateway-stage.module.ecs-task.data.doppler_secrets.app: Reading... module.stage.module.stage.module.vpc.aws_route.internal_route: Refreshing state... [id=r-rtb-044e23e20145c61921080289494] module.stage.module.api-tags.module.seed.data.doppler_secrets.app: Reading... module.prod.module.api-media.module.ecs-task.data.doppler_secrets.app: Reading... module.prod.module.api-videos.module.seed.data.doppler_secrets.app: Reading... module.prod.module.api-gateway.module.ecs-task.data.doppler_secrets.app: Read complete after 2s [id=89d1f77c96b1ae19541a258ec778c95a9aa61601100efdd307ef9f9ba89d8069] module.prod.module.api-languages.module.ecs-task.data.doppler_secrets.app: Reading... module.stage.module.api-journeys.module.seed.data.doppler_secrets.app: Read complete after 2s [id=0d1944fafb0fdb6da4d235705789ae23288101948b0e7f0aebab2320fc9201ce] module.stage.module.api-tags.module.ecs-task.data.doppler_secrets.app: Reading... module.prod.module.api-nexus.module.seed.data.doppler_secrets.app: Read complete after 2s [id=1d777daeee75513eef6704c25b5246a127dfa4a36cf2039fc977fb36ab5b2fb8] module.datadog.module.datadog_rds_enhanced_monitoring_forwarder.aws_cloudwatch_log_group.this[0]: Refreshing state... [id=/aws/lambda/datadog-rds-enhanced-monitoring-forwarder] module.prod.module.api-journeys.module.seed.data.doppler_secrets.app: Read complete after 1s [id=b63fab5953be18360d651f07b5d20547ad18c4a8ef6ca5e05b05d90cda633f5e] module.prod.module.api-nexus.module.ecs-task.data.doppler_secrets.app: Read complete after 2s [id=1d777daeee75513eef6704c25b5246a127dfa4a36cf2039fc977fb36ab5b2fb8] module.datadog.module.datadog_rds_enhanced_monitoring_forwarder.aws_lambda_permission.cloudwatch[0]: Refreshing state... [id=datadog-forwarder-RDSCloudWatchLogsPermission] module.stage.module.journeys-admin.module.ecs-task.data.doppler_secrets.app: Reading... module.prod.module.api-videos.module.ecs-task.data.doppler_secrets.app: Reading... module.prod.module.api-languages.module.seed.data.doppler_secrets.app: Reading... module.stage.module.api-gateway-stage.module.ecs-task.data.doppler_secrets.app: Read complete after 1s [id=7b20c30241d7dae4bc66e99dec4a81a28528c452eeecdc8dee28658b738aaceb] module.prod.module.api-tags.module.ecs-task.data.doppler_secrets.app: Reading... module.prod.module.api-videos.module.seed.data.doppler_secrets.app: Read complete after 0s [id=8f48aa3e95f9b075dbf33ed4d01918edd11662629fab935510db88f12de9da6e] module.prod.module.api-tags.module.seed.data.doppler_secrets.app: Reading... module.prod.module.api-media.module.ecs-task.data.doppler_secrets.app: Read complete after 2s [id=851b5bf85b6612561d409372b51eda39db15f6fae47558b864419ba144d8a892] module.datadog.module.datadog_log_forwarder.module.this_s3_bucket.aws_s3_bucket_versioning.this[0]: Refreshing state... [id=datadog-forwarder-410965620680-us-east-2] module.prod.module.api-journeys.module.ecs-task.data.doppler_secrets.app: Read complete after 2s [id=b63fab5953be18360d651f07b5d20547ad18c4a8ef6ca5e05b05d90cda633f5e] module.prod.module.journeys-admin.module.ecs-task.data.doppler_secrets.app: Reading... module.prod.module.api-languages.module.ecs-task.data.doppler_secrets.app: Read complete after 1s [id=f8c9944c4f8306695b1f8fb7d1011ab8b915f3658420d81a2aef4699a8c6652a] module.datadog.module.datadog_log_forwarder.module.this_s3_bucket.aws_s3_bucket_server_side_encryption_configuration.this[0]: Refreshing state... [id=datadog-forwarder-410965620680-us-east-2] module.prod.module.api-videos.module.ecs-task.data.doppler_secrets.app: Read complete after 1s [id=8f48aa3e95f9b075dbf33ed4d01918edd11662629fab935510db88f12de9da6e] module.datadog.module.datadog_log_forwarder.module.this_s3_bucket.aws_s3_bucket_public_access_block.this[0]: Refreshing state... [id=datadog-forwarder-410965620680-us-east-2] module.stage.module.api-videos.module.seed.data.doppler_secrets.app: Reading... module.stage.module.api-media.module.ecs-task.data.doppler_secrets.app: Reading... module.prod.module.api-tags.module.seed.data.doppler_secrets.app: Read complete after 1s [id=0e2fe1a958d6893b5d5b585f8d17b470ce6c21a8c0a11811b6179aecd583d812] module.stage.module.api-videos.module.ecs-task.data.doppler_secrets.app: Reading... module.prod.module.journeys-admin.module.ecs-task.data.doppler_secrets.app: Read complete after 0s [id=f9262ceef363a03bb14917789c0c8c3df0eb31e1792bca4f2939b7819e20b396] module.stage.module.journeys-admin.module.ecs-task.data.doppler_secrets.app: Read complete after 1s [id=e3bed6a45a0249f07779553192a34022c778aaecea3142272cedd94bedee1515] module.prod.module.api-analytics.module.ecs-task.data.doppler_secrets.app: Reading... module.prod.module.api-languages.module.seed.data.doppler_secrets.app: Read complete after 2s [id=f8c9944c4f8306695b1f8fb7d1011ab8b915f3658420d81a2aef4699a8c6652a] module.stage.module.api-analytics.module.ecs-task.data.doppler_secrets.app: Reading... module.stage.module.api-tags.module.seed.data.doppler_secrets.app: Read complete after 3s [id=f57a4c8b80a6e54d4e220aeb84b922ed5e5aeab0f52a4d78acc49e8c1d0bf75c] module.prod.module.prod.module.vpc.aws_route.internal_route: Refreshing state... [id=r-rtb-0d45cab94ea14e3d71080289494] mo ```


Warning: Output length greater than max comment size. Continued in next comment.

jesus-film-bot commented 6 months ago

Continued plan output from previous comment.

Show Output ```diff dule.datadog.aws_iam_role.datadog_aws_integration: Refreshing state... [id=DatadogAWSIntegrationRole] module.stage.module.api-videos.module.seed.data.doppler_secrets.app: Read complete after 1s [id=2ccd787a86c245e5e8dd4fec0c5e8e9fa4fb20eeec5ad3cfcef85e2260ad7a00] module.stage.module.api-media.module.ecs-task.data.doppler_secrets.app: Read complete after 1s [id=193b5a28912683691a8a994030e64bfd977da95fab3716d1a80a811c86c9f59b] module.stage.module.api-videos.module.ecs-task.data.doppler_secrets.app: Read complete after 1s [id=2ccd787a86c245e5e8dd4fec0c5e8e9fa4fb20eeec5ad3cfcef85e2260ad7a00] module.prod.module.api-tags.module.ecs-task.data.doppler_secrets.app: Read complete after 2s [id=0e2fe1a958d6893b5d5b585f8d17b470ce6c21a8c0a11811b6179aecd583d812] module.stage.module.api-tags.module.ecs-task.data.doppler_secrets.app: Read complete after 2s [id=f57a4c8b80a6e54d4e220aeb84b922ed5e5aeab0f52a4d78acc49e8c1d0bf75c] module.datadog.module.datadog_log_forwarder.aws_s3_object.this[0]: Refreshing state... [id=aws-dd-forwarder-3.73.0.zip] module.stage.module.stage.module.internal_alb.aws_alb.alb: Refreshing state... [id=arn:aws:elasticloadbalancing:us-east-2:410965620680:loadbalancer/app/jfp-internal-alb-stage/846f69021da58f87] module.stage.module.eks.aws_security_group.eks-cluster: Refreshing state... [id=sg-043d232c3f46ebaf5] module.stage.module.stage.module.public_alb.aws_alb.alb: Refreshing state... [id=arn:aws:elasticloadbalancing:us-east-2:410965620680:loadbalancer/app/jfp-public-alb-stage/27d94355c709eb16] module.stage.module.redis.aws_elasticache_subnet_group.default: Refreshing state... [id=redis-subnet-group-stage] module.stage.module.eks.aws_security_group.eks-node: Refreshing state... [id=sg-038c2ad08a385bd64] module.prod.module.prod.module.internal_alb.aws_alb.alb: Refreshing state... [id=arn:aws:elasticloadbalancing:us-east-2:410965620680:loadbalancer/app/jfp-internal-alb-prod/ae1556aacf21465f] module.prod.module.redis.aws_elasticache_subnet_group.default: Refreshing state... [id=redis-subnet-group-prod] module.stage.module.api-analytics.module.ecs-task.data.doppler_secrets.app: Read complete after 0s [id=9b888876a1327d9312e9dfe84e11c4200d1f620a607f70276ed31612e2face32] module.prod.module.prod.module.public_alb.aws_alb.alb: Refreshing state... [id=arn:aws:elasticloadbalancing:us-east-2:410965620680:loadbalancer/app/jfp-public-alb-prod/7cf1f0916ed2c660] module.prod.module.api-analytics.module.ecs-task.data.doppler_secrets.app: Read complete after 0s [id=34165647338ff613f3f3de604973d0d16d8debede5c5f1bf2c1a64713212880a] module.prod.module.eks.aws_security_group.eks-cluster: Refreshing state... [id=sg-0ac546ed7eb0f35a9] module.prod.module.eks.aws_security_group.eks-node: Refreshing state... [id=sg-0497c37ab4c966117] module.stage.module.postgresql.aws_rds_cluster.default: Refreshing state... [id=jfp-core-stage] module.stage.module.stage.module.ecs.aws_security_group.internal_security_group: Refreshing state... [id=sg-087bc43a262c94bc1] module.stage.module.cloudflared.aws_instance.ec2_cloudflared: Refreshing state... [id=i-099111be21033d43c] module.stage.module.stage.module.ecs.aws_security_group.public_security_group: Refreshing state... [id=sg-0715e664d653ce89c] module.stage.module.bastion.aws_instance.bastion: Refreshing state... [id=i-0b14a9afd6a452e04] module.prod.module.prod.module.ecs.aws_security_group.internal_security_group: Refreshing state... [id=sg-02935fccc551bacd8] module.prod.module.postgresql.aws_rds_cluster.default: Refreshing state... [id=jfp-core-prod] module.prod.module.bastion.aws_instance.bastion: Refreshing state... [id=i-09562bf27764aac1b] module.datadog.aws_iam_role_policy_attachment.datadog_aws_integration: Refreshing state... [id=DatadogAWSIntegrationRole-20230111213018801100000001] module.prod.module.cloudflared.aws_instance.ec2_cloudflared: Refreshing state... [id=i-060fcf9fba7f59734] module.datadog.module.datadog_log_forwarder.aws_lambda_function.this[0]: Refreshing state... [id=datadog-log-forwarder] module.prod.module.prod.module.ecs.aws_security_group.public_security_group: Refreshing state... [id=sg-030c49feae781c660] module.stage.module.eks.aws_security_group_rule.eks-node-ingress-self: Refreshing state... [id=sgrule-3865934924] module.stage.module.eks.aws_security_group_rule.eks-cluster-ingress-node-https: Refreshing state... [id=sgrule-4004893998] module.prod.module.eks.aws_security_group_rule.eks-cluster-ingress-node-https: Refreshing state... [id=sgrule-1385531442] module.prod.module.eks.aws_security_group_rule.eks-node-ingress-self: Refreshing state... [id=sgrule-4065849382] module.stage.module.postgresql.doppler_secret.new_rds_url: Refreshing state... [id=core.stg.PRIVATE_DATABASE_URL] module.stage.module.postgresql.aws_ssm_parameter.new_parameter: Refreshing state... [id=/ecs/jfp-core/stage/PRIVATE_DATABASE_URL] module.stage.module.stage.aws_lb_listener.ssl_forwarder: Refreshing state... [id=arn:aws:elasticloadbalancing:us-east-2:410965620680:listener/app/jfp-public-alb-stage/27d94355c709eb16/ac98de54144c43bc] module.prod.module.postgresql.doppler_secret.new_rds_url: Refreshing state... [id=core.prd.PRIVATE_DATABASE_URL] module.stage.module.postgresql.aws_rds_cluster_instance.default: Refreshing state... [id=tf-20240618004835876400000003] module.prod.module.postgresql.aws_rds_cluster_instance.default: Refreshing state... [id=tf-20240604195536182300000003] module.prod.module.postgresql.aws_ssm_parameter.new_parameter: Refreshing state... [id=/ecs/jfp-core/prod/PRIVATE_DATABASE_URL] module.prod.module.prod.aws_lb_listener.ssl_forwarder: Refreshing state... [id=arn:aws:elasticloadbalancing:us-east-2:410965620680:listener/app/jfp-public-alb-prod/7cf1f0916ed2c660/0e6eae9863f3405a] module.stage.module.stage.module.internal_alb_listener.aws_alb_listener.alb_listener: Refreshing state... [id=arn:aws:elasticloadbalancing:us-east-2:410965620680:listener/app/jfp-internal-alb-stage/846f69021da58f87/8e127638978261a2] module.stage.module.stage.module.public_alb_listener.aws_alb_listener.alb_listener: Refreshing state... [id=arn:aws:elasticloadbalancing:us-east-2:410965620680:listener/app/jfp-public-alb-stage/27d94355c709eb16/e976ba0cdd6d17a6] module.datadog.module.datadog_log_forwarder.aws_cloudwatch_log_group.this[0]: Refreshing state... [id=/aws/lambda/datadog-log-forwarder] module.datadog.module.datadog_log_forwarder.aws_lambda_permission.cloudwatch[0]: Refreshing state... [id=datadog-forwarder-CloudWatchLogsPermission] module.prod.module.prod.module.internal_alb_listener.aws_alb_listener.alb_listener: Refreshing state... [id=arn:aws:elasticloadbalancing:us-east-2:410965620680:listener/app/jfp-internal-alb-prod/ae1556aacf21465f/007803e8b4e5717b] module.prod.module.prod.module.public_alb_listener.aws_alb_listener.alb_listener: Refreshing state... [id=arn:aws:elasticloadbalancing:us-east-2:410965620680:listener/app/jfp-public-alb-prod/7cf1f0916ed2c660/baff3356faf3dfae] module.stage.module.eks.aws_eks_cluster.this: Refreshing state... [id=jfp-eks-stage] module.prod.module.prod.module.route53_private_zone.aws_route53_record.internal_service_record: Refreshing state... [id=Z03223152FHL8WN66TI5X_service.internal_A] module.stage.module.stage.module.route53_private_zone.aws_route53_record.internal_service_record: Refreshing state... [id=Z056780738DT3AZL6A4WD_stage.internal_A] module.stage.module.redis.aws_security_group.redis: Refreshing state... [id=sg-0ff8417483ad1d68b] module.stage.module.eks.aws_security_group_rule.eks-node-ingress-cluster-others: Refreshing state... [id=sgrule-1786535289] module.stage.module.eks.aws_security_group_rule.eks-node-ingress-cluster-https: Refreshing state... [id=sgrule-2353942872] module.prod.module.eks.aws_eks_cluster.this: Refreshing state... [id=jfp-eks-prod] module.prod.module.redis.aws_security_group.redis: Refreshing state... [id=sg-0cd8edef60f3a40ef] module.stage.module.stage.aws_lb_listener_certificate.acm_nextstep_is: Refreshing state... [id=arn:aws:elasticloadbalancing:us-east-2:410965620680:listener/app/jfp-public-alb-stage/27d94355c709eb16/e976ba0cdd6d17a6_arn:aws:acm:us-east-2:410965620680:certificate/f16e60b9-eb24-4929-8f32-9b5ff76cfe2c] module.prod.module.eks.aws_security_group_rule.eks-node-ingress-cluster-others: Refreshing state... [id=sgrule-646725114] module.prod.module.eks.aws_security_group_rule.eks-node-ingress-cluster-https: Refreshing state... [id=sgrule-2408602841] module.stage.module.bastion.aws_route53_record.record: Refreshing state... [id=Z09188583TUYV562FI49B_bastion.stage.central.jesusfilm.org_A] module.prod.module.bastion.aws_route53_record.record: Refreshing state... [id=Z06687872LMUIKS0Y291P_bastion.central.jesusfilm.org_A] module.stage.module.eks.aws_eks_node_group.this: Refreshing state... [id=jfp-eks-stage:jfp-eks-node-group-stage] module.stage.module.eks.data.aws_ami.eks-worker: Reading... module.prod.module.prod.aws_lb_listener_certificate.acm_nextstep_is: Refreshing state... [id=arn:aws:elasticloadbalancing:us-east-2:410965620680:listener/app/jfp-public-alb-prod/7cf1f0916ed2c660/baff3356faf3dfae_arn:aws:acm:us-east-2:410965620680:certificate/f16e60b9-eb24-4929-8f32-9b5ff76cfe2c] module.stage.module.redis.aws_elasticache_replication_group.default: Refreshing state... [id=redis-stage] module.prod.module.redis.aws_elasticache_replication_group.default: Refreshing state... [id=redis-prod] module.prod.module.eks.aws_eks_node_group.this: Refreshing state... [id=jfp-eks-prod:jfp-eks-node-group-prod] module.stage.module.eks.data.aws_ami.eks-worker: Read complete after 0s [id=ami-0502a5ce3cfcdbf42] module.prod.module.eks.data.aws_ami.eks-worker: Reading... module.stage.module.api-nexus.module.alb-listener.aws_alb_listener.alb_listener: Refreshing state... [id=arn:aws:elasticloadbalancing:us-east-2:410965620680:listener/app/jfp-internal-alb-stage/846f69021da58f87/34cbf70fcc1b94a1] module.stage.module.api-tags.module.alb-listener.aws_alb_listener.alb_listener: Refreshing state... [id=arn:aws:elasticloadbalancing:us-east-2:410965620680:listener/app/jfp-internal-alb-stage/846f69021da58f87/9be62de1b6c16f5c] module.stage.module.api-journeys.module.alb-listener.aws_alb_listener.alb_listener: Refreshing state... [id=arn:aws:elasticloadbalancing:us-east-2:410965620680:listener/app/jfp-internal-alb-stage/846f69021da58f87/2772aabe58647566] module.stage.module.api-analytics.module.alb-listener.aws_alb_listener.alb_listener: Refreshing state... [id=arn:aws:elasticloadbalancing:us-east-2:410965620680:listener/app/jfp-internal-alb-stage/846f69021da58f87/fedc8d8232ec85b6] module.prod.module.eks.data.aws_ami.eks-worker: Read complete after 0s [id=ami-0502a5ce3cfcdbf42] module.stage.module.api-videos.module.alb-listener.aws_alb_listener.alb_listener: Refreshing state... [id=arn:aws:elasticloadbalancing:us-east-2:410965620680:listener/app/jfp-internal-alb-stage/846f69021da58f87/211f15f6cc9aa368] module.stage.module.api-languages.module.alb-listener.aws_alb_listener.alb_listener: Refreshing state... [id=arn:aws:elasticloadbalancing:us-east-2:410965620680:listener/app/jfp-internal-alb-stage/846f69021da58f87/f8bb656979069fe6] module.stage.module.api-users.module.alb-listener.aws_alb_listener.alb_listener: Refreshing state... [id=arn:aws:elasticloadbalancing:us-east-2:410965620680:listener/app/jfp-internal-alb-stage/846f69021da58f87/418b774d47b90b2e] module.prod.module.api-analytics.module.alb-listener.aws_alb_listener.alb_listener: Refreshing state... [id=arn:aws:elasticloadbalancing:us-east-2:410965620680:listener/app/jfp-internal-alb-prod/ae1556aacf21465f/5c1cbf8d53e4cfc0] module.prod.module.api-users.module.alb-listener.aws_alb_listener.alb_listener: Refreshing state... [id=arn:aws:elasticloadbalancing:us-east-2:410965620680:listener/app/jfp-internal-alb-prod/ae1556aacf21465f/d812a47be4e206fe] module.stage.module.api-media.module.alb-listener.aws_alb_listener.alb_listener: Refreshing state... [id=arn:aws:elasticloadbalancing:us-east-2:410965620680:listener/app/jfp-internal-alb-stage/846f69021da58f87/390fbc642c8c262c] module.prod.module.api-journeys.module.alb-listener.aws_alb_listener.alb_listener: Refreshing state... [id=arn:aws:elasticloadbalancing:us-east-2:410965620680:listener/app/jfp-internal-alb-prod/ae1556aacf21465f/d5fde78dea7a53d6] module.prod.module.api-videos.module.alb-listener.aws_alb_listener.alb_listener: Refreshing state... [id=arn:aws:elasticloadbalancing:us-east-2:410965620680:listener/app/jfp-internal-alb-prod/ae1556aacf21465f/e1e6500b1cc03b02] module.prod.module.api-tags.module.alb-listener.aws_alb_listener.alb_listener: Refreshing state... [id=arn:aws:elasticloadbalancing:us-east-2:410965620680:listener/app/jfp-internal-alb-prod/ae1556aacf21465f/e4720d78332d4029] module.prod.module.api-media.module.alb-listener.aws_alb_listener.alb_listener: Refreshing state... [id=arn:aws:elasticloadbalancing:us-east-2:410965620680:listener/app/jfp-internal-alb-prod/ae1556aacf21465f/8dd57a2792b0a37a] module.prod.module.api-languages.module.alb-listener.aws_alb_listener.alb_listener: Refreshing state... [id=arn:aws:elasticloadbalancing:us-east-2:410965620680:listener/app/jfp-internal-alb-prod/ae1556aacf21465f/c26ce743dd562c38] module.prod.module.api-nexus.module.alb-listener.aws_alb_listener.alb_listener: Refreshing state... [id=arn:aws:elasticloadbalancing:us-east-2:410965620680:listener/app/jfp-internal-alb-prod/ae1556aacf21465f/5897a6285bef8e2d] module.stage.module.api-gateway-stage.module.ecs-task.data.aws_route53_zone.zone: Reading... module.stage.module.api-gateway-stage.module.ecs-task.aws_route53_record.record: Refreshing state... [id=Z09188583TUYV562FI49B_api-gateway_CNAME] module.stage.module.api-gateway-stage.module.ecs-task.aws_ssm_parameter.parameters["APOLLO_GRAPH_REF"]: Refreshing state... [id=/ecs/api-gateway/stage/APOLLO_GRAPH_REF] module.stage.module.api-gateway-stage.module.ecs-task.aws_ssm_parameter.parameters["GOOGLE_APPLICATION_JSON"]: Refreshing state... [id=/ecs/api-gateway/stage/GOOGLE_APPLICATION_JSON] module.stage.module.api-gateway-stage.module.ecs-task.aws_ssm_parameter.parameters["APOLLO_KEY"]: Refreshing state... [id=/ecs/api-gateway/stage/APOLLO_KEY] module.stage.module.journeys-admin.module.ecs-task.aws_route53_record.record: Refreshing state... [id=Z09188583TUYV562FI49B_journeys-admin_CNAME] module.stage.module.journeys-admin.module.ecs-task.data.aws_route53_zone.zone: Reading... module.stage.module.journeys-admin.module.ecs-task.aws_ssm_parameter.parameters["NEXT_PUBLIC_YOUTUBE_PLAYLIST_ID"]: Refreshing state... [id=/ecs/journeys-admin/stage/NEXT_PUBLIC_YOUTUBE_PLAYLIST_ID] module.stage.module.journeys-admin.module.ecs-task.aws_ssm_parameter.parameters["COOKIE_SECRET_CURRENT"]: Refreshing state... [id=/ecs/journeys-admin/stage/COOKIE_SECRET_CURRENT] module.stage.module.api-gateway-stage.module.ecs-task.data.aws_route53_zone.zone: Read complete after 0s [id=Z09188583TUYV562FI49B] module.stage.module.journeys-admin.module.ecs-task.aws_ssm_parameter.parameters["NEXT_PUBLIC_FORMIUM_PROJECTID"]: Refreshing state... [id=/ecs/journeys-admin/stage/NEXT_PUBLIC_FORMIUM_PROJECTID] module.stage.module.journeys-admin.module.ecs-task.aws_ssm_parameter.parameters["JOURNEYS_URL"]: Refreshing state... [id=/ecs/journeys-admin/stage/JOURNEYS_URL] module.stage.module.journeys-admin.module.ecs-task.aws_ssm_parameter.parameters["NEXT_PUBLIC_CLOUDFLARE_UPLOAD_KEY"]: Refreshing state... [id=/ecs/journeys-admin/stage/NEXT_PUBLIC_CLOUDFLARE_UPLOAD_KEY] module.stage.module.journeys-admin.module.ecs-task.aws_ssm_parameter.parameters["NEXT_PUBLIC_FIREBASE_PROJECT_ID"]: Refreshing state... [id=/ecs/journeys-admin/stage/NEXT_PUBLIC_FIREBASE_PROJECT_ID] module.stage.module.journeys-admin.module.ecs-task.aws_ssm_parameter.parameters["JOURNEYS_REVALIDATE_ACCESS_TOKEN"]: Refreshing state... [id=/ecs/journeys-admin/stage/JOURNEYS_REVALIDATE_ACCESS_TOKEN] module.stage.module.journeys-admin.module.ecs-task.data.aws_route53_zone.zone: Read complete after 1s [id=Z09188583TUYV562FI49B] module.stage.module.journeys-admin.module.ecs-task.aws_ssm_parameter.parameters["NEXT_PUBLIC_CLOUDFLARE_STREAM_CUSTOMER_CODE"]: Refreshing state... [id=/ecs/journeys-admin/stage/NEXT_PUBLIC_CLOUDFLARE_STREAM_CUSTOMER_CODE] module.stage.module.journeys-admin.module.ecs-task.aws_ssm_parameter.parameters["NEXT_PUBLIC_FORMIUM_PROJECT_SLUG"]: Refreshing state... [id=/ecs/journeys-admin/stage/NEXT_PUBLIC_FORMIUM_PROJECT_SLUG] module.stage.module.journeys-admin.module.ecs-task.aws_ssm_parameter.parameters["NEXT_PUBLIC_DATADOG_CLIENT_TOKEN"]: Refreshing state... [id=/ecs/journeys-admin/stage/NEXT_PUBLIC_DATADOG_CLIENT_TOKEN] module.stage.module.journeys-admin.module.ecs-task.aws_ssm_parameter.parameters["NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN"]: Refreshing state... [id=/ecs/journeys-admin/stage/NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN] module.stage.module.journeys-admin.module.ecs-task.aws_ssm_parameter.parameters["PRIVATE_FIREBASE_CLIENT_EMAIL"]: Refreshing state... [id=/ecs/journeys-admin/stage/PRIVATE_FIREBASE_CLIENT_EMAIL] module.stage.module.journeys-admin.module.ecs-task.aws_ssm_parameter.parameters["LAUNCH_DARKLY_SDK_KEY"]: Refreshing state... [id=/ecs/journeys-admin/stage/LAUNCH_DARKLY_SDK_KEY] module.stage.module.journeys-admin.module.ecs-task.aws_ssm_parameter.parameters["PRIVATE_FIREBASE_PRIVATE_KEY"]: Refreshing state... [id=/ecs/journeys-admin/stage/PRIVATE_FIREBASE_PRIVATE_KEY] module.stage.module.journeys-admin.module.ecs-task.aws_ssm_parameter.parameters["NEXT_PUBLIC_JOURNEYS_URL"]: Refreshing state... [id=/ecs/journeys-admin/stage/NEXT_PUBLIC_JOURNEYS_URL] module.stage.module.journeys-admin.module.ecs-task.aws_ssm_parameter.parameters["FORMIUM_TOKEN"]: Refreshing state... [id=/ecs/journeys-admin/stage/FORMIUM_TOKEN] module.stage.module.journeys-admin.module.ecs-task.aws_ssm_parameter.parameters["NEXT_PUBLIC_FIREBASE_API_KEY"]: Refreshing state... [id=/ecs/journeys-admin/stage/NEXT_PUBLIC_FIREBASE_API_KEY] module.stage.module.journeys-admin.module.ecs-task.aws_ssm_parameter.parameters["NEXT_PUBLIC_GTM_ID"]: Refreshing state... [id=/ecs/journeys-admin/stage/NEXT_PUBLIC_GTM_ID] module.stage.module.journeys-admin.module.ecs-task.aws_ssm_parameter.parameters["NEXT_PUBLIC_FIREBASE_APP_ID"]: Refreshing state... [id=/ecs/journeys-admin/stage/NEXT_PUBLIC_FIREBASE_APP_ID] module.stage.module.journeys-admin.module.ecs-task.aws_ssm_parameter.parameters["NEXT_PUBLIC_DATADOG_APPLICATION_ID"]: Refreshing state... [id=/ecs/journeys-admin/stage/NEXT_PUBLIC_DATADOG_APPLICATION_ID] module.stage.module.journeys-admin.module.ecs-task.aws_ssm_parameter.parameters["NEXT_PUBLIC_GATEWAY_URL"]: Refreshing state... [id=/ecs/journeys-admin/stage/NEXT_PUBLIC_GATEWAY_URL] module.stage.module.api-videos.module.ecs-task.aws_route53_record.record: Refreshing state... [id=Z056780738DT3AZL6A4WD_api-videos_CNAME] module.stage.module.api-videos.module.database.aws_rds_cluster.default: Refreshing state... [id=api-videos-stage] module.stage.module.api-videos.module.ecs-task.data.aws_route53_zone.zone: Reading... module.stage.module.api-videos.module.ecs-task.aws_ssm_parameter.parameters["ALGOLIA_APPLICATION_ID"]: Refreshing state... [id=/ecs/api-videos/stage/ALGOLIA_APPLICATION_ID] module.stage.module.api-videos.module.ecs-task.aws_ssm_parameter.parameters["PG_DATABASE_URL_VIDEOS"]: Refreshing state... [id=/ecs/api-videos/stage/PG_DATABASE_URL_VIDEOS] module.stage.module.api-videos.module.ecs-task.aws_ssm_parameter.parameters["ARCLIGHT_V3_URL"]: Refreshing state... [id=/ecs/api-videos/stage/ARCLIGHT_V3_URL] module.stage.module.api-videos.module.ecs-task.aws_ssm_parameter.parameters["ALGOLIA_API_KEY"]: Refreshing state... [id=/ecs/api-videos/stage/ALGOLIA_API_KEY] module.stage.module.api-videos.module.ecs-task.data.aws_route53_zone.zone: Read complete after 0s [id=Z056780738DT3AZL6A4WD] module.stage.module.api-videos.module.ecs-task.aws_ssm_parameter.parameters["ALGOLIA_INDEX"]: Refreshing state... [id=/ecs/api-videos/stage/ALGOLIA_INDEX] module.stage.module.api-videos.module.ecs-task.aws_ssm_parameter.parameters["ARCLIGHT_API_KEY"]: Refreshing state... [id=/ecs/api-videos/stage/ARCLIGHT_API_KEY] module.stage.module.api-videos.module.ecs-task.aws_ssm_parameter.parameters["REDIS_URL"]: Refreshing state... [id=/ecs/api-videos/stage/REDIS_URL] module.stage.module.api-videos.module.ecs-task.aws_ssm_parameter.parameters["CROWDIN_API_KEY"]: Refreshing state... [id=/ecs/api-videos/stage/CROWDIN_API_KEY] module.stage.module.api-analytics.module.ecs-task.aws_ssm_parameter.parameters["PG_DATABASE_URL_ANALYTICS"]: Refreshing state... [id=/ecs/api-analytics/stage/PG_DATABASE_URL_ANALYTICS] module.stage.module.api-analytics.module.ecs-task.aws_ssm_parameter.parameters["PLAUSIBLE_SECRET_KEY_BASE"]: Refreshing state... [id=/ecs/api-analytics/stage/PLAUSIBLE_SECRET_KEY_BASE] module.stage.module.api-analytics.module.ecs-task.aws_ssm_parameter.parameters["PRISMA_LOCATION_ANALYTICS"]: Refreshing state... [id=/ecs/api-analytics/stage/PRISMA_LOCATION_ANALYTICS] module.stage.module.api-analytics.module.ecs-task.aws_route53_record.record: Refreshing state... [id=Z056780738DT3AZL6A4WD_api-analytics_CNAME] module.stage.module.api-languages.module.database.aws_rds_cluster.default: Refreshing state... [id=api-languages-stage] module.stage.module.api-videos.module.seed.aws_ssm_parameter.parameters["ARCLIGHT_API_KEY"]: Refreshing state... [id=/ecs/api-videos-seed/stage/ARCLIGHT_API_KEY] module.stage.module.api-videos.module.seed.aws_ssm_parameter.parameters["PG_DATABASE_URL_VIDEOS"]: Refreshing state... [id=/ecs/api-videos-seed/stage/PG_DATABASE_URL_VIDEOS] module.stage.module.api-analytics.module.ecs-task.data.aws_route53_zone.zone: Reading... module.stage.module.api-analytics.module.ecs-task.data.aws_route53_zone.zone: Read complete after 0s [id=Z056780738DT3AZL6A4WD] module.stage.module.api-journeys.module.database.aws_rds_cluster.default: Refreshing state... [id=api-journeys-stage] module.stage.module.api-videos.module.database.doppler_secret.rds_password: Refreshing state... [id=api-videos.stg.PG_PASSWORD] module.stage.module.api-journeys.module.seed.aws_ssm_parameter.parameters["PG_DATABASE_URL_JOURNEYS"]: Refreshing state... [id=/ecs/api-journeys-seed/stage/PG_DATABASE_URL_JOURNEYS] module.stage.module.api-languages.module.ecs-task.data.aws_route53_zone.zone: Reading... module.stage.module.api-languages.module.seed.aws_ssm_parameter.parameters["ARCLIGHT_API_KEY"]: Refreshing state... [id=/ecs/api-languages-seed/stage/ARCLIGHT_API_KEY] module.stage.module.api-languages.module.ecs-task.data.aws_route53_zone.zone: Read complete after 1s [id=Z056780738DT3AZL6A4WD] module.stage.module.api-languages.module.seed.aws_ssm_parameter.parameters["PG_DATABASE_URL_LANGUAGES"]: Refreshing state... [id=/ecs/api-languages-seed/stage/PG_DATABASE_URL_LANGUAGES] module.stage.module.api-languages.module.ecs-task.aws_route53_record.record: Refreshing state... [id=Z056780738DT3AZL6A4WD_api-languages_CNAME] module.stage.module.api-journeys.module.database.doppler_secret.rds_password: Refreshing state... [id=api-journeys.stg.PG_PASSWORD] module.stage.module.api-languages.module.database.doppler_secret.rds_password: Refreshing state... [id=api-languages.stg.PG_PASSWORD] module.stage.module.api-media.module.database.doppler_secret.rds_password: Refreshing state... [id=api-media.stg.PG_PASSWORD] module.stage.module.api-tags.module.database.doppler_secret.rds_password: Refreshing state... [id=api-tags.stg.PG_PASSWORD] module.stage.module.api-journeys.module.ecs-task.aws_ssm_parameter.parameters["VERCEL_TEAM_ID"]: Refreshing state... [id=/ecs/api-journeys/stage/VERCEL_TEAM_ID] module.stage.module.api-media.module.database.aws_rds_cluster.default: Refreshing state... [id=api-media-stage] module.stage.module.api-journeys.module.ecs-task.aws_route53_record.record: Refreshing state... [id=Z056780738DT3AZL6A4WD_api-journeys_CNAME] module.stage.module.api-media.module.ecs-task.aws_ssm_parameter.parameters["CLOUDFLARE_IMAGES_TOKEN"]: Refreshing state... [id=/ecs/api-media/stage/CLOUDFLARE_IMAGES_TOKEN] module.stage.module.api-journeys.module.ecs-task.aws_ssm_parameter.parameters["AWS_ACCESS_KEY_ID"]: Refreshing state... [id=/ecs/api-journeys/stage/AWS_ACCESS_KEY_ID] module.stage.module.api-journeys.module.ecs-task.aws_ssm_parameter.parameters["GOOGLE_APPLICATION_JSON"]: Refreshing state... [id=/ecs/api-journeys/stage/GOOGLE_APPLICATION_JSON] module.stage.module.api-journeys.module.ecs-task.aws_ssm_parameter.parameters["CLOUDFLARE_ACCOUNT_ID"]: Refreshing state... [id=/ecs/api-journeys/stage/CLOUDFLARE_ACCOUNT_ID] module.stage.module.api-journeys.module.ecs-task.aws_ssm_parameter.parameters["POWER_BI_CLIENT_SECRET"]: Refreshing state... [id=/ecs/api-journeys/stage/POWER_BI_CLIENT_SECRET] module.stage.module.api-journeys.module.ecs-task.aws_ssm_parameter.parameters["POWER_BI_WORKSPACE_ID"]: Refreshing state... [id=/ecs/api-journeys/stage/POWER_BI_WORKSPACE_ID] module.stage.module.api-journeys.module.ecs-task.aws_ssm_parameter.parameters["VERCEL_TOKEN"]: Refreshing state... [id=/ecs/api-journeys/stage/VERCEL_TOKEN] module.stage.module.api-journeys.module.ecs-task.aws_ssm_parameter.parameters["PLAUSIBLE_URL"]: Refreshing state... [id=/ecs/api-journeys/stage/PLAUSIBLE_URL] module.stage.module.api-journeys.module.ecs-task.aws_ssm_parameter.parameters["CLOUDFLARE_STREAM_TOKEN"]: Refreshing state... [id=/ecs/api-journeys/stage/CLOUDFLARE_STREAM_TOKEN] module.stage.module.api-journeys.module.ecs-task.aws_ssm_parameter.parameters["GROWTH_SPACES_URL"]: Refreshing state... [id=/ecs/api-journeys/stage/GROWTH_SPACES_URL] module.stage.module.api-journeys.module.ecs-task.aws_ssm_parameter.parameters["JOURNEYS_ADMIN_URL"]: Refreshing state... [id=/ecs/api-journeys/stage/JOURNEYS_ADMIN_URL] module.stage.module.api-journeys.module.ecs-task.aws_ssm_parameter.parameters["PLAYWRIGHT_USER_ID"]: Refreshing state... [id=/ecs/api-journeys/stage/PLAYWRIGHT_USER_ID] module.stage.module.api-journeys.module.ecs-task.aws_ssm_parameter.parameters["PLAUSIBLE_API_KEY"]: Refreshing state... [id=/ecs/api-journeys/stage/PLAUSIBLE_API_KEY] module.stage.module.api-journeys.module.ecs-task.aws_ssm_parameter.parameters["AWS_SECRET_ACCESS_KEY"]: Refreshing state... [id=/ecs/api-journeys/stage/AWS_SECRET_ACCESS_KEY] module.stage.module.api-journeys.module.ecs-task.aws_ssm_parameter.parameters["POWER_BI_JOURNEYS_SINGLE_SUMMARY_REPORT_ID"]: Refreshing state... [id=/ecs/api-journeys/stage/POWER_BI_JOURNEYS_SINGLE_SUMMARY_REPORT_ID] module.stage.module.api-journeys.module.ecs-task.aws_ssm_parameter.parameters["POWER_BI_JOURNEYS_MULTIPLE_SUMMARY_REPORT_ID"]: Refreshing state... [id=/ecs/api-journeys/stage/POWER_BI_JOURNEYS_MULTIPLE_SUMMARY_REPORT_ID] module.stage.module.api-journeys.module.ecs-task.aws_ssm_parameter.parameters["VERCEL_JOURNEYS_PROJECT_ID"]: Refreshing state... [id=/ecs/api-journeys/stage/VERCEL_JOURNEYS_PROJECT_ID] module.stage.module.api-journeys.module.ecs-task.aws_ssm_parameter.parameters["MAILCHIMP_MARKETING_API_SERVER_PREFIX"]: Refreshing state... [id=/ecs/api-journeys/stage/MAILCHIMP_MARKETING_API_SERVER_PREFIX] module.stage.module.api-journeys.module.ecs-task.aws_ssm_parameter.parameters["MAILCHIMP_AUDIENCE_ID"]: Refreshing state... [id=/ecs/api-journeys/stage/MAILCHIMP_AUDIENCE_ID] module.stage.module.api-journeys.module.ecs-task.aws_ssm_parameter.parameters["POWER_BI_JOURNEYS_MULTIPLE_FULL_REPORT_ID"]: Refreshing state... [id=/ecs/api-journeys/stage/POWER_BI_JOURNEYS_MULTIPLE_FULL_REPORT_ID] module.stage.module.api-journeys.module.ecs-task.aws_ssm_parameter.parameters["REDIS_URL"]: Refreshing state... [id=/ecs/api-journeys/stage/REDIS_URL] module.stage.module.api-journeys.module.ecs-task.aws_ssm_parameter.parameters["POWER_BI_TENANT_ID"]: Refreshing state... [id=/ecs/api-journeys/stage/POWER_BI_TENANT_ID] module.stage.module.api-journeys.module.ecs-task.aws_ssm_parameter.parameters["POWER_BI_CLIENT_ID"]: Refreshing state... [id=/ecs/api-journeys/stage/POWER_BI_CLIENT_ID] module.stage.module.api-journeys.module.ecs-task.aws_ssm_parameter.parameters["POWER_BI_JOURNEYS_SINGLE_FULL_REPORT_ID"]: Refreshing state... [id=/ecs/api-journeys/stage/POWER_BI_JOURNEYS_SINGLE_FULL_REPORT_ID] module.stage.module.api-journeys.module.ecs-task.aws_ssm_parameter.parameters["INTEGRATION_ACCESS_KEY_ENCRYPTION_SECRET"]: Refreshing state... [id=/ecs/api-journeys/stage/INTEGRATION_ACCESS_KEY_ENCRYPTION_SECRET] module.stage.module.api-journeys.module.ecs-task.aws_ssm_parameter.parameters["GIT_BRANCH"]: Refreshing state... [id=/ecs/api-journeys/stage/GIT_BRANCH] module.stage.module.api-journeys.module.ecs-task.aws_ssm_parameter.parameters["FIREBASE_API_KEY"]: Refreshing state... [id=/ecs/api-journeys/stage/FIREBASE_API_KEY] module.stage.module.api-journeys.module.ecs-task.aws_ssm_parameter.parameters["MAILCHIMP_MARKETING_API_KEY"]: Refreshing state... [id=/ecs/api-journeys/stage/MAILCHIMP_MARKETING_API_KEY] module.stage.module.api-journeys.module.ecs-task.aws_ssm_parameter.parameters["GATEWAY_URL"]: Refreshing state... [id=/ecs/api-journeys/stage/GATEWAY_URL] module.stage.module.api-journeys.module.ecs-task.aws_ssm_parameter.parameters["PG_DATABASE_URL_JOURNEYS"]: Refreshing state... [id=/ecs/api-journeys/stage/PG_DATABASE_URL_JOURNEYS] module.stage.module.api-journeys.module.ecs-task.aws_ssm_parameter.parameters["INTEROP_TOKEN"]: Refreshing state... [id=/ecs/api-journeys/stage/INTEROP_TOKEN] module.stage.module.api-journeys.module.ecs-task.data.aws_route53_zone.zone: Reading... module.stage.module.api-languages.module.ecs-task.aws_ssm_parameter.parameters["PG_DATABASE_URL_LANGUAGES"]: Refreshing state... [id=/ecs/api-languages/stage/PG_DATABASE_URL_LANGUAGES] module.stage.module.api-journeys.module.ecs-task.data.aws_route53_zone.zone: Read complete after 0s [id=Z056780738DT3AZL6A4WD] module.stage.module.api-languages.module.ecs-task.aws_ssm_parameter.parameters["WESS_API_TOKEN"]: Refreshing state... [id=/ecs/api-languages/stage/WESS_API_TOKEN] module.stage.module.api-languages.module.ecs-task.aws_ssm_parameter.parameters["ARCLIGHT_API_KEY"]: Refreshing state... [id=/ecs/api-languages/stage/ARCLIGHT_API_KEY] module.stage.module.api-languages.module.ecs-task.aws_ssm_parameter.parameters["ARCLIGHT_V3_URL"]: Refreshing state... [id=/ecs/api-languages/stage/ARCLIGHT_V3_URL] module.stage.module.api-media.module.ecs-task.aws_ssm_parameter.parameters["CLOUDFLARE_STREAM_TOKEN"]: Refreshing state... [id=/ecs/api-media/stage/CLOUDFLARE_STREAM_TOKEN] module.stage.module.api-media.module.ecs-task.aws_ssm_parameter.parameters["GOOGLE_APPLICATION_JSON"]: Refreshing state... [id=/ecs/api-media/stage/GOOGLE_APPLICATION_JSON] module.stage.module.api-media.module.ecs-task.aws_ssm_parameter.parameters["PG_DATABASE_URL_MEDIA"]: Refreshing state... [id=/ecs/api-media/stage/PG_DATABASE_URL_MEDIA] module.stage.module.api-media.module.ecs-task.aws_ssm_parameter.parameters["SEGMIND_API_KEY"]: Refreshing state... [id=/ecs/api-media/stage/SEGMIND_API_KEY] module.stage.module.api-media.module.ecs-task.aws_ssm_parameter.parameters["UNSPLASH_ACCESS_KEY"]: Refreshing state... [id=/ecs/api-media/stage/UNSPLASH_ACCESS_KEY] module.stage.module.api-media.module.ecs-task.aws_ssm_parameter.parameters["CLOUDFLARE_ACCOUNT_ID"]: Refreshing state... [id=/ecs/api-media/stage/CLOUDFLARE_ACCOUNT_ID] module.stage.module.api-tags.module.ecs-task.aws_route53_record.record: Refreshing state... [id=Z056780738DT3AZL6A4WD_api-tags_CNAME] module.prod.module.api-videos.module.ecs-task.aws_route53_record.record: Refreshing state... [id=Z03223152FHL8WN66TI5X_api-videos_CNAME] module.stage.module.api-tags.module.seed.aws_ssm_parameter.parameters["PG_DATABASE_URL_TAGS"]: Refreshing state... [id=/ecs/api-tags-seed/stage/PG_DATABASE_URL_TAGS] module.prod.module.api-videos.module.database.aws_rds_cluster.default: Refreshing state... [id=api-videos-prod] module.prod.module.api-videos.module.ecs-task.aws_ssm_parameter.parameters["ALGOLIA_APPLICATION_ID"]: Refreshing state... [id=/ecs/api-videos/prod/ALGOLIA_APPLICATION_ID] module.prod.module.api-videos.module.ecs-task.data.aws_route53_zone.zone: Reading... module.stage.module.api-tags.module.ecs-task.aws_ssm_parameter.parameters["PG_DATABASE_URL_TAGS"]: Refreshing state... [id=/ecs/api-tags/stage/PG_DATABASE_URL_TAGS] module.prod.module.api-videos.module.database.doppler_secret.rds_password: Refreshing state... [id=api-videos.prd.PG_PASSWORD] module.prod.module.api-videos.module.ecs-task.data.aws_route53_zone.zone: Read complete after 0s [id=Z03223152FHL8WN66TI5X] module.prod.module.api-videos.module.ecs-task.aws_ssm_parameter.parameters["ARCLIGHT_API_KEY"]: Refreshing state... [id=/ecs/api-videos/prod/ARCLIGHT_API_KEY] module.prod.module.api-videos.module.ecs-task.aws_ssm_parameter.parameters["ALGOLIA_API_KEY"]: Refreshing state... [id=/ecs/api-videos/prod/ALGOLIA_API_KEY] module.prod.module.api-videos.module.ecs-task.aws_ssm_parameter.parameters["REDIS_URL"]: Refreshing state... [id=/ecs/api-videos/prod/REDIS_URL] module.prod.module.api-videos.module.ecs-task.aws_ssm_parameter.parameters["CROWDIN_API_KEY"]: Refreshing state... [id=/ecs/api-videos/prod/CROWDIN_API_KEY] module.prod.module.api-videos.module.ecs-task.aws_ssm_parameter.parameters["ALGOLIA_INDEX"]: Refreshing state... [id=/ecs/api-videos/prod/ALGOLIA_INDEX] module.prod.module.api-videos.module.ecs-task.aws_ssm_parameter.parameters["ARCLIGHT_V3_URL"]: Refreshing state... [id=/ecs/api-videos/prod/ARCLIGHT_V3_URL] module.prod.module.api-videos.module.ecs-task.aws_ssm_parameter.parameters["PG_DATABASE_URL_VIDEOS"]: Refreshing state... [id=/ecs/api-videos/prod/PG_DATABASE_URL_VIDEOS] module.stage.module.api-nexus.module.ecs-task.aws_ssm_parameter.parameters["CLOUDFLARE_API_TOKEN"]: Refreshing state... [id=/ecs/api-nexus/stage/CLOUDFLARE_API_TOKEN] module.stage.module.api-nexus.module.ecs-task.aws_ssm_parameter.parameters["BUCKET_ENDPOINT"]: Refreshing state... [id=/ecs/api-nexus/stage/BUCKET_ENDPOINT] module.stage.module.api-nexus.module.ecs-task.aws_ssm_parameter.parameters["BUCKET_NAME"]: Refreshing state... [id=/ecs/api-nexus/stage/BUCKET_NAME] module.stage.module.api-nexus.module.ecs-task.aws_ssm_parameter.parameters["GOOGLE_APPLICATION_JSON"]: Refreshing state... [id=/ecs/api-nexus/stage/GOOGLE_APPLICATION_JSON] module.stage.module.api-nexus.module.ecs-task.aws_ssm_parameter.parameters["REDIS_HOST"]: Refreshing state... [id=/ecs/api-nexus/stage/REDIS_HOST] module.stage.module.api-nexus.module.ecs-task.aws_ssm_parameter.parameters["CLOUDFLARE_STREAM_TOKEN"]: Refreshing state... [id=/ecs/api-nexus/stage/CLOUDFLARE_STREAM_TOKEN] module.stage.module.api-nexus.module.ecs-task.aws_ssm_parameter.parameters["BUCKET_SECRET_KEY"]: Refreshing state... [id=/ecs/api-nexus/stage/BUCKET_SECRET_KEY] module.stage.module.api-nexus.module.ecs-task.aws_ssm_parameter.parameters["CLOUDFLARE_ACCOUNT_ID"]: Refreshing state... [id=/ecs/api-nexus/stage/CLOUDFLARE_ACCOUNT_ID] module.stage.module.api-nexus.module.ecs-task.aws_ssm_parameter.parameters["GOOGLE_CLIENT_ID"]: Refreshing state... [id=/ecs/api-nexus/stage/GOOGLE_CLIENT_ID] module.stage.module.api-nexus.module.ecs-task.aws_ssm_parameter.parameters["BUCKET_REGION"]: Refreshing state... [id=/ecs/api-nexus/stage/BUCKET_REGION] module.stage.module.api-nexus.module.ecs-task.aws_ssm_parameter.parameters["BUCKET_ACCESS_KEY"]: Refreshing state... [id=/ecs/api-nexus/stage/BUCKET_ACCESS_KEY] module.stage.module.api-nexus.module.ecs-task.aws_ssm_parameter.parameters["PG_DATABASE_URL_NEXUS"]: Refreshing state... [id=/ecs/api-nexus/stage/PG_DATABASE_URL_NEXUS] module.stage.module.api-nexus.module.ecs-task.aws_ssm_parameter.parameters["FIREBASE_API_KEY"]: Refreshing state... [id=/ecs/api-nexus/stage/FIREBASE_API_KEY] module.stage.module.api-nexus.module.ecs-task.aws_ssm_parameter.parameters["GOOGLE_API_KEY"]: Refreshing state... [id=/ecs/api-nexus/stage/GOOGLE_API_KEY] module.stage.module.api-nexus.module.ecs-task.aws_ssm_parameter.parameters["GOOGLE_CLIENT_SECRET"]: Refreshing state... [id=/ecs/api-nexus/stage/GOOGLE_CLIENT_SECRET] module.prod.module.api-users.module.ecs-task.aws_ssm_parameter.parameters["EXAMPLE_EMAIL_TOKEN"]: Refreshing state... [id=/ecs/api-users/prod/EXAMPLE_EMAIL_TOKEN] module.prod.module.api-users.module.ecs-task.data.aws_route53_zone.zone: Reading... module.prod.module.api-users.module.ecs-task.data.aws_route53_zone.zone: Read complete after 0s [id=Z03223152FHL8WN66TI5X] module.stage.module.api-nexus.module.database.doppler_secret.rds_password: Refreshing state... [id=api-nexus.stg.PG_PASSWORD] module.prod.module.api-users.module.ecs-task.aws_route53_record.record: Refreshing state... [id=Z03223152FHL8WN66TI5X_api-users_CNAME] module.prod.module.api-users.module.ecs-task.aws_ssm_parameter.parameters["INTEROP_TOKEN"]: Refreshing state... [id=/ecs/api-users/prod/INTEROP_TOKEN] module.prod.module.api-users.module.ecs-task.aws_ssm_parameter.parameters["PG_DATABASE_URL_USERS"]: Refreshing state... [id=/ecs/api-users/prod/PG_DATABASE_URL_USERS] module.prod.module.api-users.module.ecs-task.aws_ssm_parameter.parameters["AWS_SECRET_ACCESS_KEY"]: Refreshing state... [id=/ecs/api-users/prod/AWS_SECRET_ACCESS_KEY] module.prod.module.api-users.module.ecs-task.aws_ssm_parameter.parameters["AWS_ACCESS_KEY_ID"]: Refreshing state... [id=/ecs/api-users/prod/AWS_ACCESS_KEY_ID] module.prod.module.api-users.module.ecs-task.aws_ssm_parameter.parameters["JOURNEYS_ADMIN_URL"]: Refreshing state... [id=/ecs/api-users/prod/JOURNEYS_ADMIN_URL] module.prod.module.api-users.module.ecs-task.aws_ssm_parameter.parameters["REDIS_URL"]: Refreshing state... [id=/ecs/api-users/prod/REDIS_URL] module.prod.module.api-users.module.ecs-task.aws_ssm_parameter.parameters["GOOGLE_APPLICATION_JSON"]: Refreshing state... [id=/ecs/api-users/prod/GOOGLE_APPLICATION_JSON] module.stage.module.api-users.module.database.aws_rds_cluster.default: Refreshing state... [id=api-users-stage] module.stage.module.api-nexus.module.seed.aws_ssm_parameter.parameters["PG_DATABASE_URL_NEXUS"]: Refreshing state... [id=/ecs/api-nexus-seed/stage/PG_DATABASE_URL_NEXUS] module.prod.module.api-users.module.database.aws_rds_cluster.default: Refreshing state... [id=api-users-prod] module.prod.module.api-users.module.database.doppler_secret.rds_password: Refreshing state... [id=api-users.prd.PG_PASSWORD] module.prod.module.journeys-admin.module.ecs-task.data.aws_route53_zone.zone: Reading... module.prod.module.journeys-admin.module.ecs-task.data.aws_route53_zone.zone: Read complete after 0s [id=Z06687872LMUIKS0Y291P] module.prod.module.api-tags.module.database.doppler_secret.rds_password: Refreshing state... [id=api-tags.prd.PG_PASSWORD] module.stage.module.api-users.module.ecs-task.aws_route53_record.record: Refreshing state... [id=Z056780738DT3AZL6A4WD_api-users_CNAME] module.stage.module.api-users.module.ecs-task.aws_ssm_parameter.parameters["PG_DATABASE_URL_USERS"]: Refreshing state... [id=/ecs/api-users/stage/PG_DATABASE_URL_USERS] module.stage.module.api-users.module.ecs-task.aws_ssm_parameter.parameters["GOOGLE_APPLICATION_JSON"]: Refreshing state... [id=/ecs/api-users/stage/GOOGLE_APPLICATION_JSON] module.stage.module.api-users.module.ecs-task.aws_ssm_parameter.parameters["INTEROP_TOKEN"]: Refreshing state... [id=/ecs/api-users/stage/INTEROP_TOKEN] module.stage.module.api-users.module.ecs-task.aws_ssm_parameter.parameters["JOURNEYS_ADMIN_URL"]: Refreshing state... [id=/ecs/api-users/stage/JOURNEYS_ADMIN_URL] module.stage.module.api-users.module.ecs-task.aws_ssm_parameter.parameters["EXAMPLE_EMAIL_TOKEN"]: Refreshing state... [id=/ecs/api-users/stage/EXAMPLE_EMAIL_TOKEN] module.stage.module.api-users.module.ecs-task.aws_ssm_parameter.parameters["REDIS_URL"]: Refreshing state... [id=/ecs/api-users/stage/REDIS_URL] module.stage.module.api-users.module.ecs-task.aws_ssm_parameter.parameters["AWS_ACCESS_KEY_ID"]: Refreshing state... [id=/ecs/api-users/stage/AWS_ACCESS_KEY_ID] module.stage.module.api-users.module.ecs-task.aws_ssm_parameter.parameters["AWS_SECRET_ACCESS_KEY"]: Refreshing state... [id=/ecs/api-users/stage/AWS_SECRET_ACCESS_KEY] module.prod.module.api-media.module.database.doppler_secret.rds_password: Refreshing state... [id=api-media.prd.PG_PASSWORD] module.prod.module.api-journeys.module.database.aws_rds_cluster.default: Refreshing state... [id=api-journeys-prod] module.stage.module.api-tags.module.database.aws_rds_cluster.default: Refreshing state... [id=api-tags-stage] module.stage.module.api-users.module.ecs-task.data.aws_route53_zone.zone: Reading... module.stage.module.api-users.module.ecs-task.data.aws_route53_zone.zone: Read complete after 0s [id=Z056780738DT3AZL6A4WD] module.stage.module.api-users.module.database.doppler_secret.rds_password: Refreshing state... [id=api-users.stg.PG_PASSWORD] module.prod.module.api-media.module.ecs-task.aws_route53_record.record: Refreshing state... [id=Z03223152FHL8WN66TI5X_api-media_CNAME] module.prod.module.api-media.module.ecs-task.data.aws_route53_zone.zone: Reading... module.prod.module.api-media.module.ecs-task.data.aws_route53_zone.zone: Read complete after 0s [id=Z03223152FHL8WN66TI5X] module.prod.module.api-media.module.ecs-task.aws_ssm_parameter.parameters["CLOUDFLARE_ACCOUNT_ID"]: Refreshing state... [id=/ecs/api-media/prod/CLOUDFLARE_ACCOUNT_ID] module.prod.module.api-media.module.ecs-task.aws_ssm_parameter.parameters["CLOUDFLARE_IMAGES_TOKEN"]: Refreshing state... [id=/ecs/api-media/prod/CLOUDFLARE_IMAGES_TOKEN] module.prod.module.api-media.module.ecs-task.aws_ssm_parameter.parameters["CLOUDFLARE_STREAM_TOKEN"]: Refreshing state... [id=/ecs/api-media/prod/CLOUDFLARE_STREAM_TOKEN] module.prod.module.api-media.module.ecs-task.aws_ssm_parameter.parameters["GOOGLE_APPLICATION_JSON"]: Refreshing state... [id=/ecs/api-media/prod/GOOGLE_APPLICATION_JSON] module.prod.module.api-media.module.ecs-task.aws_ssm_parameter.parameters["PG_DATABASE_URL_MEDIA"]: Refreshing state... [id=/ecs/api-media/prod/PG_DATABASE_URL_MEDIA] module.prod.module.api-media.module.ecs-task.aws_ssm_parameter.parameters["SEGMIND_API_KEY"]: Refreshing state... [id=/ecs/api-media/prod/SEGMIND_API_KEY] module.prod.module.api-media.module.ecs-task.aws_ssm_parameter.parameters["UNSPLASH_ACCESS_KEY"]: Refreshing state... [id=/ecs/api-media/prod/UNSPLASH_ACCESS_KEY] module.prod.module.api-media.module.database.aws_rds_cluster.default: Refreshing state... [id=api-media-prod] module.prod.module.api-journeys.module.database.doppler_secret.rds_password: Refreshing state... [id=api-journeys.prd.PG_PASSWORD] module.prod.module.api-journeys.module.ecs-task.data.aws_route53_zone.zone: Reading... module.prod.module.api-journeys.module.ecs-task.data.aws_route53_zone.zone: Read complete after 0s [id=Z03223152FHL8WN66TI5X] module.prod.module.api-gateway.module.ecs-task.aws_ssm_parameter.parameters["APOLLO_GRAPH_REF"]: Refreshing state... [id=/ecs/api-gateway/prod/APOLLO_GRAPH_REF] module.prod.module.api-journeys.module.ecs-task.aws_route53_record.record: Refreshing state... [id=Z03223152FHL8WN66TI5X_api-journeys_CNAME] module.prod.module.api-gateway.module.ecs-task.aws_ssm_parameter.parameters["APOLLO_KEY"]: Refreshing state... [id=/ecs/api-gateway/prod/APOLLO_KEY] module.prod.module.api-gateway.module.ecs-task.aws_ssm_parameter.parameters["GOOGLE_APPLICATION_JSON"]: Refreshing state... [id=/ecs/api-gateway/prod/GOOGLE_APPLICATION_JSON] module.prod.module.api-journeys.module.seed.aws_ssm_parameter.parameters["PG_DATABASE_URL_JOURNEYS"]: Refreshing state... [id=/ecs/api-journeys-seed/prod/PG_DATABASE_URL_JOURNEYS] module.prod.module.api-nexus.module.database.doppler_secret.rds_password: Refreshing state... [id=api-nexus.prd.PG_PASSWORD] module.prod.module.api-nexus.module.ecs-task.aws_route53_record.record: Refreshing state... [id=Z03223152FHL8WN66TI5X_api-nexus_CNAME] module.prod.module.api-nexus.module.ecs-task.data.aws_route53_zone.zone: Reading... module.prod.module.api-nexus.module.seed.aws_ssm_parameter.parameters["PG_DATABASE_URL_NEXUS"]: Refreshing state... [id=/ecs/api-nexus-seed/prod/PG_DATABASE_URL_NEXUS] module.prod.module.api-nexus.module.ecs-task.aws_ssm_parameter.parameters["BUCKET_NAME"]: Refreshing state... [id=/ecs/api-nexus/prod/BUCKET_NAME] module.prod.module.api-nexus.module.ecs-task.data.aws_route53_zone.zone: Read complete after 0s [id=Z03223152FHL8WN66TI5X] module.prod.module.api-journeys.module.ecs-task.aws_ssm_parameter.parameters["POWER_BI_JOURNEYS_SINGLE_FULL_REPORT_ID"]: Refreshing state... [id=/ecs/api-journeys/prod/POWER_BI_JOURNEYS_SINGLE_FULL_REPORT_ID] module.prod.module.api-journeys.module.ecs-task.aws_ssm_parameter.parameters["INTEGRATION_ACCESS_KEY_ENCRYPTION_SECRET"]: Refreshing state... [id=/ecs/api-journeys/prod/INTEGRATION_ACCESS_KEY_ENCRYPTION_SECRET] module.prod.module.api-journeys.module.ecs-task.aws_ssm_parameter.parameters["MAILCHIMP_MARKETING_API_SERVER_PREFIX"]: Refreshing state... [id=/ecs/api-journeys/prod/MAILCHIMP_MARKETING_API_SERVER_PREFIX] module.prod.module.api-journeys.module.ecs-task.aws_ssm_parameter.parameters["VERCEL_JOURNEYS_PROJECT_ID"]: Refreshing state... [id=/ecs/api-journeys/prod/VERCEL_JOURNEYS_PROJECT_ID] module.prod.module.api-nexus.module.ecs-task.aws_ssm_parameter.parameters["BUCKET_SECRET_KEY"]: Refreshing state... [id=/ecs/api-nexus/prod/BUCKET_SECRET_KEY] module.prod.module.api-journeys.module.ecs-task.aws_ssm_parameter.parameters["POWER_BI_WORKSPACE_ID"]: Refreshing state... [id=/ecs/api-journeys/prod/POWER_BI_WORKSPACE_ID] module.prod.module.api-nexus.module.ecs-task.aws_ssm_parameter.parameters["GOOGLE_CLIENT_SECRET"]: Refreshing state... [id=/ecs/api-nexus/prod/GOOGLE_CLIENT_SECRET] module.prod.module.api-journeys.module.ecs-task.aws_ssm_parameter.parameters["AWS_SECRET_ACCESS_KEY"]: Refreshing state... [id=/ecs/api-journeys/prod/AWS_SECRET_ACCESS_KEY] module.prod.module.api-journeys.module.ecs-task.aws_ssm_parameter.parameters["GATEWAY_URL"]: Refreshing state... [id=/ecs/api-journeys/prod/GATEWAY_URL] module.prod.module.api-nexus.module.ecs-task.aws_ssm_parameter.parameters["FIREBASE_API_KEY"]: Refreshing state... [id=/ecs/api-nexus/prod/FIREBASE_API_KEY] module.prod.module.api-nexus.module.ecs-task.aws_ssm_parameter.parameters["BUCKET_REGION"]: Refreshing state... [id=/ecs/api-nexus/prod/BUCKET_REGION] module.prod.module.api-journeys.module.ecs-task.aws_ssm_parameter.parameters["REDIS_URL"]: Refreshing state... [id=/ecs/api-journeys/prod/REDIS_URL] module.prod.module.api-journeys.module.ecs-task.aws_ssm_parameter.parameters["POWER_BI_CLIENT_ID"]: Refreshing state... [id=/ecs/api-journeys/prod/POWER_BI_CLIENT_ID] module.prod.module.api-nexus.module.ecs-task.aws_ssm_parameter.parameters["BUCKET_ACCESS_KEY"]: Refreshing state... [id=/ecs/api-nexus/prod/BUCKET_ACCESS_KEY] module.prod.module.api-nexus.module.ecs-task.aws_ssm_parameter.parameters["REDIS_HOST"]: Refreshing state... [id=/ecs/api-nexus/prod/REDIS_HOST] module.prod.module.api-journeys.module.ecs-task.aws_ssm_parameter.parameters["PLAUSIBLE_API_KEY"]: Refreshing state... [id=/ecs/api-journeys/prod/PLAUSIBLE_API_KEY] module.prod.module.api-nexus.module.ecs-task.aws_ssm_parameter.parameters["CLOUDFLARE_STREAM_TOKEN"]: Refreshing state... [id=/ecs/api-nexus/prod/CLOUDFLARE_STREAM_TOKEN] module.prod.module.api-journeys.module.ecs-task.aws_ssm_parameter.parameters["CLOUDFLARE_STREAM_TOKEN"]: Refreshing state... [id=/ecs/api-journeys/prod/CLOUDFLARE_STREAM_TOKEN] module.prod.module.api-nexus.module.ecs-task.aws_ssm_parameter.parameters["CLOUDFLARE_API_TOKEN"]: Refreshing state... [id=/ecs/api-nexus/prod/CLOUDFLARE_API_TOKEN] module.prod.module.api-journeys.module.ecs-task.aws_ssm_parameter.parameters["PLAYWRIGHT_USER_ID"]: Refreshing state... [id=/ecs/api-journeys/prod/PLAYWRIGHT_USER_ID] module.prod.module.api-nexus.module.ecs-task.aws_ssm_parameter.parameters["PG_DATABASE_URL_NEXUS"]: Refreshing state... [id=/ecs/api-nexus/prod/PG_DATABASE_URL_NEXUS] module.prod.module.api-journeys.module.ecs-task.aws_ssm_parameter.parameters["POWER_BI_CLIENT_SECRET"]: Refreshing state... [id=/ecs/api-journeys/prod/POWER_BI_CLIENT_SECRET] module.prod.module.api-journeys.module.ecs-task.aws_ssm_parameter.parameters["POWER_BI_JOURNEYS_MULTIPLE_SUMMARY_REPORT_ID"]: Refreshing state... [id=/ecs/api-journeys/prod/POWER_BI_JOURNEYS_MULTIPLE_SUMMARY_REPORT_ID] module.prod.module.api-nexus.module.ecs-task.aws_ssm_parameter.parameters["BUCKET_ENDPOINT"]: Refreshing state... [id=/ecs/api-nexus/prod/BUCKET_ENDPOINT] module.prod.module.api-journeys.module.ecs-task.aws_ssm_parameter.parameters["VERCEL_TOKEN"]: Refreshing state... [id=/ecs/api-journeys/prod/VERCEL_TOKEN] module.prod.module.api-nexus.module.ecs-task.aws_ssm_parameter.parameters["GOOGLE_APPLICATION_JSON"]: Refreshing state... [id=/ecs/api-nexus/prod/GOOGLE_APPLICATION_JSON] module.prod.module.api-journeys.module.ecs-task.aws_ssm_parameter.parameters["GIT_BRANCH"]: Refreshing state... [id=/ecs/api-journeys/prod/GIT_BRANCH] module.prod.module.api-journeys.module.ecs-task.aws_ssm_parameter.parameters["POWER_BI_JOURNEYS_MULTIPLE_FULL_REPORT_ID"]: Refreshing state... [id=/ecs/api-journeys/prod/POWER_BI_JOURNEYS_MULTIPLE_FULL_REPORT_ID] module.prod.module.api-nexus.module.ecs-task.aws_ssm_parameter.parameters["CLOUDFLARE_ACCOUNT_ID"]: Refreshing state... [id=/ecs/api-nexus/prod/CLOUDFLARE_ACCOUNT_ID] module.prod.module.api-journeys.module.ecs-task.aws_ssm_parameter.parameters["JOURNEYS_ADMIN_URL"]: Refreshing state... [id=/ecs/api-journeys/prod/JOURNEYS_ADMIN_URL] module.prod.module.api-nexus.module.ecs-task.aws_ssm_parameter.parameters["GOOGLE_CLIENT_ID"]: Refreshing state... [id=/ecs/api-nexus/prod/GOOGLE_CLIENT_ID] module.prod.module.api-journeys.module.ecs-task.aws_ssm_parameter.parameters["GOOGLE_APPLICATION_JSON"]: Refreshing state... [id=/ecs/api-journeys/prod/GOOGLE_APPLICATION_JSON] module.prod.module.api-nexus.module.ecs-task.aws_ssm_parameter.parameters["GOOGLE_API_KEY"]: Refreshing state... [id=/ecs/api-nexus/prod/GOOGLE_API_KEY] module.prod.module.api-journeys.module.ecs-task.aws_ssm_parameter.parameters["VERCEL_TEAM_ID"]: Refreshing state... [id=/ecs/api-journeys/prod/VERCEL_TEAM_ID] module.prod.module.api-journeys.module.ecs-task.aws_ssm_parameter.parameters["PLAUSIBLE_URL"]: Refreshing state... [id=/ecs/api-journeys/prod/PLAUSIBLE_URL] module.prod.module.api-journeys.module.ecs-task.aws_ssm_parameter.parameters["GROWTH_SPACES_URL"]: Refreshing state... [id=/ecs/api-journeys/prod/GROWTH_SPACES_URL] module.prod.module.api-journeys.module.ecs-task.aws_ssm_parameter.parameters["MAILCHIMP_AUDIENCE_ID"]: Refreshing state... [id=/ecs/api-journeys/prod/MAILCHIMP_AUDIENCE_ID] module.prod.module.api-journeys.module.ecs-task.aws_ssm_parameter.parameters["INTEROP_TOKEN"]: Refreshing state... [id=/ecs/api-journeys/prod/INTEROP_TOKEN] module.prod.module.api-journeys.module.ecs-task.aws_ssm_parameter.parameters["MAILCHIMP_MARKETING_API_KEY"]: Refreshing state... [id=/ecs/api-journeys/prod/MAILCHIMP_MARKETING_API_KEY] module.prod.module.api-journeys.module.ecs-task.aws_ssm_parameter.parameters["PG_DATABASE_URL_JOURNEYS"]: Refreshing state... [id=/ecs/api-journeys/prod/PG_DATABASE_URL_JOURNEYS] module.prod.module.api-journeys.module.ecs-task.aws_ssm_parameter.parameters["FIREBASE_API_KEY"]: Refreshing state... [id=/ecs/api-journeys/prod/FIREBASE_API_KEY] module.prod.module.api-journeys.module.ecs-task.aws_ssm_parameter.parameters["AWS_ACCESS_KEY_ID"]: Refreshing state... [id=/ecs/api-journeys/prod/AWS_ACCESS_KEY_ID] module.prod.module.api-journeys.module.ecs-task.aws_ssm_parameter.parameters["POWER_BI_TENANT_ID"]: Refreshing state... [id=/ecs/api-journeys/prod/POWER_BI_TENANT_ID] module.prod.module.api-journeys.module.ecs-task.aws_ssm_parameter.parameters["CLOUDFLARE_ACCOUNT_ID"]: Refreshing state... [id=/ecs/api-journeys/prod/CLOUDFLARE_ACCOUNT_ID] module.prod.module.api-journeys.module.ecs-task.aws_ssm_parameter.parameters["POWER_BI_JOURNEYS_SINGLE_SUMMARY_REPORT_ID"]: Refreshing state... [id=/ecs/api-journeys/prod/POWER_BI_JOURNEYS_SINGLE_SUMMARY_REPORT_ID] module.prod.module.api-videos.module.seed.aws_ssm_parameter.parameters["ARCLIGHT_API_KEY"]: Refreshing state... [id=/ecs/api-videos-seed/prod/ARCLIGHT_API_KEY] module.prod.module.api-nexus.module.database.aws_rds_cluster.default: Refreshing state... [id=api-nexus-prod] module.stage.module.api-tags.module.ecs-task.data.aws_route53_zone.zone: Reading... module.prod.module.api-videos.module.seed.aws_ssm_parameter.parameters["PG_DATABASE_URL_VIDEOS"]: Refreshing state... [id=/ecs/api-videos-seed/prod/PG_DATABASE_URL_VIDEOS] module.stage.module.api-tags.module.ecs-task.data.aws_route53_zone.zone: Read complete after 0s [id=Z056780738DT3AZL6A4WD] module.stage.module.api-media.module.ecs-task.aws_route53_record.record: Refreshing state... [id=Z056780738DT3AZL6A4WD_api-media_CNAME] module.stage.module.api-nexus.module.ecs-task.aws_route53_record.record: Refreshing state... [id=Z056780738DT3AZL6A4WD_api-nexus_CNAME] module.stage.module.api-media.module.ecs-task.data.aws_route53_zone.zone: Reading... module.stage.module.api-media.module.ecs-task.data.aws_route53_zone.zone: Read complete after 0s [id=Z056780738DT3AZL6A4WD] module.stage.module.api-nexus.module.ecs-task.data.aws_route53_zone.zone: Reading... module.stage.module.api-nexus.module.ecs-task.data.aws_route53_zone.zone: Read complete after 1s [id=Z056780738DT3AZL6A4WD] module.stage.module.api-nexus.module.database.aws_rds_cluster.default: Refreshing state... [id=api-nexus-stage] module.prod.module.api-tags.module.ecs-task.aws_route53_record.record: Refreshing state... [id=Z03223152FHL8WN66TI5X_api-tags_CNAME] module.prod.module.api-tags.module.ecs-task.aws_ssm_parameter.parameters["PG_DATABASE_URL_TAGS"]: Refreshing state... [id=/ecs/api-tags/prod/PG_DATABASE_URL_TAGS] module.prod.module.journeys-admin.module.ecs-task.aws_route53_record.record: Refreshing state... [id=Z06687872LMUIKS0Y291P_journeys-admin_CNAME] module.prod.module.api-tags.module.ecs-task.data.aws_route53_zone.zone: Reading... module.prod.module.journeys-admin.module.ecs-task.aws_ssm_parameter.parameters["NEXT_PUBLIC_FIREBASE_API_KEY"]: Refreshing state... [id=/ecs/journeys-admin/prod/NEXT_PUBLIC_FIREBASE_API_KEY] module.prod.module.api-tags.module.ecs-task.data.aws_route53_zone.zone: Read complete after 0s [id=Z03223152FHL8WN66TI5X] module.prod.module.api-tags.module.database.aws_rds_cluster.default: Refreshing state... [id=api-tags-prod] module.prod.module.journeys-admin.module.ecs-task.aws_ssm_parameter.parameters["NEXT_PUBLIC_FORMIUM_PROJECT_SLUG"]: Refreshing state... [id=/ecs/journeys-admin/prod/NEXT_PUBLIC_FORMIUM_PROJECT_SLUG] module.prod.module.journeys-admin.module.ecs-task.aws_ssm_parameter.parameters["NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN"]: Refreshing state... [id=/ecs/journeys-admin/prod/NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN] module.prod.module.journeys-admin.module.ecs-task.aws_ssm_parameter.parameters["NEXT_PUBLIC_FORMIUM_PROJECTID"]: Refreshing state... [id=/ecs/journeys-admin/prod/NEXT_PUBLIC_FORMIUM_PROJECTID] module.prod.module.journeys-admin.module.ecs-task.aws_ssm_parameter.parameters["NEXT_PUBLIC_DATADOG_APPLICATION_ID"]: Refreshing state... [id=/ecs/journeys-admin/prod/NEXT_PUBLIC_DATADOG_APPLICATION_ID] module.prod.module.journeys-admin.module.ecs-task.aws_ssm_parameter.parameters["LAUNCH_DARKLY_SDK_KEY"]: Refreshing state... [id=/ecs/journeys-admin/prod/LAUNCH_DARKLY_SDK_KEY] module.prod.module.journeys-admin.module.ecs-task.aws_ssm_parameter.parameters["NEXT_PUBLIC_FIREBASE_PROJECT_ID"]: Refreshing state... [id=/ecs/journeys-admin/prod/NEXT_PUBLIC_FIREBASE_PROJECT_ID] module.prod.module.journeys-admin.module.ecs-task.aws_ssm_parameter.parameters["PRIVATE_FIREBASE_PRIVATE_KEY"]: Refreshing state... [id=/ecs/journeys-admin/prod/PRIVATE_FIREBASE_PRIVATE_KEY] module.prod.module.journeys-admin.module.ecs-task.aws_ssm_parameter.parameters["PRIVATE_FIREBASE_CLIENT_EMAIL"]: Refreshing state... [id=/ecs/journeys-admin/prod/PRIVATE_FIREBASE_CLIENT_EMAIL] module.prod.module.journeys-admin.module.ecs-task.aws_ssm_parameter.parameters["NEXT_PUBLIC_FIREBASE_APP_ID"]: Refreshing state... [id=/ecs/journeys-admin/prod/NEXT_PUBLIC_FIREBASE_APP_ID] module.prod.module.journeys-admin.module.ecs-task.aws_ssm_parameter.parameters["NEXT_PUBLIC_YOUTUBE_PLAYLIST_ID"]: Refreshing state... [id=/ecs/journeys-admin/prod/NEXT_PUBLIC_YOUTUBE_PLAYLIST_ID] module.prod.module.journeys-admin.module.ecs-task.aws_ssm_parameter.parameters["NEXT_PUBLIC_JOURNEYS_URL"]: Refreshing state... [id=/ecs/journeys-admin/prod/NEXT_PUBLIC_JOURNEYS_URL] module.prod.module.journeys-admin.module.ecs-task.aws_ssm_parameter.parameters["COOKIE_SECRET_CURRENT"]: Refreshing state... [id=/ecs/journeys-admin/prod/COOKIE_SECRET_CURRENT] module.prod.module.journeys-admin.module.ecs-task.aws_ssm_parameter.parameters["JOURNEYS_URL"]: Refreshing state... [id=/ecs/journeys-admin/prod/JOURNEYS_URL] module.prod.module.journeys-admin.module.ecs-task.aws_ssm_parameter.parameters["NEXT_PUBLIC_CLOUDFLARE_STREAM_CUSTOMER_CODE"]: Refreshing state... [id=/ecs/journeys-admin/prod/NEXT_PUBLIC_CLOUDFLARE_STREAM_CUSTOMER_CODE] module.prod.module.journeys-admin.module.ecs-task.aws_ssm_parameter.parameters["NEXT_PUBLIC_GTM_ID"]: Refreshing state... [id=/ecs/journeys-admin/prod/NEXT_PUBLIC_GTM_ID] module.prod.module.journeys-admin.module.ecs-task.aws_ssm_parameter.parameters["JOURNEYS_REVALIDATE_ACCESS_TOKEN"]: Refreshing state... [id=/ecs/journeys-admin/prod/JOURNEYS_REVALIDATE_ACCESS_TOKEN] module.prod.module.journeys-admin.module.ecs-task.aws_ssm_parameter.parameters["FORMIUM_TOKEN"]: Refreshing state... [id=/ecs/journeys-admin/prod/FORMIUM_TOKEN] module.prod.module.journeys-admin.module.ecs-task.aws_ssm_parameter.parameters["NEXT_PUBLIC_CLOUDFLARE_UPLOAD_KEY"]: Refreshing state... [id=/ecs/journeys-admin/prod/NEXT_PUBLIC_CLOUDFLARE_UPLOAD_KEY] module.prod.module.journeys-admin.module.ecs-task.aws_ssm_parameter.parameters["NEXT_PUBLIC_DATADOG_CLIENT_TOKEN"]: Refreshing state... [id=/ecs/journeys-admin/prod/NEXT_PUBLIC_DATADOG_CLIENT_TOKEN] module.prod.module.journeys-admin.module.ecs-task.aws_ssm_parameter.parameters["NEXT_PUBLIC_GATEWAY_URL"]: Refreshing state... [id=/ecs/journeys-admin/prod/NEXT_PUBLIC_GATEWAY_URL] module.prod.module.api-languages.module.database.aws_rds_cluster.default: Refreshing state... [id=api-languages-prod] module.prod.module.api-languages.module.ecs-task.aws_ssm_parameter.parameters["WESS_API_TOKEN"]: Refreshing state... [id=/ecs/api-languages/prod/WESS_API_TOKEN] module.prod.module.api-languages.module.ecs-task.aws_ssm_parameter.parameters["ARCLIGHT_API_KEY"]: Refreshing state... [id=/ecs/api-languages/prod/ARCLIGHT_API_KEY] module.prod.module.api-languages.module.ecs-task.aws_ssm_parameter.parameters["ARCLIGHT_V3_URL"]: Refreshing state... [id=/ecs/api-languages/prod/ARCLIGHT_V3_URL] module.prod.module.api-languages.module.ecs-task.aws_ssm_parameter.parameters["PG_DATABASE_URL_LANGUAGES"]: Refreshing state... [id=/ecs/api-languages/prod/PG_DATABASE_URL_LANGUAGES] module.prod.module.api-languages.module.ecs-task.aws_route53_record.record: Refreshing state... [id=Z03223152FHL8WN66TI5X_api-languages_CNAME] module.prod.module.api-languages.module.ecs-task.data.aws_route53_zone.zone: Reading... module.prod.module.api-tags.module.seed.aws_ssm_parameter.parameters["PG_DATABASE_URL_TAGS"]: Refreshing state... [id=/ecs/api-tags-seed/prod/PG_DATABASE_URL_TAGS] module.prod.module.api-languages.module.ecs-task.data.aws_route53_zone.zone: Read complete after 0s [id=Z03223152FHL8WN66TI5X] module.prod.module.api-languages.module.database.doppler_secret.rds_password: Refreshing state... [id=api-languages.prd.PG_PASSWORD] module.prod.module.api-languages.module.seed.aws_ssm_parameter.parameters["ARCLIGHT_API_KEY"]: Refreshing state... [id=/ecs/api-languages-seed/prod/ARCLIGHT_API_KEY] module.prod.module.api-languages.module.seed.aws_ssm_parameter.parameters["PG_DATABASE_URL_LANGUAGES"]: Refreshing state... [id=/ecs/api-languages-seed/prod/PG_DATABASE_URL_LANGUAGES] module.prod.module.api-gateway.module.ecs-task.aws_route53_record.record: Refreshing state... [id=Z06687872LMUIKS0Y291P_api-gateway_CNAME] module.prod.module.api-gateway.module.ecs-task.data.aws_route53_zone.zone: Reading... module.stage.module.api-gateway-stage.module.ecs-task.aws_alb_target_group.alb_target_group: Refreshing state... [id=arn:aws:elasticloadbalancing:us-east-2:410965620680:targetgroup/api-gateway-stage-tg/66c0a0a1eb2426f2] module.prod.module.api-gateway.module.ecs-task.data.aws_route53_zone.zone: Read complete after 0s [id=Z06687872LMUIKS0Y291P] module.stage.module.api-gateway-stage.module.ecs-task.aws_cloudwatch_log_group.ecs_cw_log_group: Refreshing state... [id=api-gateway-stage-logs] module.prod.module.api-analytics.module.ecs-task.data.aws_route53_zone.zone: Reading... module.prod.module.api-analytics.module.ecs-task.aws_route53_record.record: Refreshing state... [id=Z03223152FHL8WN66TI5X_api-analytics_CNAME] module.prod.module.api-analytics.module.ecs-task.aws_ssm_parameter.parameters["PG_DATABASE_URL_ANALYTICS"]: Refreshing state... [id=/ecs/api-analytics/prod/PG_DATABASE_URL_ANALYTICS] module.prod.module.api-analytics.module.ecs-task.data.aws_route53_zone.zone: Read complete after 0s [id=Z03223152FHL8WN66TI5X] module.prod.module.api-analytics.module.ecs-task.aws_ssm_parameter.parameters["PLAUSIBLE_SECRET_KEY_BASE"]: Refreshing state... [id=/ecs/api-analytics/prod/PLAUSIBLE_SECRET_KEY_BASE] module.prod.module.api-analytics.module.ecs-task.aws_ssm_parameter.parameters["PRISMA_LOCATION_ANALYTICS"]: Refreshing state... [id=/ecs/api-analytics/prod/PRISMA_LOCATION_ANALYTICS] module.stage.module.journeys-admin.module.ecs-task.aws_cloudwatch_log_group.ecs_cw_log_group: Refreshing state... [id=journeys-admin-stage-logs] module.stage.module.journeys-admin.module.ecs-task.aws_alb_target_group.alb_target_group: Refreshing state... [id=arn:aws:elasticloadbalancing:us-east-2:410965620680:targetgroup/journeys-admin-stage-tg/f038b11b474ddf07] module.stage.module.api-videos.module.ecs-task.aws_alb_target_group.alb_target_group: Refreshing state... [id=arn:aws:elasticloadbalancing:us-east-2:410965620680:targetgroup/api-videos-stage-tg/40ba7d106942b07a] module.stage.module.api-videos.module.ecs-task.aws_cloudwatch_log_group.ecs_cw_log_group: Refreshing state... [id=api-videos-stage-logs] module.stage.module.api-videos.module.database.doppler_secret.new_rds_url: Refreshing state... [id=api-videos.stg.PG_DATABASE_URL_VIDEOS] module.stage.module.api-videos.module.database.aws_rds_cluster_instance.default: Refreshing state... [id=tf-20230726223516010000000001] module.stage.module.api-videos.module.database.aws_ssm_parameter.new_parameter: Refreshing state... [id=/ecs/api-videos/stage/PG_DATABASE_URL_VIDEOS] module.stage.module.api-videos.module.seed.aws_cloudwatch_log_group.ecs_cw_log_group: Refreshing state... [id=api-videos-seed-stage-logs] module.stage.module.api-analytics.module.ecs-task.aws_cloudwatch_log_group.ecs_cw_log_group: Refreshing state... [id=api-analytics-stage-logs] module.stage.module.api-analytics.module.ecs-task.aws_alb_target_group.alb_target_group: Refreshing state... [id=arn:aws:elasticloadbalancing:us-east-2:410965620680:targetgroup/api-analytics-stage-tg/be8b43b0ab9e7d8e] module.stage.module.api-languages.module.seed.aws_cloudwatch_log_group.ecs_cw_log_group: Refreshing state... [id=api-languages-seed-stage-logs] module.stage.module.api-languages.module.ecs-task.aws_alb_target_group.alb_target_group: Refreshing state... [id=arn:aws:elasticloadbalancing:us-east-2:410965620680:targetgroup/api-languages-stage-tg/67e1d5c015f4bfff] module.stage.module.api-languages.module.ecs-task.aws_cloudwatch_log_group.ecs_cw_log_group: Refreshing state... [id=api-languages-stage-logs] module.stage.module.api-languages.module.database.aws_ssm_parameter.new_parameter: Refreshing state... [id=/ecs/api-languages/stage/PG_DATABASE_URL_LANGUAGES] module.stage.module.api-languages.module.database.doppler_secret.new_rds_url: Refreshing state... [id=api-languages.stg.PG_DATABASE_URL_LANGUAGES] module.stage.module.api-languages.module.database.aws_rds_cluster_instance.default: Refreshing state... [id=tf-20230719011809367800000002] module.stage.module.api-journeys.module.ecs-task.aws_alb_target_group.alb_target_group: Refreshing state... [id=arn:aws:elasticloadbalancing:us-east-2:410965620680:targetgroup/api-journeys-stage-tg/cf9d8bdda9dcf52e] module.stage.module.api-journeys.module.ecs-task.aws_cloudwatch_log_group.ecs_cw_log_group: Refreshing state... [id=api-journeys-stage-logs] module.stage.module.api-journeys.module.seed.aws_cloudwatch_log_group.ecs_cw_log_group: Refreshing state... [id=api-journeys-seed-stage-logs] module.stage.module.api-journeys.module.database.aws_rds_cluster_instance.default: Refreshing state... [id=tf-20230522232817959800000001] module.stage.module.api-journeys.module.database.aws_ssm_parameter.new_parameter: Refreshing state... [id=/ecs/api-journeys/stage/PG_DATABASE_URL_JOURNEYS] module.stage.module.api-journeys.module.database.doppler_secret.new_rds_url: Refreshing state... [id=api-journeys.stg.PG_DATABASE_URL_JOURNEYS] module.stage.module.api-tags.module.seed.aws_cloudwatch_log_group.ecs_cw_log_group: Refreshing state... [id=api-tags-seed-stage-logs] module.stage.module.api-tags.module.ecs-task.aws_alb_target_group.alb_target_group: Refreshing state... [id=ar ```


Warning: Output length greater than max comment size. Continued in next comment.

jesus-film-bot commented 6 months ago

Continued plan output from previous comment.

Show Output ```diff n:aws:elasticloadbalancing:us-east-2:410965620680:targetgroup/api-tags-stage-tg/9de476f03be501c0] module.stage.module.api-users.module.ecs-task.aws_alb_target_group.alb_target_group: Refreshing state... [id=arn:aws:elasticloadbalancing:us-east-2:410965620680:targetgroup/api-users-stage-tg/08e36721eab4736f] module.stage.module.api-nexus.module.ecs-task.aws_cloudwatch_log_group.ecs_cw_log_group: Refreshing state... [id=api-nexus-stage-logs] module.stage.module.api-tags.module.ecs-task.aws_cloudwatch_log_group.ecs_cw_log_group: Refreshing state... [id=api-tags-stage-logs] module.stage.module.api-users.module.ecs-task.aws_cloudwatch_log_group.ecs_cw_log_group: Refreshing state... [id=api-users-stage-logs] module.stage.module.api-nexus.module.ecs-task.aws_alb_target_group.alb_target_group: Refreshing state... [id=arn:aws:elasticloadbalancing:us-east-2:410965620680:targetgroup/api-nexus-stage-tg/483a7f975fa82eb0] module.prod.module.api-media.module.ecs-task.aws_alb_target_group.alb_target_group: Refreshing state... [id=arn:aws:elasticloadbalancing:us-east-2:410965620680:targetgroup/api-media-prod-tg/7482c4be82f35024] module.stage.module.api-nexus.module.seed.aws_cloudwatch_log_group.ecs_cw_log_group: Refreshing state... [id=api-nexus-seed-stage-logs] module.prod.module.api-media.module.ecs-task.aws_cloudwatch_log_group.ecs_cw_log_group: Refreshing state... [id=api-media-prod-logs] module.prod.module.api-journeys.module.seed.aws_cloudwatch_log_group.ecs_cw_log_group: Refreshing state... [id=api-journeys-seed-prod-logs] module.prod.module.api-nexus.module.seed.aws_cloudwatch_log_group.ecs_cw_log_group: Refreshing state... [id=api-nexus-seed-prod-logs] module.prod.module.api-videos.module.seed.aws_cloudwatch_log_group.ecs_cw_log_group: Refreshing state... [id=api-videos-seed-prod-logs] module.prod.module.api-nexus.module.ecs-task.aws_alb_target_group.alb_target_group: Refreshing state... [id=arn:aws:elasticloadbalancing:us-east-2:410965620680:targetgroup/api-nexus-prod-tg/e81d98a8adb80d85] module.prod.module.api-nexus.module.ecs-task.aws_cloudwatch_log_group.ecs_cw_log_group: Refreshing state... [id=api-nexus-prod-logs] module.stage.module.api-media.module.database.doppler_secret.new_rds_url: Refreshing state... [id=api-media.stg.PG_DATABASE_URL_MEDIA] module.stage.module.api-media.module.database.aws_rds_cluster_instance.default: Refreshing state... [id=tf-20230703232012505500000001] module.stage.module.api-media.module.database.aws_ssm_parameter.new_parameter: Refreshing state... [id=/ecs/api-media/stage/PG_DATABASE_URL_MEDIA] module.prod.module.api-journeys.module.ecs-task.aws_cloudwatch_log_group.ecs_cw_log_group: Refreshing state... [id=api-journeys-prod-logs] module.prod.module.api-journeys.module.ecs-task.aws_alb_target_group.alb_target_group: Refreshing state... [id=arn:aws:elasticloadbalancing:us-east-2:410965620680:targetgroup/api-journeys-prod-tg/eab635e76d16d9d8] module.stage.module.api-media.module.ecs-task.aws_cloudwatch_log_group.ecs_cw_log_group: Refreshing state... [id=api-media-stage-logs] module.stage.module.api-media.module.ecs-task.aws_alb_target_group.alb_target_group: Refreshing state... [id=arn:aws:elasticloadbalancing:us-east-2:410965620680:targetgroup/api-media-stage-tg/b9437ddfaa9712e6] module.prod.module.api-videos.module.database.doppler_secret.new_rds_url: Refreshing state... [id=api-videos.prd.PG_DATABASE_URL_VIDEOS] module.prod.module.api-videos.module.database.aws_ssm_parameter.new_parameter: Refreshing state... [id=/ecs/api-videos/prod/PG_DATABASE_URL_VIDEOS] module.prod.module.api-videos.module.database.aws_rds_cluster_instance.default: Refreshing state... [id=tf-20230726234757915100000001] module.prod.module.api-videos.module.ecs-task.aws_cloudwatch_log_group.ecs_cw_log_group: Refreshing state... [id=api-videos-prod-logs] module.prod.module.api-videos.module.ecs-task.aws_alb_target_group.alb_target_group: Refreshing state... [id=arn:aws:elasticloadbalancing:us-east-2:410965620680:targetgroup/api-videos-prod-tg/a91842fd3c304b22] module.prod.module.api-users.module.ecs-task.aws_cloudwatch_log_group.ecs_cw_log_group: Refreshing state... [id=api-users-prod-logs] module.stage.module.api-users.module.database.aws_rds_cluster_instance.default: Refreshing state... [id=tf-20230530005956873900000001] module.prod.module.api-users.module.ecs-task.aws_alb_target_group.alb_target_group: Refreshing state... [id=arn:aws:elasticloadbalancing:us-east-2:410965620680:targetgroup/api-users-prod-tg/62172f59861c5804] module.stage.module.api-users.module.database.doppler_secret.new_rds_url: Refreshing state... [id=api-users.stg.PG_DATABASE_URL_USERS] module.stage.module.api-users.module.database.aws_ssm_parameter.new_parameter: Refreshing state... [id=/ecs/api-users/stage/PG_DATABASE_URL_USERS] module.prod.module.api-users.module.database.aws_rds_cluster_instance.default: Refreshing state... [id=tf-20230530010017178200000002] module.prod.module.journeys-admin.module.ecs-task.aws_alb_target_group.alb_target_group: Refreshing state... [id=arn:aws:elasticloadbalancing:us-east-2:410965620680:targetgroup/journeys-admin-prod-tg/6aa1c516ad31ba99] module.prod.module.journeys-admin.module.ecs-task.aws_cloudwatch_log_group.ecs_cw_log_group: Refreshing state... [id=journeys-admin-prod-logs] module.prod.module.api-users.module.database.aws_ssm_parameter.new_parameter: Refreshing state... [id=/ecs/api-users/prod/PG_DATABASE_URL_USERS] module.prod.module.api-tags.module.ecs-task.aws_alb_target_group.alb_target_group: Refreshing state... [id=arn:aws:elasticloadbalancing:us-east-2:410965620680:targetgroup/api-tags-prod-tg/d994788c57e003cd] module.prod.module.api-users.module.database.doppler_secret.new_rds_url: Refreshing state... [id=api-users.prd.PG_DATABASE_URL_USERS] module.prod.module.api-tags.module.ecs-task.aws_cloudwatch_log_group.ecs_cw_log_group: Refreshing state... [id=api-tags-prod-logs] module.prod.module.api-tags.module.seed.aws_cloudwatch_log_group.ecs_cw_log_group: Refreshing state... [id=api-tags-seed-prod-logs] module.prod.module.api-languages.module.ecs-task.aws_alb_target_group.alb_target_group: Refreshing state... [id=arn:aws:elasticloadbalancing:us-east-2:410965620680:targetgroup/api-languages-prod-tg/f662bd85bf3c73ff] module.prod.module.api-languages.module.ecs-task.aws_cloudwatch_log_group.ecs_cw_log_group: Refreshing state... [id=api-languages-prod-logs] module.prod.module.api-languages.module.seed.aws_cloudwatch_log_group.ecs_cw_log_group: Refreshing state... [id=api-languages-seed-prod-logs] module.prod.module.api-gateway.module.ecs-task.aws_alb_target_group.alb_target_group: Refreshing state... [id=arn:aws:elasticloadbalancing:us-east-2:410965620680:targetgroup/api-gateway-prod-tg/8e98aac31a68fba7] module.prod.module.api-gateway.module.ecs-task.aws_cloudwatch_log_group.ecs_cw_log_group: Refreshing state... [id=api-gateway-prod-logs] module.prod.module.api-journeys.module.database.doppler_secret.new_rds_url: Refreshing state... [id=api-journeys.prd.PG_DATABASE_URL_JOURNEYS] module.prod.module.api-journeys.module.database.aws_ssm_parameter.new_parameter: Refreshing state... [id=/ecs/api-journeys/prod/PG_DATABASE_URL_JOURNEYS] module.prod.module.api-journeys.module.database.aws_rds_cluster_instance.default: Refreshing state... [id=tf-20230522232838680400000003] module.stage.module.api-gateway-stage.module.ecs-task.aws_ecr_repository.ecr_repository: Refreshing state... [id=jfp-api-gateway-stage] module.stage.module.api-tags.module.database.aws_rds_cluster_instance.default: Refreshing state... [id=tf-20230522232838209800000002] module.stage.module.api-tags.module.database.aws_ssm_parameter.new_parameter: Refreshing state... [id=/ecs/api-tags/stage/PG_DATABASE_URL_TAGS] module.stage.module.api-tags.module.database.doppler_secret.new_rds_url: Refreshing state... [id=api-tags.stg.PG_DATABASE_URL_TAGS] module.prod.module.api-media.module.database.doppler_secret.new_rds_url: Refreshing state... [id=api-media.prd.PG_DATABASE_URL_MEDIA] module.prod.module.api-media.module.database.aws_rds_cluster_instance.default: Refreshing state... [id=tf-20230703232022350900000002] module.prod.module.api-media.module.database.aws_ssm_parameter.new_parameter: Refreshing state... [id=/ecs/api-media/prod/PG_DATABASE_URL_MEDIA] module.prod.module.api-analytics.module.ecs-task.aws_cloudwatch_log_group.ecs_cw_log_group: Refreshing state... [id=api-analytics-prod-logs] module.prod.module.api-analytics.module.ecs-task.aws_alb_target_group.alb_target_group: Refreshing state... [id=arn:aws:elasticloadbalancing:us-east-2:410965620680:targetgroup/api-analytics-prod-tg/0c14a7e1e9a640f0] module.prod.module.api-nexus.module.database.aws_ssm_parameter.new_parameter: Refreshing state... [id=/ecs/api-nexus/prod/PG_DATABASE_URL_NEXUS] module.prod.module.api-nexus.module.database.aws_rds_cluster_instance.default: Refreshing state... [id=tf-20240222075306836200000004] module.prod.module.api-nexus.module.database.doppler_secret.new_rds_url: Refreshing state... [id=api-nexus.prd.PG_DATABASE_URL_NEXUS] module.stage.module.api-nexus.module.database.aws_rds_cluster_instance.default: Refreshing state... [id=tf-20240222031008246400000001] module.stage.module.api-nexus.module.database.doppler_secret.new_rds_url: Refreshing state... [id=api-nexus.stg.PG_DATABASE_URL_NEXUS] module.stage.module.api-nexus.module.database.aws_ssm_parameter.new_parameter: Refreshing state... [id=/ecs/api-nexus/stage/PG_DATABASE_URL_NEXUS] module.prod.module.api-tags.module.database.aws_ssm_parameter.new_parameter: Refreshing state... [id=/ecs/api-tags/prod/PG_DATABASE_URL_TAGS] module.prod.module.api-tags.module.database.doppler_secret.new_rds_url: Refreshing state... [id=api-tags.prd.PG_DATABASE_URL_TAGS] module.prod.module.api-tags.module.database.aws_rds_cluster_instance.default: Refreshing state... [id=tf-20230522233718546800000004] module.prod.module.api-languages.module.database.aws_rds_cluster_instance.default: Refreshing state... [id=tf-20230719011801005200000001] module.prod.module.api-languages.module.database.aws_ssm_parameter.new_parameter: Refreshing state... [id=/ecs/api-languages/prod/PG_DATABASE_URL_LANGUAGES] module.prod.module.api-languages.module.database.doppler_secret.new_rds_url: Refreshing state... [id=api-languages.prd.PG_DATABASE_URL_LANGUAGES] module.stage.module.api-gateway-stage.module.ecs-task.aws_alb_listener_rule.alb_listener_rule: Refreshing state... [id=arn:aws:elasticloadbalancing:us-east-2:410965620680:listener-rule/app/jfp-public-alb-stage/27d94355c709eb16/e976ba0cdd6d17a6/70fb193fd1fecbd9] module.stage.module.journeys-admin.module.ecs-task.aws_ecr_repository.ecr_repository: Refreshing state... [id=jfp-journeys-admin-stage] module.stage.module.journeys-admin.module.ecs-task.aws_alb_listener_rule.alb_listener_rule: Refreshing state... [id=arn:aws:elasticloadbalancing:us-east-2:410965620680:listener-rule/app/jfp-public-alb-stage/27d94355c709eb16/e976ba0cdd6d17a6/edc105209fe56999] module.stage.module.api-videos.module.ecs-task.aws_ecr_repository.ecr_repository: Refreshing state... [id=jfp-api-videos-stage] module.stage.module.api-videos.module.ecs-task.aws_alb_listener_rule.alb_listener_rule: Refreshing state... [id=arn:aws:elasticloadbalancing:us-east-2:410965620680:listener-rule/app/jfp-internal-alb-stage/846f69021da58f87/211f15f6cc9aa368/3e659a3f6e4f0cda] module.stage.module.api-videos.module.seed.aws_ecr_repository.ecr_repository: Refreshing state... [id=jfp-api-videos-seed-stage] module.stage.module.api-languages.module.seed.aws_ecr_repository.ecr_repository: Refreshing state... [id=jfp-api-languages-seed-stage] module.stage.module.api-analytics.module.ecs-task.aws_ecr_repository.ecr_repository: Refreshing state... [id=jfp-api-analytics-stage] module.stage.module.api-languages.module.ecs-task.aws_ecr_repository.ecr_repository: Refreshing state... [id=jfp-api-languages-stage] module.stage.module.api-analytics.module.ecs-task.aws_alb_listener_rule.alb_listener_rule: Refreshing state... [id=arn:aws:elasticloadbalancing:us-east-2:410965620680:listener-rule/app/jfp-internal-alb-stage/846f69021da58f87/fedc8d8232ec85b6/13fe7274ce32ff4d] module.stage.module.api-languages.module.ecs-task.aws_alb_listener_rule.alb_listener_rule: Refreshing state... [id=arn:aws:elasticloadbalancing:us-east-2:410965620680:listener-rule/app/jfp-internal-alb-stage/846f69021da58f87/f8bb656979069fe6/5d55068a5abd3f17] module.stage.module.api-journeys.module.ecs-task.aws_ecr_repository.ecr_repository: Refreshing state... [id=jfp-api-journeys-stage] module.stage.module.api-journeys.module.seed.aws_ecr_repository.ecr_repository: Refreshing state... [id=jfp-api-journeys-seed-stage] module.stage.module.api-journeys.module.ecs-task.aws_alb_listener_rule.alb_listener_rule: Refreshing state... [id=arn:aws:elasticloadbalancing:us-east-2:410965620680:listener-rule/app/jfp-internal-alb-stage/846f69021da58f87/2772aabe58647566/f5761935d552e4c6] module.stage.module.api-tags.module.seed.aws_ecr_repository.ecr_repository: Refreshing state... [id=jfp-api-tags-seed-stage] module.stage.module.api-nexus.module.ecs-task.aws_ecr_repository.ecr_repository: Refreshing state... [id=jfp-api-nexus-stage] module.stage.module.api-tags.module.ecs-task.aws_ecr_repository.ecr_repository: Refreshing state... [id=jfp-api-tags-stage] module.stage.module.api-users.module.ecs-task.aws_ecr_repository.ecr_repository: Refreshing state... [id=jfp-api-users-stage] module.stage.module.api-tags.module.ecs-task.aws_alb_listener_rule.alb_listener_rule: Refreshing state... [id=arn:aws:elasticloadbalancing:us-east-2:410965620680:listener-rule/app/jfp-internal-alb-stage/846f69021da58f87/9be62de1b6c16f5c/392b813456ef5084] module.stage.module.api-nexus.module.seed.aws_ecr_repository.ecr_repository: Refreshing state... [id=jfp-api-nexus-seed-stage] module.prod.module.api-media.module.ecs-task.aws_ecr_repository.ecr_repository: Refreshing state... [id=jfp-api-media-prod] module.stage.module.api-users.module.ecs-task.aws_alb_listener_rule.alb_listener_rule: Refreshing state... [id=arn:aws:elasticloadbalancing:us-east-2:410965620680:listener-rule/app/jfp-internal-alb-stage/846f69021da58f87/418b774d47b90b2e/afefbfc71ceb373a] module.stage.module.api-nexus.module.ecs-task.aws_alb_listener_rule.alb_listener_rule: Refreshing state... [id=arn:aws:elasticloadbalancing:us-east-2:410965620680:listener-rule/app/jfp-internal-alb-stage/846f69021da58f87/34cbf70fcc1b94a1/1986f0c9dc578eb3] module.prod.module.api-journeys.module.seed.aws_ecr_repository.ecr_repository: Refreshing state... [id=jfp-api-journeys-seed-prod] module.prod.module.api-nexus.module.seed.aws_ecr_repository.ecr_repository: Refreshing state... [id=jfp-api-nexus-seed-prod] module.prod.module.api-videos.module.seed.aws_ecr_repository.ecr_repository: Refreshing state... [id=jfp-api-videos-seed-prod] module.prod.module.api-journeys.module.ecs-task.aws_ecr_repository.ecr_repository: Refreshing state... [id=jfp-api-journeys-prod] module.prod.module.api-nexus.module.ecs-task.aws_ecr_repository.ecr_repository: Refreshing state... [id=jfp-api-nexus-prod] module.stage.module.api-media.module.ecs-task.aws_ecr_repository.ecr_repository: Refreshing state... [id=jfp-api-media-stage] module.prod.module.api-videos.module.ecs-task.aws_ecr_repository.ecr_repository: Refreshing state... [id=jfp-api-videos-prod] module.prod.module.api-users.module.ecs-task.aws_ecr_repository.ecr_repository: Refreshing state... [id=jfp-api-users-prod] module.prod.module.api-users.module.ecs-task.aws_alb_listener_rule.alb_listener_rule: Refreshing state... [id=arn:aws:elasticloadbalancing:us-east-2:410965620680:listener-rule/app/jfp-internal-alb-prod/ae1556aacf21465f/d812a47be4e206fe/57f9b2a3e9e0d79b] module.prod.module.journeys-admin.module.ecs-task.aws_ecr_repository.ecr_repository: Refreshing state... [id=jfp-journeys-admin-prod] module.prod.module.journeys-admin.module.ecs-task.aws_alb_listener_rule.alb_listener_rule: Refreshing state... [id=arn:aws:elasticloadbalancing:us-east-2:410965620680:listener-rule/app/jfp-public-alb-prod/7cf1f0916ed2c660/baff3356faf3dfae/4b06c3bc6bedf3a1] module.prod.module.api-tags.module.ecs-task.aws_ecr_repository.ecr_repository: Refreshing state... [id=jfp-api-tags-prod] module.prod.module.api-tags.module.seed.aws_ecr_repository.ecr_repository: Refreshing state... [id=jfp-api-tags-seed-prod] module.prod.module.api-languages.module.ecs-task.aws_ecr_repository.ecr_repository: Refreshing state... [id=jfp-api-languages-prod] module.prod.module.api-gateway.module.ecs-task.aws_ecr_repository.ecr_repository: Refreshing state... [id=jfp-api-gateway-prod] module.prod.module.api-languages.module.seed.aws_ecr_repository.ecr_repository: Refreshing state... [id=jfp-api-languages-seed-prod] module.prod.module.api-media.module.ecs-task.aws_alb_listener_rule.alb_listener_rule: Refreshing state... [id=arn:aws:elasticloadbalancing:us-east-2:410965620680:listener-rule/app/jfp-internal-alb-prod/ae1556aacf21465f/8dd57a2792b0a37a/b885faf1d8b97520] module.prod.module.api-gateway.module.ecs-task.aws_alb_listener_rule.alb_listener_rule: Refreshing state... [id=arn:aws:elasticloadbalancing:us-east-2:410965620680:listener-rule/app/jfp-public-alb-prod/7cf1f0916ed2c660/baff3356faf3dfae/865121b01439cbfc] module.prod.module.api-languages.module.ecs-task.aws_alb_listener_rule.alb_listener_rule: Refreshing state... [id=arn:aws:elasticloadbalancing:us-east-2:410965620680:listener-rule/app/jfp-internal-alb-prod/ae1556aacf21465f/c26ce743dd562c38/393214d0be46d152] module.stage.module.api-media.module.ecs-task.aws_alb_listener_rule.alb_listener_rule: Refreshing state... [id=arn:aws:elasticloadbalancing:us-east-2:410965620680:listener-rule/app/jfp-internal-alb-stage/846f69021da58f87/390fbc642c8c262c/d029c6eefafa6681] module.stage.module.api-gateway-stage.module.ecs-task.aws_ecr_lifecycle_policy.ecr_policy: Refreshing state... [id=jfp-api-gateway-stage] module.stage.module.api-gateway-stage.module.ecs-task.aws_ecs_task_definition.ecs_task_definition: Refreshing state... [id=jfp-api-gateway-stage] module.prod.module.api-analytics.module.ecs-task.aws_ecr_repository.ecr_repository: Refreshing state... [id=jfp-api-analytics-prod] module.prod.module.api-analytics.module.ecs-task.aws_alb_listener_rule.alb_listener_rule: Refreshing state... [id=arn:aws:elasticloadbalancing:us-east-2:410965620680:listener-rule/app/jfp-internal-alb-prod/ae1556aacf21465f/5c1cbf8d53e4cfc0/ee4e400d297efa8c] module.prod.module.api-tags.module.ecs-task.aws_alb_listener_rule.alb_listener_rule: Refreshing state... [id=arn:aws:elasticloadbalancing:us-east-2:410965620680:listener-rule/app/jfp-internal-alb-prod/ae1556aacf21465f/e4720d78332d4029/f781d426993ecafd] module.prod.module.api-nexus.module.ecs-task.aws_alb_listener_rule.alb_listener_rule: Refreshing state... [id=arn:aws:elasticloadbalancing:us-east-2:410965620680:listener-rule/app/jfp-internal-alb-prod/ae1556aacf21465f/5897a6285bef8e2d/29c672ae5e6444d0] module.prod.module.api-videos.module.ecs-task.aws_alb_listener_rule.alb_listener_rule: Refreshing state... [id=arn:aws:elasticloadbalancing:us-east-2:410965620680:listener-rule/app/jfp-internal-alb-prod/ae1556aacf21465f/e1e6500b1cc03b02/2a7af98a13ee4e20] module.stage.module.journeys-admin.module.ecs-task.aws_ecr_lifecycle_policy.ecr_policy: Refreshing state... [id=jfp-journeys-admin-stage] module.prod.module.api-journeys.module.ecs-task.aws_alb_listener_rule.alb_listener_rule: Refreshing state... [id=arn:aws:elasticloadbalancing:us-east-2:410965620680:listener-rule/app/jfp-internal-alb-prod/ae1556aacf21465f/d5fde78dea7a53d6/f376b7543d998c45] module.stage.module.api-videos.module.ecs-task.aws_ecr_lifecycle_policy.ecr_policy: Refreshing state... [id=jfp-api-videos-stage] module.stage.module.api-videos.module.seed.aws_ecs_task_definition.ecs_task_definition: Refreshing state... [id=jfp-api-videos-seed-stage] module.stage.module.api-languages.module.seed.aws_ecr_lifecycle_policy.ecr_policy: Refreshing state... [id=jfp-api-languages-seed-stage] module.stage.module.api-videos.module.seed.aws_ecr_lifecycle_policy.ecr_policy: Refreshing state... [id=jfp-api-videos-seed-stage] module.stage.module.api-analytics.module.ecs-task.aws_ecr_lifecycle_policy.ecr_policy: Refreshing state... [id=jfp-api-analytics-stage] module.stage.module.api-languages.module.seed.aws_ecs_task_definition.ecs_task_definition: Refreshing state... [id=jfp-api-languages-seed-stage] module.stage.module.api-analytics.module.ecs-task.aws_ecs_task_definition.ecs_task_definition: Refreshing state... [id=jfp-api-analytics-stage] module.stage.module.api-languages.module.ecs-task.aws_ecr_lifecycle_policy.ecr_policy: Refreshing state... [id=jfp-api-languages-stage] module.stage.module.api-languages.module.ecs-task.aws_ecs_task_definition.ecs_task_definition: Refreshing state... [id=jfp-api-languages-stage] module.stage.module.api-journeys.module.ecs-task.aws_ecr_lifecycle_policy.ecr_policy: Refreshing state... [id=jfp-api-journeys-stage] module.stage.module.api-journeys.module.seed.aws_ecs_task_definition.ecs_task_definition: Refreshing state... [id=jfp-api-journeys-seed-stage] module.stage.module.api-tags.module.seed.aws_ecs_task_definition.ecs_task_definition: Refreshing state... [id=jfp-api-tags-seed-stage] module.stage.module.api-journeys.module.seed.aws_ecr_lifecycle_policy.ecr_policy: Refreshing state... [id=jfp-api-journeys-seed-stage] module.stage.module.api-tags.module.seed.aws_ecr_lifecycle_policy.ecr_policy: Refreshing state... [id=jfp-api-tags-seed-stage] module.stage.module.api-nexus.module.ecs-task.aws_ecs_task_definition.ecs_task_definition: Refreshing state... [id=jfp-api-nexus-stage] module.stage.module.api-nexus.module.ecs-task.aws_ecr_lifecycle_policy.ecr_policy: Refreshing state... [id=jfp-api-nexus-stage] module.stage.module.api-tags.module.ecs-task.aws_ecs_task_definition.ecs_task_definition: Refreshing state... [id=jfp-api-tags-stage] module.stage.module.api-tags.module.ecs-task.aws_ecr_lifecycle_policy.ecr_policy: Refreshing state... [id=jfp-api-tags-stage] module.stage.module.api-users.module.ecs-task.aws_ecs_task_definition.ecs_task_definition: Refreshing state... [id=jfp-api-users-stage] module.stage.module.api-users.module.ecs-task.aws_ecr_lifecycle_policy.ecr_policy: Refreshing state... [id=jfp-api-users-stage] module.prod.module.api-media.module.ecs-task.aws_ecs_task_definition.ecs_task_definition: Refreshing state... [id=jfp-api-media-prod] module.stage.module.api-nexus.module.seed.aws_ecs_task_definition.ecs_task_definition: Refreshing state... [id=jfp-api-nexus-seed-stage] module.stage.module.api-nexus.module.seed.aws_ecr_lifecycle_policy.ecr_policy: Refreshing state... [id=jfp-api-nexus-seed-stage] module.prod.module.api-media.module.ecs-task.aws_ecr_lifecycle_policy.ecr_policy: Refreshing state... [id=jfp-api-media-prod] module.prod.module.api-videos.module.seed.aws_ecs_task_definition.ecs_task_definition: Refreshing state... [id=jfp-api-videos-seed-prod] module.prod.module.api-journeys.module.seed.aws_ecs_task_definition.ecs_task_definition: Refreshing state... [id=jfp-api-journeys-seed-prod] module.prod.module.api-journeys.module.seed.aws_ecr_lifecycle_policy.ecr_policy: Refreshing state... [id=jfp-api-journeys-seed-prod] module.prod.module.api-videos.module.seed.aws_ecr_lifecycle_policy.ecr_policy: Refreshing state... [id=jfp-api-videos-seed-prod] module.prod.module.api-nexus.module.seed.aws_ecs_task_definition.ecs_task_definition: Refreshing state... [id=jfp-api-nexus-seed-prod] module.prod.module.api-nexus.module.seed.aws_ecr_lifecycle_policy.ecr_policy: Refreshing state... [id=jfp-api-nexus-seed-prod] module.prod.module.api-nexus.module.ecs-task.aws_ecr_lifecycle_policy.ecr_policy: Refreshing state... [id=jfp-api-nexus-prod] module.prod.module.api-nexus.module.ecs-task.aws_ecs_task_definition.ecs_task_definition: Refreshing state... [id=jfp-api-nexus-prod] module.prod.module.api-users.module.ecs-task.aws_ecs_task_definition.ecs_task_definition: Refreshing state... [id=jfp-api-users-prod] module.prod.module.api-users.module.ecs-task.aws_ecr_lifecycle_policy.ecr_policy: Refreshing state... [id=jfp-api-users-prod] module.stage.module.api-media.module.ecs-task.aws_ecr_lifecycle_policy.ecr_policy: Refreshing state... [id=jfp-api-media-stage] module.prod.module.api-journeys.module.ecs-task.aws_ecr_lifecycle_policy.ecr_policy: Refreshing state... [id=jfp-api-journeys-prod] module.prod.module.api-journeys.module.ecs-task.aws_ecs_task_definition.ecs_task_definition: Refreshing state... [id=jfp-api-journeys-prod] module.prod.module.api-videos.module.ecs-task.aws_ecr_lifecycle_policy.ecr_policy: Refreshing state... [id=jfp-api-videos-prod] module.prod.module.api-videos.module.ecs-task.aws_ecs_task_definition.ecs_task_definition: Refreshing state... [id=jfp-api-videos-prod] module.prod.module.api-tags.module.ecs-task.aws_ecs_task_definition.ecs_task_definition: Refreshing state... [id=jfp-api-tags-prod] module.prod.module.api-tags.module.ecs-task.aws_ecr_lifecycle_policy.ecr_policy: Refreshing state... [id=jfp-api-tags-prod] module.prod.module.journeys-admin.module.ecs-task.aws_ecs_task_definition.ecs_task_definition: Refreshing state... [id=jfp-journeys-admin-prod] module.prod.module.journeys-admin.module.ecs-task.aws_ecr_lifecycle_policy.ecr_policy: Refreshing state... [id=jfp-journeys-admin-prod] module.prod.module.api-tags.module.seed.aws_ecr_lifecycle_policy.ecr_policy: Refreshing state... [id=jfp-api-tags-seed-prod] module.prod.module.api-languages.module.ecs-task.aws_ecs_task_definition.ecs_task_definition: Refreshing state... [id=jfp-api-languages-prod] module.prod.module.api-languages.module.ecs-task.aws_ecr_lifecycle_policy.ecr_policy: Refreshing state... [id=jfp-api-languages-prod] module.prod.module.api-tags.module.seed.aws_ecs_task_definition.ecs_task_definition: Refreshing state... [id=jfp-api-tags-seed-prod] module.prod.module.api-languages.module.seed.aws_ecs_task_definition.ecs_task_definition: Refreshing state... [id=jfp-api-languages-seed-prod] module.prod.module.api-gateway.module.ecs-task.aws_ecs_task_definition.ecs_task_definition: Refreshing state... [id=jfp-api-gateway-prod] module.prod.module.api-languages.module.seed.aws_ecr_lifecycle_policy.ecr_policy: Refreshing state... [id=jfp-api-languages-seed-prod] module.prod.module.api-gateway.module.ecs-task.aws_ecr_lifecycle_policy.ecr_policy: Refreshing state... [id=jfp-api-gateway-prod] module.prod.module.api-analytics.module.ecs-task.aws_ecs_task_definition.ecs_task_definition: Refreshing state... [id=jfp-api-analytics-prod] module.prod.module.api-analytics.module.ecs-task.aws_ecr_lifecycle_policy.ecr_policy: Refreshing state... [id=jfp-api-analytics-prod] module.stage.module.api-gateway-stage.module.ecs-task.aws_ecs_service.ecs_service: Refreshing state... [id=arn:aws:ecs:us-east-2:410965620680:service/jfp-ecs-cluster-stage/api-gateway-stage-service] module.stage.module.api-analytics.module.ecs-task.aws_ecs_service.ecs_service: Refreshing state... [id=arn:aws:ecs:us-east-2:410965620680:service/jfp-ecs-cluster-stage/api-analytics-stage-service] module.stage.module.api-languages.module.ecs-task.aws_ecs_service.ecs_service: Refreshing state... [id=arn:aws:ecs:us-east-2:410965620680:service/jfp-ecs-cluster-stage/api-languages-stage-service] module.stage.module.api-tags.module.ecs-task.aws_ecs_service.ecs_service: Refreshing state... [id=arn:aws:ecs:us-east-2:410965620680:service/jfp-ecs-cluster-stage/api-tags-stage-service] module.stage.module.api-nexus.module.ecs-task.aws_ecs_service.ecs_service: Refreshing state... [id=arn:aws:ecs:us-east-2:410965620680:service/jfp-ecs-cluster-stage/api-nexus-stage-service] module.prod.module.api-media.module.ecs-task.aws_ecs_service.ecs_service: Refreshing state... [id=arn:aws:ecs:us-east-2:410965620680:service/jfp-ecs-cluster-prod/api-media-prod-service] module.stage.module.api-users.module.ecs-task.aws_ecs_service.ecs_service: Refreshing state... [id=arn:aws:ecs:us-east-2:410965620680:service/jfp-ecs-cluster-stage/api-users-stage-service] module.prod.module.api-nexus.module.ecs-task.aws_ecs_service.ecs_service: Refreshing state... [id=arn:aws:ecs:us-east-2:410965620680:service/jfp-ecs-cluster-prod/api-nexus-prod-service] module.prod.module.api-users.module.ecs-task.aws_ecs_service.ecs_service: Refreshing state... [id=arn:aws:ecs:us-east-2:410965620680:service/jfp-ecs-cluster-prod/api-users-prod-service] module.prod.module.api-videos.module.ecs-task.aws_ecs_service.ecs_service: Refreshing state... [id=arn:aws:ecs:us-east-2:410965620680:service/jfp-ecs-cluster-prod/api-videos-prod-service] module.prod.module.api-journeys.module.ecs-task.aws_ecs_service.ecs_service: Refreshing state... [id=arn:aws:ecs:us-east-2:410965620680:service/jfp-ecs-cluster-prod/api-journeys-prod-service] module.prod.module.api-tags.module.ecs-task.aws_ecs_service.ecs_service: Refreshing state... [id=arn:aws:ecs:us-east-2:410965620680:service/jfp-ecs-cluster-prod/api-tags-prod-service] module.prod.module.journeys-admin.module.ecs-task.aws_ecs_service.ecs_service: Refreshing state... [id=arn:aws:ecs:us-east-2:410965620680:service/jfp-ecs-cluster-prod/journeys-admin-prod-service] module.prod.module.api-gateway.module.ecs-task.aws_ecs_service.ecs_service: Refreshing state... [id=arn:aws:ecs:us-east-2:410965620680:service/jfp-ecs-cluster-prod/api-gateway-prod-service] module.prod.module.api-languages.module.ecs-task.aws_ecs_service.ecs_service: Refreshing state... [id=arn:aws:ecs:us-east-2:410965620680:service/jfp-ecs-cluster-prod/api-languages-prod-service] module.prod.module.api-analytics.module.ecs-task.aws_ecs_service.ecs_service: Refreshing state... [id=arn:aws:ecs:us-east-2:410965620680:service/jfp-ecs-cluster-prod/api-analytics-prod-service] module.stage.module.api-analytics.module.ecs-task.aws_appautoscaling_target.service_autoscaling: Refreshing state... [id=service/jfp-ecs-cluster-stage/api-analytics-stage-service] module.stage.module.api-gateway-stage.module.ecs-task.aws_appautoscaling_target.service_autoscaling: Refreshing state... [id=service/jfp-ecs-cluster-stage/api-gateway-stage-service] module.prod.module.api-media.module.ecs-task.aws_appautoscaling_target.service_autoscaling: Refreshing state... [id=service/jfp-ecs-cluster-prod/api-media-prod-service] module.stage.module.api-tags.module.ecs-task.aws_appautoscaling_target.service_autoscaling: Refreshing state... [id=service/jfp-ecs-cluster-stage/api-tags-stage-service] module.stage.module.api-languages.module.ecs-task.aws_appautoscaling_target.service_autoscaling: Refreshing state... [id=service/jfp-ecs-cluster-stage/api-languages-stage-service] module.stage.module.api-nexus.module.ecs-task.aws_appautoscaling_target.service_autoscaling: Refreshing state... [id=service/jfp-ecs-cluster-stage/api-nexus-stage-service] module.stage.module.api-users.module.ecs-task.aws_appautoscaling_target.service_autoscaling: Refreshing state... [id=service/jfp-ecs-cluster-stage/api-users-stage-service] module.prod.module.api-users.module.ecs-task.aws_appautoscaling_target.service_autoscaling: Refreshing state... [id=service/jfp-ecs-cluster-prod/api-users-prod-service] module.stage.module.datadog_aurora.aws_instance.datadog_aurora: Refreshing state... [id=i-050882ccf7aa15274] module.prod.module.api-nexus.module.ecs-task.aws_appautoscaling_target.service_autoscaling: Refreshing state... [id=service/jfp-ecs-cluster-prod/api-nexus-prod-service] module.prod.module.api-videos.module.ecs-task.aws_appautoscaling_target.service_autoscaling: Refreshing state... [id=service/jfp-ecs-cluster-prod/api-videos-prod-service] module.prod.module.api-tags.module.ecs-task.aws_appautoscaling_target.service_autoscaling: Refreshing state... [id=service/jfp-ecs-cluster-prod/api-tags-prod-service] module.prod.module.api-journeys.module.ecs-task.aws_appautoscaling_target.service_autoscaling: Refreshing state... [id=service/jfp-ecs-cluster-prod/api-journeys-prod-service] module.prod.module.datadog_aurora.aws_instance.datadog_aurora: Refreshing state... [id=i-00e5c3d50ba47acdd] module.prod.module.journeys-admin.module.ecs-task.aws_appautoscaling_target.service_autoscaling: Refreshing state... [id=service/jfp-ecs-cluster-prod/journeys-admin-prod-service] module.prod.module.api-analytics.module.ecs-task.aws_appautoscaling_target.service_autoscaling: Refreshing state... [id=service/jfp-ecs-cluster-prod/api-analytics-prod-service] module.prod.module.api-languages.module.ecs-task.aws_appautoscaling_target.service_autoscaling: Refreshing state... [id=service/jfp-ecs-cluster-prod/api-languages-prod-service] module.prod.module.api-gateway.module.ecs-task.aws_appautoscaling_target.service_autoscaling: Refreshing state... [id=service/jfp-ecs-cluster-prod/api-gateway-prod-service] module.stage.module.api-gateway-stage.module.ecs-task.aws_appautoscaling_policy.ecs_policy_cpu: Refreshing state... [id=jfp-cpu-autoscaling-stage] module.stage.module.api-gateway-stage.module.ecs-task.aws_appautoscaling_policy.ecs_policy_memory: Refreshing state... [id=jfp-memory-autoscaling-stage] module.prod.module.api-media.module.ecs-task.aws_appautoscaling_policy.ecs_policy_cpu: Refreshing state... [id=jfp-cpu-autoscaling-prod] module.prod.module.api-media.module.ecs-task.aws_appautoscaling_policy.ecs_policy_memory: Refreshing state... [id=jfp-memory-autoscaling-prod] module.stage.module.api-analytics.module.ecs-task.aws_appautoscaling_policy.ecs_policy_memory: Refreshing state... [id=jfp-memory-autoscaling-stage] module.stage.module.api-analytics.module.ecs-task.aws_appautoscaling_policy.ecs_policy_cpu: Refreshing state... [id=jfp-cpu-autoscaling-stage] module.stage.module.api-tags.module.ecs-task.aws_appautoscaling_policy.ecs_policy_memory: Refreshing state... [id=jfp-memory-autoscaling-stage] module.stage.module.api-tags.module.ecs-task.aws_appautoscaling_policy.ecs_policy_cpu: Refreshing state... [id=jfp-cpu-autoscaling-stage] module.stage.module.api-languages.module.ecs-task.aws_appautoscaling_policy.ecs_policy_cpu: Refreshing state... [id=jfp-cpu-autoscaling-stage] module.stage.module.api-languages.module.ecs-task.aws_appautoscaling_policy.ecs_policy_memory: Refreshing state... [id=jfp-memory-autoscaling-stage] module.prod.module.api-users.module.ecs-task.aws_appautoscaling_policy.ecs_policy_memory: Refreshing state... [id=jfp-memory-autoscaling-prod] module.stage.module.api-users.module.ecs-task.aws_appautoscaling_policy.ecs_policy_cpu: Refreshing state... [id=jfp-cpu-autoscaling-stage] module.prod.module.api-users.module.ecs-task.aws_appautoscaling_policy.ecs_policy_cpu: Refreshing state... [id=jfp-cpu-autoscaling-prod] module.stage.module.api-users.module.ecs-task.aws_appautoscaling_policy.ecs_policy_memory: Refreshing state... [id=jfp-memory-autoscaling-stage] module.stage.module.api-nexus.module.ecs-task.aws_appautoscaling_policy.ecs_policy_memory: Refreshing state... [id=jfp-memory-autoscaling-stage] module.stage.module.api-nexus.module.ecs-task.aws_appautoscaling_policy.ecs_policy_cpu: Refreshing state... [id=jfp-cpu-autoscaling-stage] module.prod.module.api-nexus.module.ecs-task.aws_appautoscaling_policy.ecs_policy_memory: Refreshing state... [id=jfp-memory-autoscaling-prod] module.prod.module.api-nexus.module.ecs-task.aws_appautoscaling_policy.ecs_policy_cpu: Refreshing state... [id=jfp-cpu-autoscaling-prod] module.prod.module.api-journeys.module.ecs-task.aws_appautoscaling_policy.ecs_policy_cpu: Refreshing state... [id=jfp-cpu-autoscaling-prod] module.prod.module.api-journeys.module.ecs-task.aws_appautoscaling_policy.ecs_policy_memory: Refreshing state... [id=jfp-memory-autoscaling-prod] module.prod.module.api-videos.module.ecs-task.aws_appautoscaling_policy.ecs_policy_memory: Refreshing state... [id=jfp-memory-autoscaling-prod] module.prod.module.api-tags.module.ecs-task.aws_appautoscaling_policy.ecs_policy_cpu: Refreshing state... [id=jfp-cpu-autoscaling-prod] module.prod.module.api-videos.module.ecs-task.aws_appautoscaling_policy.ecs_policy_cpu: Refreshing state... [id=jfp-cpu-autoscaling-prod] module.prod.module.api-tags.module.ecs-task.aws_appautoscaling_policy.ecs_policy_memory: Refreshing state... [id=jfp-memory-autoscaling-prod] module.prod.module.api-gateway.module.ecs-task.aws_appautoscaling_policy.ecs_policy_cpu: Refreshing state... [id=jfp-cpu-autoscaling-prod] module.prod.module.api-gateway.module.ecs-task.aws_appautoscaling_policy.ecs_policy_memory: Refreshing state... [id=jfp-memory-autoscaling-prod] module.prod.module.api-analytics.module.ecs-task.aws_appautoscaling_policy.ecs_policy_memory: Refreshing state... [id=jfp-memory-autoscaling-prod] module.prod.module.api-analytics.module.ecs-task.aws_appautoscaling_policy.ecs_policy_cpu: Refreshing state... [id=jfp-cpu-autoscaling-prod] module.prod.module.journeys-admin.module.ecs-task.aws_appautoscaling_policy.ecs_policy_cpu: Refreshing state... [id=jfp-cpu-autoscaling-prod] module.prod.module.journeys-admin.module.ecs-task.aws_appautoscaling_policy.ecs_policy_memory: Refreshing state... [id=jfp-memory-autoscaling-prod] module.stage.module.journeys-admin.module.ecs-task.aws_ecs_task_definition.ecs_task_definition: Refreshing state... [id=jfp-journeys-admin-stage] module.stage.module.journeys-admin.module.ecs-task.aws_ecs_service.ecs_service: Refreshing state... [id=arn:aws:ecs:us-east-2:410965620680:service/jfp-ecs-cluster-stage/journeys-admin-stage-service] module.stage.module.journeys-admin.module.ecs-task.aws_appautoscaling_target.service_autoscaling: Refreshing state... [id=service/jfp-ecs-cluster-stage/journeys-admin-stage-service] module.stage.module.journeys-admin.module.ecs-task.aws_appautoscaling_policy.ecs_policy_cpu: Refreshing state... [id=jfp-cpu-autoscaling-stage] module.stage.module.journeys-admin.module.ecs-task.aws_appautoscaling_policy.ecs_policy_memory: Refreshing state... [id=jfp-memory-autoscaling-stage] module.prod.module.api-languages.module.ecs-task.aws_appautoscaling_policy.ecs_policy_cpu: Refreshing state... [id=jfp-cpu-autoscaling-prod] module.prod.module.api-languages.module.ecs-task.aws_appautoscaling_policy.ecs_policy_memory: Refreshing state... [id=jfp-memory-autoscaling-prod] module.stage.module.api-videos.module.ecs-task.aws_ecs_task_definition.ecs_task_definition: Refreshing state... [id=jfp-api-videos-stage] module.stage.module.api-videos.module.ecs-task.aws_ecs_service.ecs_service: Refreshing state... [id=arn:aws:ecs:us-east-2:410965620680:service/jfp-ecs-cluster-stage/api-videos-stage-service] module.stage.module.api-videos.module.ecs-task.aws_appautoscaling_target.service_autoscaling: Refreshing state... [id=service/jfp-ecs-cluster-stage/api-videos-stage-service] module.stage.module.api-videos.module.ecs-task.aws_appautoscaling_policy.ecs_policy_memory: Refreshing state... [id=jfp-memory-autoscaling-stage] module.stage.module.api-videos.module.ecs-task.aws_appautoscaling_policy.ecs_policy_cpu: Refreshing state... [id=jfp-cpu-autoscaling-stage] module.stage.module.api-journeys.module.ecs-task.aws_ecs_task_definition.ecs_task_definition: Refreshing state... [id=jfp-api-journeys-stage] module.stage.module.api-journeys.module.ecs-task.aws_ecs_service.ecs_service: Refreshing state... [id=arn:aws:ecs:us-east-2:410965620680:service/jfp-ecs-cluster-stage/api-journeys-stage-service] module.stage.module.api-journeys.module.ecs-task.aws_appautoscaling_target.service_autoscaling: Refreshing state... [id=service/jfp-ecs-cluster-stage/api-journeys-stage-service] module.stage.module.api-journeys.module.ecs-task.aws_appautoscaling_policy.ecs_policy_memory: Refreshing state... [id=jfp-memory-autoscaling-stage] module.stage.module.api-journeys.module.ecs-task.aws_appautoscaling_policy.ecs_policy_cpu: Refreshing state... [id=jfp-cpu-autoscaling-stage] module.stage.module.api-media.module.ecs-task.aws_ecs_task_definition.ecs_task_definition: Refreshing state... [id=jfp-api-media-stage] module.stage.module.api-media.module.ecs-task.aws_ecs_service.ecs_service: Refreshing state... [id=arn:aws:ecs:us-east-2:410965620680:service/jfp-ecs-cluster-stage/api-media-stage-service] module.stage.module.api-media.module.ecs-task.aws_appautoscaling_target.service_autoscaling: Refreshing state... [id=service/jfp-ecs-cluster-stage/api-media-stage-service] module.stage.module.api-media.module.ecs-task.aws_appautoscaling_policy.ecs_policy_cpu: Refreshing state... [id=jfp-cpu-autoscaling-stage] module.stage.module.api-media.module.ecs-task.aws_appautoscaling_policy.ecs_policy_memory: Refreshing state... [id=jfp-memory-autoscaling-stage] Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols: + create ~ update in-place +/- create replacement and then destroy Terraform planned the following actions, but then encountered a problem: # module.prod.module.eks.aws_eks_node_group.this will be updated in-place ~ resource "aws_eks_node_group" "this" { id = "jfp-eks-prod:jfp-eks-node-group-prod" tags = {} # (16 unchanged attributes hidden) ~ scaling_config { ~ desired_size = 3 -> 2 ~ min_size = 3 -> 1 # (1 unchanged attribute hidden) } # (1 unchanged block hidden) } # module.prod.module.api-languages.module.ecs-task.aws_ecs_service.ecs_service will be updated in-place ~ resource "aws_ecs_service" "ecs_service" { id = "arn:aws:ecs:us-east-2:410965620680:service/jfp-ecs-cluster-prod/api-languages-prod-service" name = "api-languages-prod-service" tags = {} ~ task_definition = "arn:aws:ecs:us-east-2:410965620680:task-definition/jfp-api-languages-prod:32" -> (known after apply) # (15 unchanged attributes hidden) # (4 unchanged blocks hidden) } # module.prod.module.api-languages.module.ecs-task.aws_ecs_task_definition.ecs_task_definition must be replaced +/- resource "aws_ecs_task_definition" "ecs_task_definition" { ~ arn = "arn:aws:ecs:us-east-2:410965620680:task-definition/jfp-api-languages-prod:32" -> (known after apply) ~ arn_without_revision = "arn:aws:ecs:us-east-2:410965620680:task-definition/jfp-api-languages-prod" -> (known after apply) ~ container_definitions = jsonencode( [ - { - cpu = 1024 - environment = [ - { - name = "NODE_ENV" - value = "production" }, ] - essential = true - image = "410965620680.dkr.ecr.us-east-2.amazonaws.com/jfp-api-languages-prod:latest" - logConfiguration = { - logDriver = "awsfirelens" - options = { - Host = "http-intake.logs.datadoghq.com" - Name = "datadog" - TLS = "on" - compress = "gzip" - dd_service = "api-languages" - dd_source = "nestjs" - dd_tags = "env:prod" - provider = "ecs" - retry_limit = "2" } - secretOptions = [ - { - name = "apikey" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/terraform/prd/DATADOG_API_KEY" }, ] } - memory = 2048 - mountPoints = [] - name = "jfp-api-languages-prod-app" - portMappings = [ - { - containerPort = 4003 - hostPort = 4003 - protocol = "tcp" }, ] - secrets = [ - { - name = "ARCLIGHT_API_KEY" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/ecs/api-languages/prod/ARCLIGHT_API_KEY" }, - { - name = "ARCLIGHT_V3_URL" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/ecs/api-languages/prod/ARCLIGHT_V3_URL" }, - { - name = "PG_DATABASE_URL_LANGUAGES" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/ecs/api-languages/prod/PG_DATABASE_URL_LANGUAGES" }, - { - name = "WESS_API_TOKEN" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/ecs/api-languages/prod/WESS_API_TOKEN" }, - { - name = "DD_API_KEY" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/terraform/prd/DATADOG_API_KEY" }, ] - volumesFrom = [] }, - { - cpu = 0 - environment = [ - { - name = "DD_APM_ENABLED" - value = "true" }, - { - name = "DD_APM_NON_LOCAL_TRAFFIC" - value = "true" }, - { - name = "DD_DOGSTATSD_NON_LOCAL_TRAFFIC" - value = "true" }, - { - name = "DD_LOGS_INJECTION" - value = "true" }, - { - name = "DD_OTLP_CONFIG_RECEIVER_PROTOCOLS_GRPC_ENDPOINT" - value = "0.0.0.0:4317" }, - { - name = "DD_OTLP_CONFIG_RECEIVER_PROTOCOLS_HTTP_ENDPOINT" - value = "0.0.0.0:4318" }, - { - name = "DD_PROCESS_AGENT_ENABLED" - value = "true" }, - { - name = "DD_PROFILING_ENABLED" - value = "true" }, - { - name = "DD_RUNTIME_METRICS_ENABLED" - value = "true" }, - { - name = "DD_TAGS" - value = "env:prod app:api-languages" }, - { - name = "DD_TRACE_ANALYTICS_ENABLED" - value = "true" }, - { - name = "ECS_FARGATE" - value = "true" }, ] - essential = true - image = "public.ecr.aws/datadog/agent:latest" - logConfiguration = { - logDriver = "awslogs" - options = { - awslogs-group = "api-languages-prod-logs" - awslogs-region = "us-east-2" - awslogs-stream-prefix = "core" } } - memoryReservation = 128 - mountPoints = [] - name = "jfp-api-languages-prod-datadog-agent" - portMappings = [ - { - containerPort = 8125 - hostPort = 8125 - protocol = "udp" }, ] - secrets = [ - { - name = "DD_API_KEY" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/terraform/prd/DATADOG_API_KEY" }, ] - volumesFrom = [] }, - { - cpu = 0 - environment = [] - essential = true - firelensConfiguration = { - options = { - config-file-type = "file" - config-file-value = "/fluent-bit/configs/parse-json.conf" - enable-ecs-log-metadata = "true" } - type = "fluentbit" } - image = "amazon/aws-for-fluent-bit:stable" - logConfiguration = { - logDriver = "awslogs" - options = { - awslogs-group = "api-languages-prod-logs" - awslogs-region = "us-east-2" - awslogs-stream-prefix = "core" } } - memoryReservation = 100 - mountPoints = [] - name = "jfp-api-languages-prod-log-router" - portMappings = [] - user = "0" - volumesFrom = [] }, ] # forces replacement ) -> (known after apply) # forces replacement ~ id = "jfp-api-languages-prod" -> (known after apply) ~ revision = 32 -> (known after apply) - tags = {} -> null ~ tags_all = {} -> (known after apply) # (10 unchanged attributes hidden) } # module.prod.module.api-languages.module.ecs-task.aws_ssm_parameter.parameters["BIG_QUERY_APPLICATION_JSON"] will be created + resource "aws_ssm_parameter" "parameters" { + arn = (known after apply) + data_type = (known after apply) + id = (known after apply) + insecure_value = (known after apply) + key_id = (known after apply) + name = "/ecs/api-languages/prod/BIG_QUERY_APPLICATION_JSON" + overwrite = true + tags = { + "name" = "BIG_QUERY_APPLICATION_JSON" } + tags_all = { + "name" = "BIG_QUERY_APPLICATION_JSON" } + tier = (known after apply) + type = "SecureString" + value = (sensitive value) + version = (known after apply) } # module.prod.module.api-languages.module.ecs-task.aws_ssm_parameter.parameters["REDIS_URL"] will be created + resource "aws_ssm_parameter" "parameters" { + arn = (known after apply) + data_type = (known after apply) + id = (known after apply) + insecure_value = (known after apply) + key_id = (known after apply) + name = "/ecs/api-languages/prod/REDIS_URL" + overwrite = true + tags = { + "name" = "REDIS_URL" } + tags_all = { + "name" = "REDIS_URL" } + tier = (known after apply) + type = "SecureString" + value = (sensitive value) + version = (known after apply) } # module.stage.module.api-languages.module.ecs-task.aws_ecs_service.ecs_service will be updated in-place ~ resource "aws_ecs_service" "ecs_service" { id = "arn:aws:ecs:us-east-2:410965620680:service/jfp-ecs-cluster-stage/api-languages-stage-service" name = "api-languages-stage-service" tags = {} ~ task_definition = "arn:aws:ecs:us-east-2:410965620680:task-definition/jfp-api-languages-stage:22" -> (known after apply) # (15 unchanged attributes hidden) # (5 unchanged blocks hidden) } # module.stage.module.api-languages.module.ecs-task.aws_ecs_task_definition.ecs_task_definition must be replaced +/- resource "aws_ecs_task_definition" "ecs_task_definition" { ~ arn = "arn:aws:ecs:us-east-2:410965620680:task-definition/jfp-api-languages-stage:22" -> (known after apply) ~ arn_without_revision = "arn:aws:ecs:us-east-2:410965620680:task-definition/jfp-api-languages-stage" -> (known after apply) ~ container_definitions = jsonencode( [ - { - cpu = 1024 - environment = [ - { - name = "NODE_ENV" - value = "production" }, ] - essential = true - image = "410965620680.dkr.ecr.us-east-2.amazonaws.com/jfp-api-languages-stage:latest" - logConfiguration = { - logDriver = "awsfirelens" - options = { - Host = "http-intake.logs.datadoghq.com" - Name = "datadog" - TLS = "on" - compress = "gzip" - dd_service = "api-languages" - dd_source = "nestjs" - dd_tags = "env:stage" - provider = "ecs" - retry_limit = "2" } - secretOptions = [ - { - name = "apikey" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/terraform/prd/DATADOG_API_KEY" }, ] } - memory = 2048 - mountPoints = [] - name = "jfp-api-languages-stage-app" - portMappings = [ - { - containerPort = 4003 - hostPort = 4003 - protocol = "tcp" }, ] - secrets = [ - { - name = "ARCLIGHT_API_KEY" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/ecs/api-languages/stage/ARCLIGHT_API_KEY" }, - { - name = "ARCLIGHT_V3_URL" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/ecs/api-languages/stage/ARCLIGHT_V3_URL" }, - { - name = "PG_DATABASE_URL_LANGUAGES" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/ecs/api-languages/stage/PG_DATABASE_URL_LANGUAGES" }, - { - name = "WESS_API_TOKEN" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/ecs/api-languages/stage/WESS_API_TOKEN" }, - { - name = "DD_API_KEY" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/terraform/prd/DATADOG_API_KEY" }, ] - systemControls = [] - volumesFrom = [] }, - { - cpu = 0 - environment = [ - { - name = "DD_APM_ENABLED" - value = "true" }, - { - name = "DD_APM_NON_LOCAL_TRAFFIC" - value = "true" }, - { - name = "DD_DOGSTATSD_NON_LOCAL_TRAFFIC" - value = "true" }, - { - name = "DD_LOGS_INJECTION" - value = "true" }, - { - name = "DD_OTLP_CONFIG_RECEIVER_PROTOCOLS_GRPC_ENDPOINT" - value = "0.0.0.0:4317" }, - { - name = "DD_OTLP_CONFIG_RECEIVER_PROTOCOLS_HTTP_ENDPOINT" - value = "0.0.0.0:4318" }, - { - name = "DD_PROCESS_AGENT_ENABLED" - value = "true" }, - { - name = "DD_PROFILING_ENABLED" - value = "true" }, - { - name = "DD_RUNTIME_METRICS_ENABLED" - value = "true" }, - { - name = "DD_TAGS" - value = "env:stage app:api-languages" }, - { - name = "DD_TRACE_ANALYTICS_ENABLED" - value = "true" }, - { - name = "ECS_FARGATE" - value = "true" }, ] - essential = true - image = "public.ecr.aws/datadog/agent:latest" - logConfiguration = { - logDriver = "awslogs" - options = { - awslogs-group = "api-languages-stage-logs" - awslogs-region = "us-east-2" - awslogs-stream-prefix = "core" } } - memoryReservation = 128 - mountPoints = [] - name = "jfp-api-languages-stage-datadog-agent" - portMappings = [ - { - containerPort = 8125 - hostPort = 8125 - protocol = "udp" }, ] - secrets = [ - { - name = "DD_API_KEY" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/terraform/prd/DATADOG_API_KEY" }, ] - systemControls = [] - volumesFrom = [] }, - { - cpu = 0 - environment = [] - essential = true - firelensConfiguration = { - options = { - config-file-type = "file" - config-file-value = "/fluent-bit/configs/parse-json.conf" - enable-ecs-log-metadata = "true" } - type = "fluentbit" } - image = "amazon/aws-for-fluent-bit:stable" - logConfiguration = { - logDriver = "awslogs" - options = { - awslogs-group = "api-languages-stage-logs" - awslogs-region = "us-east-2" - awslogs-stream-prefix = "core" } } - memoryReservation = 100 - mountPoints = [] - name = "jfp-api-languages-stage-log-router" - portMappings = [] - systemControls = [] - user = "0" - volumesFrom = [] }, ] # forces replacement ) -> (known after apply) # forces replacement ~ id = "jfp-api-languages-stage" -> (known after apply) ~ revision = 22 -> (known after apply) - tags = {} -> null ~ tags_all = {} -> (known after apply) # (10 unchanged attributes hidden) } # module.stage.module.api-languages.module.ecs-task.aws_ssm_parameter.parameters["BIG_QUERY_APPLICATION_JSON"] will be created + resource "aws_ssm_parameter" "parameters" { + arn = (known after apply) + data_type = (known after apply) + id = (known after apply) + insecure_value = (known after apply) + key_id = (known after apply) + name = "/ecs/api-languages/stage/BIG_QUERY_APPLICATION_JSON" + overwrite = true + tags = { + "name" = "BIG_QUERY_APPLICATION_JSON" } + tags_all = { + "name" = "BIG_QUERY_APPLICATION_JSON" } + tier = (known after apply) + type = "SecureString" + value = (sensitive value) + version = (known after apply) } # module.stage.module.api-languages.module.ecs-task.aws_ssm_parameter.parameters["REDIS_URL"] will be created + resource "aws_ssm_parameter" "parameters" { + arn = (known after apply) + data_type = (known after apply) + id = (known after apply) + insecure_value = (known after apply) + key_id = (known after apply) + name = "/ecs/api-languages/stage/REDIS_URL" + overwrite = true + tags = { + "name" = "REDIS_URL" } + tags_all = { + "name" = "REDIS_URL" } + tier = (known after apply) + type = "SecureString" + value = (sensitive value) + version = (known after apply) } Plan: 6 to add, 3 to change, 2 to destroy. ╷ │ Error: Invalid function argument │ │ on modules/aws/ec2-dd-agent-aurora/main.tf line 8, in resource "aws_instance" "datadog_aurora": │ 8: user_data = templatefile("${path.module}/startup.sh", { │ 9: datadog_api_key = data.aws_ssm_parameter.datadog_api_key.value │ 10: postgres_instances = <


Warning: Output length greater than max comment size. Continued in next comment.

jesus-film-bot commented 6 months ago

Continued plan output from previous comment.

Show Output ```diff 8: - 'dbinstanceidentifier:${v.db_instance_name}' │ 19: %{endfor~} │ 20: EOT │ 21: }) │ ├──────────────── │ │ while calling templatefile(path, vars) │ │ path.module is "modules/aws/ec2-dd-agent-aurora" │ │ Invalid value for "path" parameter: no file exists at │ "modules/aws/ec2-dd-agent-aurora/startup.sh"; this function works only with │ files that are distributed as part of the configuration source code, so if │ this file will be created by a resource in this configuration you must │ instead obtain this result from an attribute of that resource. ╵ ```
jesus-film-bot commented 6 months ago

Ran Plan for dir: infrastructure workspace: default

Show Output ```diff Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols: + create ~ update in-place +/- create replacement and then destroy Terraform will perform the following actions: # module.prod.module.eks.aws_eks_node_group.this will be updated in-place ~ resource "aws_eks_node_group" "this" { id = "jfp-eks-prod:jfp-eks-node-group-prod" tags = {} # (16 unchanged attributes hidden) ~ scaling_config { ~ desired_size = 3 -> 2 ~ min_size = 3 -> 1 # (1 unchanged attribute hidden) } # (1 unchanged block hidden) } # module.prod.module.api-languages.module.ecs-task.aws_ecs_service.ecs_service will be updated in-place ~ resource "aws_ecs_service" "ecs_service" { id = "arn:aws:ecs:us-east-2:410965620680:service/jfp-ecs-cluster-prod/api-languages-prod-service" name = "api-languages-prod-service" tags = {} ~ task_definition = "arn:aws:ecs:us-east-2:410965620680:task-definition/jfp-api-languages-prod:32" -> (known after apply) # (15 unchanged attributes hidden) # (4 unchanged blocks hidden) } # module.prod.module.api-languages.module.ecs-task.aws_ecs_task_definition.ecs_task_definition must be replaced +/- resource "aws_ecs_task_definition" "ecs_task_definition" { ~ arn = "arn:aws:ecs:us-east-2:410965620680:task-definition/jfp-api-languages-prod:32" -> (known after apply) ~ arn_without_revision = "arn:aws:ecs:us-east-2:410965620680:task-definition/jfp-api-languages-prod" -> (known after apply) ~ container_definitions = jsonencode( [ - { - cpu = 1024 - environment = [ - { - name = "NODE_ENV" - value = "production" }, ] - essential = true - image = "410965620680.dkr.ecr.us-east-2.amazonaws.com/jfp-api-languages-prod:latest" - logConfiguration = { - logDriver = "awsfirelens" - options = { - Host = "http-intake.logs.datadoghq.com" - Name = "datadog" - TLS = "on" - compress = "gzip" - dd_service = "api-languages" - dd_source = "nestjs" - dd_tags = "env:prod" - provider = "ecs" - retry_limit = "2" } - secretOptions = [ - { - name = "apikey" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/terraform/prd/DATADOG_API_KEY" }, ] } - memory = 2048 - mountPoints = [] - name = "jfp-api-languages-prod-app" - portMappings = [ - { - containerPort = 4003 - hostPort = 4003 - protocol = "tcp" }, ] - secrets = [ - { - name = "ARCLIGHT_API_KEY" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/ecs/api-languages/prod/ARCLIGHT_API_KEY" }, - { - name = "ARCLIGHT_V3_URL" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/ecs/api-languages/prod/ARCLIGHT_V3_URL" }, - { - name = "PG_DATABASE_URL_LANGUAGES" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/ecs/api-languages/prod/PG_DATABASE_URL_LANGUAGES" }, - { - name = "WESS_API_TOKEN" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/ecs/api-languages/prod/WESS_API_TOKEN" }, - { - name = "DD_API_KEY" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/terraform/prd/DATADOG_API_KEY" }, ] - volumesFrom = [] }, - { - cpu = 0 - environment = [ - { - name = "DD_APM_ENABLED" - value = "true" }, - { - name = "DD_APM_NON_LOCAL_TRAFFIC" - value = "true" }, - { - name = "DD_DOGSTATSD_NON_LOCAL_TRAFFIC" - value = "true" }, - { - name = "DD_LOGS_INJECTION" - value = "true" }, - { - name = "DD_OTLP_CONFIG_RECEIVER_PROTOCOLS_GRPC_ENDPOINT" - value = "0.0.0.0:4317" }, - { - name = "DD_OTLP_CONFIG_RECEIVER_PROTOCOLS_HTTP_ENDPOINT" - value = "0.0.0.0:4318" }, - { - name = "DD_PROCESS_AGENT_ENABLED" - value = "true" }, - { - name = "DD_PROFILING_ENABLED" - value = "true" }, - { - name = "DD_RUNTIME_METRICS_ENABLED" - value = "true" }, - { - name = "DD_TAGS" - value = "env:prod app:api-languages" }, - { - name = "DD_TRACE_ANALYTICS_ENABLED" - value = "true" }, - { - name = "ECS_FARGATE" - value = "true" }, ] - essential = true - image = "public.ecr.aws/datadog/agent:latest" - logConfiguration = { - logDriver = "awslogs" - options = { - awslogs-group = "api-languages-prod-logs" - awslogs-region = "us-east-2" - awslogs-stream-prefix = "core" } } - memoryReservation = 128 - mountPoints = [] - name = "jfp-api-languages-prod-datadog-agent" - portMappings = [ - { - containerPort = 8125 - hostPort = 8125 - protocol = "udp" }, ] - secrets = [ - { - name = "DD_API_KEY" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/terraform/prd/DATADOG_API_KEY" }, ] - volumesFrom = [] }, - { - cpu = 0 - environment = [] - essential = true - firelensConfiguration = { - options = { - config-file-type = "file" - config-file-value = "/fluent-bit/configs/parse-json.conf" - enable-ecs-log-metadata = "true" } - type = "fluentbit" } - image = "amazon/aws-for-fluent-bit:stable" - logConfiguration = { - logDriver = "awslogs" - options = { - awslogs-group = "api-languages-prod-logs" - awslogs-region = "us-east-2" - awslogs-stream-prefix = "core" } } - memoryReservation = 100 - mountPoints = [] - name = "jfp-api-languages-prod-log-router" - portMappings = [] - user = "0" - volumesFrom = [] }, ] # forces replacement ) -> (known after apply) # forces replacement ~ id = "jfp-api-languages-prod" -> (known after apply) ~ revision = 32 -> (known after apply) - tags = {} -> null ~ tags_all = {} -> (known after apply) # (10 unchanged attributes hidden) } # module.prod.module.api-languages.module.ecs-task.aws_ssm_parameter.parameters["BIG_QUERY_APPLICATION_JSON"] will be created + resource "aws_ssm_parameter" "parameters" { + arn = (known after apply) + data_type = (known after apply) + id = (known after apply) + insecure_value = (known after apply) + key_id = (known after apply) + name = "/ecs/api-languages/prod/BIG_QUERY_APPLICATION_JSON" + overwrite = true + tags = { + "name" = "BIG_QUERY_APPLICATION_JSON" } + tags_all = { + "name" = "BIG_QUERY_APPLICATION_JSON" } + tier = (known after apply) + type = "SecureString" + value = (sensitive value) + version = (known after apply) } # module.prod.module.api-languages.module.ecs-task.aws_ssm_parameter.parameters["REDIS_URL"] will be created + resource "aws_ssm_parameter" "parameters" { + arn = (known after apply) + data_type = (known after apply) + id = (known after apply) + insecure_value = (known after apply) + key_id = (known after apply) + name = "/ecs/api-languages/prod/REDIS_URL" + overwrite = true + tags = { + "name" = "REDIS_URL" } + tags_all = { + "name" = "REDIS_URL" } + tier = (known after apply) + type = "SecureString" + value = (sensitive value) + version = (known after apply) } # module.stage.module.api-languages.module.ecs-task.aws_ecs_service.ecs_service will be updated in-place ~ resource "aws_ecs_service" "ecs_service" { id = "arn:aws:ecs:us-east-2:410965620680:service/jfp-ecs-cluster-stage/api-languages-stage-service" name = "api-languages-stage-service" tags = {} ~ task_definition = "arn:aws:ecs:us-east-2:410965620680:task-definition/jfp-api-languages-stage:22" -> (known after apply) # (15 unchanged attributes hidden) # (5 unchanged blocks hidden) } # module.stage.module.api-languages.module.ecs-task.aws_ecs_task_definition.ecs_task_definition must be replaced +/- resource "aws_ecs_task_definition" "ecs_task_definition" { ~ arn = "arn:aws:ecs:us-east-2:410965620680:task-definition/jfp-api-languages-stage:22" -> (known after apply) ~ arn_without_revision = "arn:aws:ecs:us-east-2:410965620680:task-definition/jfp-api-languages-stage" -> (known after apply) ~ container_definitions = jsonencode( [ - { - cpu = 1024 - environment = [ - { - name = "NODE_ENV" - value = "production" }, ] - essential = true - image = "410965620680.dkr.ecr.us-east-2.amazonaws.com/jfp-api-languages-stage:latest" - logConfiguration = { - logDriver = "awsfirelens" - options = { - Host = "http-intake.logs.datadoghq.com" - Name = "datadog" - TLS = "on" - compress = "gzip" - dd_service = "api-languages" - dd_source = "nestjs" - dd_tags = "env:stage" - provider = "ecs" - retry_limit = "2" } - secretOptions = [ - { - name = "apikey" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/terraform/prd/DATADOG_API_KEY" }, ] } - memory = 2048 - mountPoints = [] - name = "jfp-api-languages-stage-app" - portMappings = [ - { - containerPort = 4003 - hostPort = 4003 - protocol = "tcp" }, ] - secrets = [ - { - name = "ARCLIGHT_API_KEY" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/ecs/api-languages/stage/ARCLIGHT_API_KEY" }, - { - name = "ARCLIGHT_V3_URL" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/ecs/api-languages/stage/ARCLIGHT_V3_URL" }, - { - name = "PG_DATABASE_URL_LANGUAGES" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/ecs/api-languages/stage/PG_DATABASE_URL_LANGUAGES" }, - { - name = "WESS_API_TOKEN" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/ecs/api-languages/stage/WESS_API_TOKEN" }, - { - name = "DD_API_KEY" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/terraform/prd/DATADOG_API_KEY" }, ] - systemControls = [] - volumesFrom = [] }, - { - cpu = 0 - environment = [ - { - name = "DD_APM_ENABLED" - value = "true" }, - { - name = "DD_APM_NON_LOCAL_TRAFFIC" - value = "true" }, - { - name = "DD_DOGSTATSD_NON_LOCAL_TRAFFIC" - value = "true" }, - { - name = "DD_LOGS_INJECTION" - value = "true" }, - { - name = "DD_OTLP_CONFIG_RECEIVER_PROTOCOLS_GRPC_ENDPOINT" - value = "0.0.0.0:4317" }, - { - name = "DD_OTLP_CONFIG_RECEIVER_PROTOCOLS_HTTP_ENDPOINT" - value = "0.0.0.0:4318" }, - { - name = "DD_PROCESS_AGENT_ENABLED" - value = "true" }, - { - name = "DD_PROFILING_ENABLED" - value = "true" }, - { - name = "DD_RUNTIME_METRICS_ENABLED" - value = "true" }, - { - name = "DD_TAGS" - value = "env:stage app:api-languages" }, - { - name = "DD_TRACE_ANALYTICS_ENABLED" - value = "true" }, - { - name = "ECS_FARGATE" - value = "true" }, ] - essential = true - image = "public.ecr.aws/datadog/agent:latest" - logConfiguration = { - logDriver = "awslogs" - options = { - awslogs-group = "api-languages-stage-logs" - awslogs-region = "us-east-2" - awslogs-stream-prefix = "core" } } - memoryReservation = 128 - mountPoints = [] - name = "jfp-api-languages-stage-datadog-agent" - portMappings = [ - { - containerPort = 8125 - hostPort = 8125 - protocol = "udp" }, ] - secrets = [ - { - name = "DD_API_KEY" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/terraform/prd/DATADOG_API_KEY" }, ] - systemControls = [] - volumesFrom = [] }, - { - cpu = 0 - environment = [] - essential = true - firelensConfiguration = { - options = { - config-file-type = "file" - config-file-value = "/fluent-bit/configs/parse-json.conf" - enable-ecs-log-metadata = "true" } - type = "fluentbit" } - image = "amazon/aws-for-fluent-bit:stable" - logConfiguration = { - logDriver = "awslogs" - options = { - awslogs-group = "api-languages-stage-logs" - awslogs-region = "us-east-2" - awslogs-stream-prefix = "core" } } - memoryReservation = 100 - mountPoints = [] - name = "jfp-api-languages-stage-log-router" - portMappings = [] - systemControls = [] - user = "0" - volumesFrom = [] }, ] # forces replacement ) -> (known after apply) # forces replacement ~ id = "jfp-api-languages-stage" -> (known after apply) ~ revision = 22 -> (known after apply) - tags = {} -> null ~ tags_all = {} -> (known after apply) # (10 unchanged attributes hidden) } # module.stage.module.api-languages.module.ecs-task.aws_ssm_parameter.parameters["BIG_QUERY_APPLICATION_JSON"] will be created + resource "aws_ssm_parameter" "parameters" { + arn = (known after apply) + data_type = (known after apply) + id = (known after apply) + insecure_value = (known after apply) + key_id = (known after apply) + name = "/ecs/api-languages/stage/BIG_QUERY_APPLICATION_JSON" + overwrite = true + tags = { + "name" = "BIG_QUERY_APPLICATION_JSON" } + tags_all = { + "name" = "BIG_QUERY_APPLICATION_JSON" } + tier = (known after apply) + type = "SecureString" + value = (sensitive value) + version = (known after apply) } # module.stage.module.api-languages.module.ecs-task.aws_ssm_parameter.parameters["REDIS_URL"] will be created + resource "aws_ssm_parameter" "parameters" { + arn = (known after apply) + data_type = (known after apply) + id = (known after apply) + insecure_value = (known after apply) + key_id = (known after apply) + name = "/ecs/api-languages/stage/REDIS_URL" + overwrite = true + tags = { + "name" = "REDIS_URL" } + tags_all = { + "name" = "REDIS_URL" } + tier = (known after apply) + type = "SecureString" + value = (sensitive value) + version = (known after apply) } Plan: 6 to add, 3 to change, 2 to destroy. ```

jesus-film-bot commented 6 months ago

Ran Plan for dir: infrastructure workspace: default

Show Output ```diff Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols: + create ~ update in-place +/- create replacement and then destroy Terraform will perform the following actions: # module.prod.module.eks.aws_eks_node_group.this will be updated in-place ~ resource "aws_eks_node_group" "this" { id = "jfp-eks-prod:jfp-eks-node-group-prod" tags = {} # (16 unchanged attributes hidden) ~ scaling_config { ~ desired_size = 3 -> 2 ~ min_size = 3 -> 1 # (1 unchanged attribute hidden) } # (1 unchanged block hidden) } # module.prod.module.api-languages.module.ecs-task.aws_ecs_service.ecs_service will be updated in-place ~ resource "aws_ecs_service" "ecs_service" { id = "arn:aws:ecs:us-east-2:410965620680:service/jfp-ecs-cluster-prod/api-languages-prod-service" name = "api-languages-prod-service" tags = {} ~ task_definition = "arn:aws:ecs:us-east-2:410965620680:task-definition/jfp-api-languages-prod:32" -> (known after apply) # (15 unchanged attributes hidden) # (4 unchanged blocks hidden) } # module.prod.module.api-languages.module.ecs-task.aws_ecs_task_definition.ecs_task_definition must be replaced +/- resource "aws_ecs_task_definition" "ecs_task_definition" { ~ arn = "arn:aws:ecs:us-east-2:410965620680:task-definition/jfp-api-languages-prod:32" -> (known after apply) ~ arn_without_revision = "arn:aws:ecs:us-east-2:410965620680:task-definition/jfp-api-languages-prod" -> (known after apply) ~ container_definitions = jsonencode( [ - { - cpu = 1024 - environment = [ - { - name = "NODE_ENV" - value = "production" }, ] - essential = true - image = "410965620680.dkr.ecr.us-east-2.amazonaws.com/jfp-api-languages-prod:latest" - logConfiguration = { - logDriver = "awsfirelens" - options = { - Host = "http-intake.logs.datadoghq.com" - Name = "datadog" - TLS = "on" - compress = "gzip" - dd_service = "api-languages" - dd_source = "nestjs" - dd_tags = "env:prod" - provider = "ecs" - retry_limit = "2" } - secretOptions = [ - { - name = "apikey" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/terraform/prd/DATADOG_API_KEY" }, ] } - memory = 2048 - mountPoints = [] - name = "jfp-api-languages-prod-app" - portMappings = [ - { - containerPort = 4003 - hostPort = 4003 - protocol = "tcp" }, ] - secrets = [ - { - name = "ARCLIGHT_API_KEY" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/ecs/api-languages/prod/ARCLIGHT_API_KEY" }, - { - name = "ARCLIGHT_V3_URL" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/ecs/api-languages/prod/ARCLIGHT_V3_URL" }, - { - name = "PG_DATABASE_URL_LANGUAGES" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/ecs/api-languages/prod/PG_DATABASE_URL_LANGUAGES" }, - { - name = "WESS_API_TOKEN" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/ecs/api-languages/prod/WESS_API_TOKEN" }, - { - name = "DD_API_KEY" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/terraform/prd/DATADOG_API_KEY" }, ] - volumesFrom = [] }, - { - cpu = 0 - environment = [ - { - name = "DD_APM_ENABLED" - value = "true" }, - { - name = "DD_APM_NON_LOCAL_TRAFFIC" - value = "true" }, - { - name = "DD_DOGSTATSD_NON_LOCAL_TRAFFIC" - value = "true" }, - { - name = "DD_LOGS_INJECTION" - value = "true" }, - { - name = "DD_OTLP_CONFIG_RECEIVER_PROTOCOLS_GRPC_ENDPOINT" - value = "0.0.0.0:4317" }, - { - name = "DD_OTLP_CONFIG_RECEIVER_PROTOCOLS_HTTP_ENDPOINT" - value = "0.0.0.0:4318" }, - { - name = "DD_PROCESS_AGENT_ENABLED" - value = "true" }, - { - name = "DD_PROFILING_ENABLED" - value = "true" }, - { - name = "DD_RUNTIME_METRICS_ENABLED" - value = "true" }, - { - name = "DD_TAGS" - value = "env:prod app:api-languages" }, - { - name = "DD_TRACE_ANALYTICS_ENABLED" - value = "true" }, - { - name = "ECS_FARGATE" - value = "true" }, ] - essential = true - image = "public.ecr.aws/datadog/agent:latest" - logConfiguration = { - logDriver = "awslogs" - options = { - awslogs-group = "api-languages-prod-logs" - awslogs-region = "us-east-2" - awslogs-stream-prefix = "core" } } - memoryReservation = 128 - mountPoints = [] - name = "jfp-api-languages-prod-datadog-agent" - portMappings = [ - { - containerPort = 8125 - hostPort = 8125 - protocol = "udp" }, ] - secrets = [ - { - name = "DD_API_KEY" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/terraform/prd/DATADOG_API_KEY" }, ] - volumesFrom = [] }, - { - cpu = 0 - environment = [] - essential = true - firelensConfiguration = { - options = { - config-file-type = "file" - config-file-value = "/fluent-bit/configs/parse-json.conf" - enable-ecs-log-metadata = "true" } - type = "fluentbit" } - image = "amazon/aws-for-fluent-bit:stable" - logConfiguration = { - logDriver = "awslogs" - options = { - awslogs-group = "api-languages-prod-logs" - awslogs-region = "us-east-2" - awslogs-stream-prefix = "core" } } - memoryReservation = 100 - mountPoints = [] - name = "jfp-api-languages-prod-log-router" - portMappings = [] - user = "0" - volumesFrom = [] }, ] # forces replacement ) -> (known after apply) # forces replacement ~ id = "jfp-api-languages-prod" -> (known after apply) ~ revision = 32 -> (known after apply) - tags = {} -> null ~ tags_all = {} -> (known after apply) # (10 unchanged attributes hidden) } # module.prod.module.api-languages.module.ecs-task.aws_ssm_parameter.parameters["BIG_QUERY_APPLICATION_JSON"] will be created + resource "aws_ssm_parameter" "parameters" { + arn = (known after apply) + data_type = (known after apply) + id = (known after apply) + insecure_value = (known after apply) + key_id = (known after apply) + name = "/ecs/api-languages/prod/BIG_QUERY_APPLICATION_JSON" + overwrite = true + tags = { + "name" = "BIG_QUERY_APPLICATION_JSON" } + tags_all = { + "name" = "BIG_QUERY_APPLICATION_JSON" } + tier = (known after apply) + type = "SecureString" + value = (sensitive value) + version = (known after apply) } # module.prod.module.api-languages.module.ecs-task.aws_ssm_parameter.parameters["REDIS_URL"] will be created + resource "aws_ssm_parameter" "parameters" { + arn = (known after apply) + data_type = (known after apply) + id = (known after apply) + insecure_value = (known after apply) + key_id = (known after apply) + name = "/ecs/api-languages/prod/REDIS_URL" + overwrite = true + tags = { + "name" = "REDIS_URL" } + tags_all = { + "name" = "REDIS_URL" } + tier = (known after apply) + type = "SecureString" + value = (sensitive value) + version = (known after apply) } # module.stage.module.api-languages.module.ecs-task.aws_ecs_service.ecs_service will be updated in-place ~ resource "aws_ecs_service" "ecs_service" { id = "arn:aws:ecs:us-east-2:410965620680:service/jfp-ecs-cluster-stage/api-languages-stage-service" name = "api-languages-stage-service" tags = {} ~ task_definition = "arn:aws:ecs:us-east-2:410965620680:task-definition/jfp-api-languages-stage:22" -> (known after apply) # (15 unchanged attributes hidden) # (5 unchanged blocks hidden) } # module.stage.module.api-languages.module.ecs-task.aws_ecs_task_definition.ecs_task_definition must be replaced +/- resource "aws_ecs_task_definition" "ecs_task_definition" { ~ arn = "arn:aws:ecs:us-east-2:410965620680:task-definition/jfp-api-languages-stage:22" -> (known after apply) ~ arn_without_revision = "arn:aws:ecs:us-east-2:410965620680:task-definition/jfp-api-languages-stage" -> (known after apply) ~ container_definitions = jsonencode( [ - { - cpu = 1024 - environment = [ - { - name = "NODE_ENV" - value = "production" }, ] - essential = true - image = "410965620680.dkr.ecr.us-east-2.amazonaws.com/jfp-api-languages-stage:latest" - logConfiguration = { - logDriver = "awsfirelens" - options = { - Host = "http-intake.logs.datadoghq.com" - Name = "datadog" - TLS = "on" - compress = "gzip" - dd_service = "api-languages" - dd_source = "nestjs" - dd_tags = "env:stage" - provider = "ecs" - retry_limit = "2" } - secretOptions = [ - { - name = "apikey" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/terraform/prd/DATADOG_API_KEY" }, ] } - memory = 2048 - mountPoints = [] - name = "jfp-api-languages-stage-app" - portMappings = [ - { - containerPort = 4003 - hostPort = 4003 - protocol = "tcp" }, ] - secrets = [ - { - name = "ARCLIGHT_API_KEY" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/ecs/api-languages/stage/ARCLIGHT_API_KEY" }, - { - name = "ARCLIGHT_V3_URL" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/ecs/api-languages/stage/ARCLIGHT_V3_URL" }, - { - name = "PG_DATABASE_URL_LANGUAGES" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/ecs/api-languages/stage/PG_DATABASE_URL_LANGUAGES" }, - { - name = "WESS_API_TOKEN" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/ecs/api-languages/stage/WESS_API_TOKEN" }, - { - name = "DD_API_KEY" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/terraform/prd/DATADOG_API_KEY" }, ] - systemControls = [] - volumesFrom = [] }, - { - cpu = 0 - environment = [ - { - name = "DD_APM_ENABLED" - value = "true" }, - { - name = "DD_APM_NON_LOCAL_TRAFFIC" - value = "true" }, - { - name = "DD_DOGSTATSD_NON_LOCAL_TRAFFIC" - value = "true" }, - { - name = "DD_LOGS_INJECTION" - value = "true" }, - { - name = "DD_OTLP_CONFIG_RECEIVER_PROTOCOLS_GRPC_ENDPOINT" - value = "0.0.0.0:4317" }, - { - name = "DD_OTLP_CONFIG_RECEIVER_PROTOCOLS_HTTP_ENDPOINT" - value = "0.0.0.0:4318" }, - { - name = "DD_PROCESS_AGENT_ENABLED" - value = "true" }, - { - name = "DD_PROFILING_ENABLED" - value = "true" }, - { - name = "DD_RUNTIME_METRICS_ENABLED" - value = "true" }, - { - name = "DD_TAGS" - value = "env:stage app:api-languages" }, - { - name = "DD_TRACE_ANALYTICS_ENABLED" - value = "true" }, - { - name = "ECS_FARGATE" - value = "true" }, ] - essential = true - image = "public.ecr.aws/datadog/agent:latest" - logConfiguration = { - logDriver = "awslogs" - options = { - awslogs-group = "api-languages-stage-logs" - awslogs-region = "us-east-2" - awslogs-stream-prefix = "core" } } - memoryReservation = 128 - mountPoints = [] - name = "jfp-api-languages-stage-datadog-agent" - portMappings = [ - { - containerPort = 8125 - hostPort = 8125 - protocol = "udp" }, ] - secrets = [ - { - name = "DD_API_KEY" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/terraform/prd/DATADOG_API_KEY" }, ] - systemControls = [] - volumesFrom = [] }, - { - cpu = 0 - environment = [] - essential = true - firelensConfiguration = { - options = { - config-file-type = "file" - config-file-value = "/fluent-bit/configs/parse-json.conf" - enable-ecs-log-metadata = "true" } - type = "fluentbit" } - image = "amazon/aws-for-fluent-bit:stable" - logConfiguration = { - logDriver = "awslogs" - options = { - awslogs-group = "api-languages-stage-logs" - awslogs-region = "us-east-2" - awslogs-stream-prefix = "core" } } - memoryReservation = 100 - mountPoints = [] - name = "jfp-api-languages-stage-log-router" - portMappings = [] - systemControls = [] - user = "0" - volumesFrom = [] }, ] # forces replacement ) -> (known after apply) # forces replacement ~ id = "jfp-api-languages-stage" -> (known after apply) ~ revision = 22 -> (known after apply) - tags = {} -> null ~ tags_all = {} -> (known after apply) # (10 unchanged attributes hidden) } # module.stage.module.api-languages.module.ecs-task.aws_ssm_parameter.parameters["BIG_QUERY_APPLICATION_JSON"] will be created + resource "aws_ssm_parameter" "parameters" { + arn = (known after apply) + data_type = (known after apply) + id = (known after apply) + insecure_value = (known after apply) + key_id = (known after apply) + name = "/ecs/api-languages/stage/BIG_QUERY_APPLICATION_JSON" + overwrite = true + tags = { + "name" = "BIG_QUERY_APPLICATION_JSON" } + tags_all = { + "name" = "BIG_QUERY_APPLICATION_JSON" } + tier = (known after apply) + type = "SecureString" + value = (sensitive value) + version = (known after apply) } # module.stage.module.api-languages.module.ecs-task.aws_ssm_parameter.parameters["REDIS_URL"] will be created + resource "aws_ssm_parameter" "parameters" { + arn = (known after apply) + data_type = (known after apply) + id = (known after apply) + insecure_value = (known after apply) + key_id = (known after apply) + name = "/ecs/api-languages/stage/REDIS_URL" + overwrite = true + tags = { + "name" = "REDIS_URL" } + tags_all = { + "name" = "REDIS_URL" } + tier = (known after apply) + type = "SecureString" + value = (sensitive value) + version = (known after apply) } Plan: 6 to add, 3 to change, 2 to destroy. ```

jesus-film-bot commented 6 months ago

Ran Plan for dir: infrastructure workspace: default

Show Output ```diff Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols: + create ~ update in-place +/- create replacement and then destroy Terraform will perform the following actions: # module.prod.module.eks.aws_eks_node_group.this will be updated in-place ~ resource "aws_eks_node_group" "this" { id = "jfp-eks-prod:jfp-eks-node-group-prod" tags = {} # (16 unchanged attributes hidden) ~ scaling_config { ~ desired_size = 3 -> 2 ~ min_size = 3 -> 1 # (1 unchanged attribute hidden) } # (1 unchanged block hidden) } # module.prod.module.api-languages.module.ecs-task.aws_ecs_service.ecs_service will be updated in-place ~ resource "aws_ecs_service" "ecs_service" { id = "arn:aws:ecs:us-east-2:410965620680:service/jfp-ecs-cluster-prod/api-languages-prod-service" name = "api-languages-prod-service" tags = {} ~ task_definition = "arn:aws:ecs:us-east-2:410965620680:task-definition/jfp-api-languages-prod:32" -> (known after apply) # (15 unchanged attributes hidden) # (4 unchanged blocks hidden) } # module.prod.module.api-languages.module.ecs-task.aws_ecs_task_definition.ecs_task_definition must be replaced +/- resource "aws_ecs_task_definition" "ecs_task_definition" { ~ arn = "arn:aws:ecs:us-east-2:410965620680:task-definition/jfp-api-languages-prod:32" -> (known after apply) ~ arn_without_revision = "arn:aws:ecs:us-east-2:410965620680:task-definition/jfp-api-languages-prod" -> (known after apply) ~ container_definitions = jsonencode( [ - { - cpu = 1024 - environment = [ - { - name = "NODE_ENV" - value = "production" }, ] - essential = true - image = "410965620680.dkr.ecr.us-east-2.amazonaws.com/jfp-api-languages-prod:latest" - logConfiguration = { - logDriver = "awsfirelens" - options = { - Host = "http-intake.logs.datadoghq.com" - Name = "datadog" - TLS = "on" - compress = "gzip" - dd_service = "api-languages" - dd_source = "nestjs" - dd_tags = "env:prod" - provider = "ecs" - retry_limit = "2" } - secretOptions = [ - { - name = "apikey" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/terraform/prd/DATADOG_API_KEY" }, ] } - memory = 2048 - mountPoints = [] - name = "jfp-api-languages-prod-app" - portMappings = [ - { - containerPort = 4003 - hostPort = 4003 - protocol = "tcp" }, ] - secrets = [ - { - name = "ARCLIGHT_API_KEY" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/ecs/api-languages/prod/ARCLIGHT_API_KEY" }, - { - name = "ARCLIGHT_V3_URL" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/ecs/api-languages/prod/ARCLIGHT_V3_URL" }, - { - name = "PG_DATABASE_URL_LANGUAGES" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/ecs/api-languages/prod/PG_DATABASE_URL_LANGUAGES" }, - { - name = "WESS_API_TOKEN" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/ecs/api-languages/prod/WESS_API_TOKEN" }, - { - name = "DD_API_KEY" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/terraform/prd/DATADOG_API_KEY" }, ] - volumesFrom = [] }, - { - cpu = 0 - environment = [ - { - name = "DD_APM_ENABLED" - value = "true" }, - { - name = "DD_APM_NON_LOCAL_TRAFFIC" - value = "true" }, - { - name = "DD_DOGSTATSD_NON_LOCAL_TRAFFIC" - value = "true" }, - { - name = "DD_LOGS_INJECTION" - value = "true" }, - { - name = "DD_OTLP_CONFIG_RECEIVER_PROTOCOLS_GRPC_ENDPOINT" - value = "0.0.0.0:4317" }, - { - name = "DD_OTLP_CONFIG_RECEIVER_PROTOCOLS_HTTP_ENDPOINT" - value = "0.0.0.0:4318" }, - { - name = "DD_PROCESS_AGENT_ENABLED" - value = "true" }, - { - name = "DD_PROFILING_ENABLED" - value = "true" }, - { - name = "DD_RUNTIME_METRICS_ENABLED" - value = "true" }, - { - name = "DD_TAGS" - value = "env:prod app:api-languages" }, - { - name = "DD_TRACE_ANALYTICS_ENABLED" - value = "true" }, - { - name = "ECS_FARGATE" - value = "true" }, ] - essential = true - image = "public.ecr.aws/datadog/agent:latest" - logConfiguration = { - logDriver = "awslogs" - options = { - awslogs-group = "api-languages-prod-logs" - awslogs-region = "us-east-2" - awslogs-stream-prefix = "core" } } - memoryReservation = 128 - mountPoints = [] - name = "jfp-api-languages-prod-datadog-agent" - portMappings = [ - { - containerPort = 8125 - hostPort = 8125 - protocol = "udp" }, ] - secrets = [ - { - name = "DD_API_KEY" - valueFrom = "arn:aws:ssm:us-east-2:410965620680:parameter/terraform/prd/DATADOG_API_KEY" }, ] - volumesFrom = [] }, - { - cpu = 0 - environment = [] - essential = true - firelensConfiguration = { - options = { - config-file-type = "file" - config-file-value = "/fluent-bit/configs/parse-json.conf" - enable-ecs-log-metadata = "true" } - type = "fluentbit" } - image = "amazon/aws-for-fluent-bit:stable" - logConfiguration = { - logDriver = "awslogs" - options = { - awslogs-group = "api-languages-prod-logs" - awslogs-region = "us-east-2" - awslogs-stream-prefix = "core" } } - memoryReservation = 100 - mountPoints = [] - name = "jfp-api-languages-prod-log-router" - portMappings = [] - user = "0" - volumesFrom = [] }, ] # forces replacement ) -> (known after apply) # forces replacement ~ id = "jfp-api-languages-prod" -> (known after apply) ~ revision = 32 -> (known after apply) - tags = {} -> null ~ tags_all = {} -> (known after apply) # (10 unchanged attributes hidden) } # module.prod.module.api-languages.module.ecs-task.aws_ssm_parameter.parameters["BIG_QUERY_APPLICATION_JSON"] will be created + resource "aws_ssm_parameter" "parameters" { + arn = (known after apply) + data_type = (known after apply) + id = (known after apply) + insecure_value = (known after apply) + key_id = (known after apply) + name = "/ecs/api-languages/prod/BIG_QUERY_APPLICATION_JSON" + overwrite = true + tags = { + "name" = "BIG_QUERY_APPLICATION_JSON" } + tags_all = { + "name" = "BIG_QUERY_APPLICATION_JSON" } + tier = (known after apply) + type = "SecureString" + value = (sensitive value) + version = (known after apply) } # module.prod.module.api-languages.module.ecs-task.aws_ssm_parameter.parameters["REDIS_URL"] will be created + resource "aws_ssm_parameter" "parameters" { + arn = (known after apply) + data_type = (known after apply) + id = (known after apply) + insecure_value = (known after apply) + key_id = (known after apply) + name = "/ecs/api-languages/prod/REDIS_URL" + overwrite = true + tags = { + "name" = "REDIS_URL" } + tags_all = { + "name" = "REDIS_URL" } + tier = (known after apply) + type = "SecureString" + value = (sensitive value) + version = (known after apply) } Plan: 3 to add, 2 to change, 1 to destroy. ```

stage-branch-merger[bot] commented 6 months ago

I see you added the "on stage" label, I'll get this merged to the stage branch!

jesus-film-bot commented 6 months ago

Locks and plans deleted for the projects and workspaces modified in this pull request: