Skip to content

Conversation

@nourshoreibah
Copy link
Collaborator

ℹ️ Issue

Closes

📝 Description

Write a short summary of what you added. Why is it important? Any member of C4C should be able to read this and understand your contribution -- not just your team members.

Briefly list the changes made to the code:

  1. Added support for this.
  2. And removed redunant use of that.
  3. Also this was included for reasons.

✔️ Verification

What steps did you take to verify your changes work? These should be clear enough for someone to be able to clone the branch and follow the steps themselves.

Provide screenshots of any new components, styling changes, or pages.

🏕️ (Optional) Future Work / Notes

Did you notice anything ugly during the course of this ticket? Any bugs, design challenges, or unexpected behavior? Write it down so we can clean it up in a future ticket!

@nourshoreibah nourshoreibah merged commit 2533003 into main Oct 20, 2025
4 checks passed
@nourshoreibah nourshoreibah deleted the hotfix-kysely branch October 20, 2025 02:52
@github-actions
Copy link
Contributor

Terraform Plan 📖 infrastructure/aws

Terraform Initialization ⚙️success

Terraform Validation 🤖success

Terraform Plan 📖success

Show Plan
data.infisical_secrets.rds_folder: Reading...
data.infisical_secrets.rds_folder: Read complete after 0s
aws_db_subnet_group.branch_rds_subnet_group: Refreshing state... [id=branch-rds-subnet-group]
aws_db_instance.branch_rds: Refreshing state... [id=db-AMMYFTORW6XJGRELV7WQZCNHQI]

Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  - destroy

Terraform will perform the following actions:

  # aws_db_subnet_group.branch_rds_subnet_group will be destroyed
  # (because aws_db_subnet_group.branch_rds_subnet_group is not in configuration)
  - resource "aws_db_subnet_group" "branch_rds_subnet_group" {
      - arn                     = "arn:aws:rds:us-east-2:489881683177:subgrp:branch-rds-subnet-group" -> null
      - description             = "Managed by Terraform" -> null
      - id                      = "branch-rds-subnet-group" -> null
      - name                    = "branch-rds-subnet-group" -> null
      - region                  = "us-east-2" -> null
      - subnet_ids              = [
          - "subnet-01ba5fb7d1d668836",
          - "subnet-047a2da9edb096ac3",
          - "subnet-0c90814f2cc07dd18",
        ] -> null
      - supported_network_types = [
          - "IPV4",
        ] -> null
      - tags                    = {
          - "Name" = "branch-rds-subnet-group"
        } -> null
      - tags_all                = {
          - "Name" = "branch-rds-subnet-group"
        } -> null
      - vpc_id                  = "vpc-0a9ccfb59c8918ce9" -> null
        # (1 unchanged attribute hidden)
    }

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

Changes to Outputs:
  - rds_endpoint = "terraform-20251009192006341800000001.cexlbyrdcxre.us-east-2.rds.amazonaws.com:5432" -> null
  - rds_port     = 5432 -> null

─────────────────────────────────────────────────────────────────────────────

Saved the plan to: tfplan

To perform exactly these actions, run the following command to apply:
    terraform apply "tfplan"

Pushed by: @nourshoreibah, Action: pull_request

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant