Skip to content
New issue

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

Unable to create resources with a system managed identity #582

Closed
xpillons opened this issue Oct 14, 2021 · 0 comments · Fixed by #585
Closed

Unable to create resources with a system managed identity #582

xpillons opened this issue Oct 14, 2021 · 0 comments · Fixed by #585
Labels
kind/bug Something isn't working

Comments

@xpillons
Copy link
Collaborator

When deploying with a deployer VM on which a system managed identity have been assigned, the build.sh script is failing with the following error

./build.sh -a plan

│ Error: expected "object_id" to be a valid UUID, got
│
│   with azurerm_key_vault_access_policy.admin,
│   on keyvault.tf line 27, in resource "azurerm_key_vault_access_policy" "admin":
│   27: resource "azurerm_key_vault_access_policy" "admin" {
│

This is due to hashicorp/terraform-provider-azurerm#7787

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant