We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Information Terraform version: 1.4.5 Provider version: 1.6.9 Resource: commercetools_subscription
To Reproduce Steps to reproduce the behavior:
resource "commercetools_subscription" "subscription" { key = var.key destination { type = "EventGrid" access_key = var.access_key uri = var.uri } changes { resource_type_ids = ["product"] } format { type = "CloudEvents" cloud_events_version = "1.0" } message { resource_type_id = "product" types = ["ProductPublished"] } }
While terraform plan shows the correct URI for EventGrid, terraform apply fails with
terraform plan
terraform apply
"Error creating subscription","detail":"The URI '' is not an expected Azure URI (as in 'https://topic.region.eventgrid.azure.net/api/events')."
The text was updated successfully, but these errors were encountered:
fix: labd#362 set URI for destination of EventGrid
a33ffba
fix: #362 set URI for destination of EventGrid (#364)
d72e2e1
Successfully merging a pull request may close this issue.
Information
Terraform version: 1.4.5
Provider version: 1.6.9
Resource: commercetools_subscription
To Reproduce
Steps to reproduce the behavior:
While
terraform plan
shows the correct URI for EventGrid,terraform apply
fails withThe text was updated successfully, but these errors were encountered: