You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks!
ghost
locked and limited conversation to collaborators
Jul 4, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Community Note
Terraform (and AzureRM Provider) Version
Terraform v0.12.26
provider.azurerm v2.12.0
Affected Resource(s)
azurerm_eventgrid_event_subscription
Terraform Configuration Files
Debug Output
https://gist.github.com/DSakura207/a895852c0c64b487b76c46a617cbe853
Panic Output
Expected Behavior
Resources are created and state is set.
Actual Behavior
Resources are created, but terraform is unable to set state of Event Grid Event Subscription.
Error: Error setting
"hybrid_connection_endpoint"
for EventGrid Event Subscription "mediatransform-subscription" (Scope "/subscriptions/c07f2cac-27a0-4416-938a-4f20c3097161/resourceGroups/rg-eventsub-repo/providers/Microsoft.EventGrid/topics/evg-eventsub-repo"): Invalid address to set: []string{"hybrid_connection_endpoint", "0", "eventhub_id"}on main.tf line 36, in resource "azurerm_eventgrid_event_subscription" "main":
36: resource "azurerm_eventgrid_event_subscription" "main" {
Steps to Reproduce
terraform apply
Important Factoids
References
The text was updated successfully, but these errors were encountered: