Skip to content

Conversation

mishraomp
Copy link
Collaborator

No description provided.

Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the Aurora v2 Terraform module to pass the subnet group name and adjusts the PR-open workflow dependencies.

  • Add db_subnet_group_name input to the Aurora PostgreSQL v2 module
  • Remove the plan-stack dependency from the PR-open workflow
  • (Unintentional) trailing blank line in the Terraform file

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
infrastructure/database/aurora-v2.tf Added db_subnet_group_name to the RDS module invocation
.github/workflows/pr-open.yml Removed plan-stack from needs and left environment_name set to prod
Comments suppressed due to low confidence (3)

.github/workflows/pr-open.yml:72

  • Dropping the plan-stack dependency may allow the deploy job to run before the plan is generated. Consider retaining plan-stack to enforce correct job ordering.
    needs: [resume-resources-dev]

.github/workflows/pr-open.yml:75

  • The inline comment indicates environment_name should be 'dev', but the code is still set to 'prod'. This mismatch could deploy to the wrong environment.
      environment_name: prod # ::change it to:: dev , template repo only has PROD

@mishraomp mishraomp self-assigned this Jun 28, 2025
@mishraomp mishraomp added the bug Something isn't working label Jun 28, 2025
@mishraomp mishraomp merged commit c890be2 into main Jun 28, 2025
22 checks passed
@mishraomp mishraomp deleted the fix/aurora-subnet branch June 28, 2025 22:10
@github-project-automation github-project-automation bot moved this from New to Done in NRIDS - Architecture Jun 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant