Skip to content

Instantly share code, notes, and snippets.

@tamland
Created June 12, 2020 10:51
Show Gist options
  • Save tamland/5bb469945bffe493b16d8ca4efd0fc5b to your computer and use it in GitHub Desktop.
Save tamland/5bb469945bffe493b16d8ca4efd0fc5b to your computer and use it in GitHub Desktop.
2020-06-12T12:48:07.629+0200 [DEBUG] plugin.terraform-provider-azurerm_v2.14.0_x5: {"id":"/subscriptions/****/resourceGroups/****/providers/Microsoft.EventHub/namespaces/****/authorizationRules/test","name":"test","type":"Microsoft.EventHub/Namespaces/AuthorizationRules","location":"West Europe","properties":{"rights":["Listen"]}}
2020-06-12T12:48:07.629+0200 [DEBUG] plugin.terraform-provider-azurerm_v2.14.0_x5: [DEBUG] Unlocking "azurerm_eventhub_namespace.****"
2020-06-12T12:48:07.629+0200 [DEBUG] plugin.terraform-provider-azurerm_v2.14.0_x5: [DEBUG] Unlocked "azurerm_eventhub_namespace.****"
2020/06/12 12:48:07 [DEBUG] azurerm_eventhub_namespace_authorization_rule.test: apply errored, but we're indicating that via the Error pointer rather than returning it: ID was missing the `AuthorizationRules` element
2020/06/12 12:48:07 [ERROR] <root>: eval: *terraform.EvalApplyPost, err: ID was missing the `AuthorizationRules` element
2020/06/12 12:48:07 [ERROR] <root>: eval: *terraform.EvalSequence, err: ID was missing the `AuthorizationRules` element
Error: ID was missing the `AuthorizationRules` element
on event_hub.tf line 39, in resource "azurerm_eventhub_namespace_authorization_rule" "test":
39: resource "azurerm_eventhub_namespace_authorization_rule" "test" {
2020-06-12T12:48:08.011+0200 [DEBUG] plugin: plugin process exited: path=/****/.terraform/plugins/linux_amd64/terraform-provider-azurerm_v2.14.0_x5 pid=291071
2020-06-12T12:48:08.012+0200 [DEBUG] plugin: plugin exited
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment