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

Fix Stackdriver optional arugments assignments #198

Merged
merged 1 commit into from
Mar 30, 2023

Conversation

tbroden84
Copy link
Contributor

Previous fix: 4c7b852 to correct the optional arguments queue/vhost by converting into JSON fileds. Introduced new issues by assigning wrong values during create/update including tags: #195

New fix to make sure all allowed optional arguments can be used.

resource "cloudamqp_integration_metric" "stackdriver" {
  instance_id = cloudamqp_instance.instance.id
  name = "stackdriver"
  credentials = google_service_account_key.service_account_key.private_key
  queue_allowlist = "<queue-regex>""
  vhost_allowlist = "<vhost-regex>"
  tags = "foo=bar"
}

To allow using to queue_allowlist, vhost_allowlist and tags,
while using Google service account credentials.
@tbroden84 tbroden84 merged commit 393cf53 into main Mar 30, 2023
@tbroden84 tbroden84 deleted the fix-stackdriver-metrics-integration branch March 30, 2023 13:37
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