Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

google_pubsub_topic persistence regions re-ordering #21650

Open
alxndr13 opened this issue Feb 28, 2025 · 0 comments
Open

google_pubsub_topic persistence regions re-ordering #21650

alxndr13 opened this issue Feb 28, 2025 · 0 comments
Labels
bug forward/review In review; remove label to forward service/pubsub

Comments

@alxndr13
Copy link

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request.
  • Please do not leave +1 or me too comments, they generate extra noise for issue followers and do not help prioritize the request.
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment.
  • If an issue is assigned to a user, that user is claiming responsibility for the issue.
  • Customers working with a Google Technical Account Manager or Customer Engineer can ask them to reach out internally to expedite investigation and resolution of this issue.

Terraform Version & Provider Version(s)

Terraform v1.9.5
on arm64

  • provider registry.terraform.io/hashicorp/google v6.18.0

Affected Resource(s)

google_pubsub_topic

Terraform Configuration

resource "google_pubsub_topic" "gke_updates_topic" {
  name    = "gke-updates-${random_id.random_id.hex}"
  project = var.project
  message_storage_policy {
    allowed_persistence_regions = [
      "europe-west3",
      "europe-west10"
    ]
  }
}

Debug Output

https://gist.github.com/alxndr13/15ec4ecd1c0e099880c4317936cc211d

Expected Behavior

  • After the apply the order of the persistence regions should be the same and there should be no drift.

Actual Behavior

  • It wants to change the order of the persistence regions on each apply.

Steps to reproduce

  1. terraform apply

Important Factoids

No response

References

No response

@alxndr13 alxndr13 added the bug label Feb 28, 2025
@github-actions github-actions bot added forward/review In review; remove label to forward service/pubsub labels Feb 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug forward/review In review; remove label to forward service/pubsub
Projects
None yet
Development

No branches or pull requests

1 participant