Skip to content

fix(third-party): remove braze#1459

Merged
collectedmind merged 1 commit into
mainfrom
fix/braze-removal
Dec 17, 2025
Merged

fix(third-party): remove braze#1459
collectedmind merged 1 commit into
mainfrom
fix/braze-removal

Conversation

@collectedmind
Copy link
Copy Markdown
Collaborator

Goals

Remove braze init as we are no longer using it on this surface

@github-actions
Copy link
Copy Markdown

Plan Result (web-client-cdk-production)

CI link

⚠️ Resource Deletion will happen ⚠️

This plan contains resource delete operation. Please check the plan result very carefully!

Plan: 1 to add, 0 to change, 1 to destroy.
  • Replace
    • aws_ecs_task_definition.application_ecs_service_ecs-task_461CC9D4
Change Result (Click me)
  # aws_ecs_task_definition.application_ecs_service_ecs-task_461CC9D4 must be replaced
-/+ resource "aws_ecs_task_definition" "application_ecs_service_ecs-task_461CC9D4" {
      ~ arn                      = "arn:aws:ecs:us-east-1:996905175585:task-definition/WebClient-Prod:972" -> (known after apply)
      ~ arn_without_revision     = "arn:aws:ecs:us-east-1:996905175585:task-definition/WebClient-Prod" -> (known after apply)
      ~ container_definitions    = jsonencode(
          ~ [
              ~ {
                    name                   = "app"
                  ~ secrets                = [
                      - {
                          - name      = "BRAZE_PRIVATE_KEY"
                          - valueFrom = "arn:aws:ssm:us-east-1:996905175585:parameter/WebClient/Prod/BRAZE_PRIVATE_KEY"
                        },
                        {
                            name      = "REVALIDATION_TOKEN"
                            valueFrom = "arn:aws:ssm:us-east-1:996905175585:parameter/WebClient/Prod/REVALIDATION_TOKEN"
                        },
                        # (1 unchanged element hidden)
                    ]
                    # (10 unchanged attributes hidden)
                },
            ] # forces replacement
        )
      ~ enable_fault_injection   = false -> (known after apply)
      ~ id                       = "WebClient-Prod" -> (known after apply)
      ~ revision                 = 972 -> (known after apply)
        tags                     = {
            "app_code"       = "pocket"
            "component_code" = "pocket-webclient"
            "costCenter"     = "Pocket"
            "env_code"       = "prod"
            "environment"    = "Prod"
            "owner"          = "Pocket"
            "service"        = "WebClient"
        }
        # (12 unchanged attributes hidden)
    }

Plan: 1 to add, 0 to change, 1 to destroy.

Changes to Outputs:
  ~ ecs-task-arn           = "arn:aws:ecs:us-east-1:996905175585:task-definition/WebClient-Prod:972" -> (known after apply)

@collectedmind collectedmind merged commit b63d5f2 into main Dec 17, 2025
8 checks passed
@collectedmind collectedmind deleted the fix/braze-removal branch December 17, 2025 20:55
@github-actions
Copy link
Copy Markdown

🎉 This PR is included in version 1.166.5 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant