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
When attempting to deploy the terraform template using terraform apply, I was running into an error where the data.azurerm_client_config.deployer.object_id object was returning an empty value (unfortunately I can't show the the exact error as I forgot to note it and have now fixed it).
When attempting to deploy the terraform template using
terraform apply
, I was running into an error where thedata.azurerm_client_config.deployer.object_id
object was returning an empty value (unfortunately I can't show the the exact error as I forgot to note it and have now fixed it).This is known issue with the
azurerm
resource manager, and has been fixed in v.3.9.0.I will create a branch and push the relevant changes there.
The text was updated successfully, but these errors were encountered: