Closed devops-lucina closed 4 years ago
It turns out it was the function ID, not the scope. Working as planned. Apologies for the false alarm.
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 π hashibot-feedback@hashicorp.com. Thanks!
Community Note
Terraform (and AzureRM Provider) Version
v0.13.3
Affected Resource(s)
azurerm_eventgrid_event_subscription
Terraform Configuration Files
Debug Output
Panic Output
None
Expected Behavior
Deploy the plan as expected and updated the resources
Actual Behavior
Errors: Invalid ARM Id
Steps to Reproduce
terraform plan -out="dev.tfplan" -var-file="dev.tfvars"
terraform apply "dev.tfplan"
Important Factoids
I could not get this to deploy due to the error, so I decided to create it manually through the Azure Portal. I then imported it into my local plan via
terraform import
. Nothing locally changed, and if you notice in the plan output, there is no change to thescope
ID. However, when performing anapply
, it errors withInvalid ARM Id
.References
4097