Skip to content

Conversation

mia-paystack
Copy link

what

Ignore changes to the Terraform variable maintenance_track_name for the Redshift cluster resource.

why

Terraform is attempting to update maintenance_track_name due to a value managed outside our Terraform configuration. Since AWS does not allow us to explicitly set this value in our configuration, the change is being ignored to prevent unnecessary updates.

Example plan output:

# aws_redshift_cluster.default will be updated in-place
  ~ resource "aws_redshift_cluster" "default" {
        id                                   = "paystack-staging-data-platform"
      ~ maintenance_track_name               = "dc2ltm" -> "current"
    }

@mia-paystack mia-paystack requested review from a team as code owners August 14, 2025 15:32
@mergify mergify bot added the triage Needs triage label Aug 14, 2025
Copy link

mergify bot commented Aug 14, 2025

💥 This pull request now has conflicts. Could you fix it @mia-paystack? 🙏

@mergify mergify bot added the conflict This PR has conflicts label Aug 14, 2025
@mergify mergify bot removed the conflict This PR has conflicts label Aug 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage Needs triage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant