-
Notifications
You must be signed in to change notification settings - Fork 30
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
[AVM Module Issue]: principal_type seems to give issues without using it #155
Comments
What module and provider version are you using please |
#rr |
Hi Matt,
for the module it's version 0.9.1, and for azurerm version 3.83.0
Op do 19 sep 2024 om 08:36 schreef Matt White ***@***.***>:
… #rr
—
Reply to this email directly, view it on GitHub
<#155 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACFG76FKDF6Y3OFTUY4ETH3ZXJWF3AVCNFSM6AAAAABNUOAM6SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNRQGEYDSOBTGE>
.
You are receiving this because you were mentioned.Message ID:
<Azure/terraform-azurerm-avm-res-keyvault-vault/issues/155/2360109831@
github.com>
|
I've encountered the same issue when using the latest module version ( I didn't have any issues with the module in prior versions ( We've been forced to bump up this AVM version to the latest ( |
@pieter-jangoeman You can fix the issue by upgrading your @matt-FFFFFF Is it possible for you to change the Looking through the official provider release notes the I would raise a pull request for this but as I've tried with other AVM's it's not open to public contribution. I don't have sufficient permissions on my account to create or push a new branch into the remote repository and raise a pull request containing a fix to prevent other users encountering this issue. |
Hi there @nickmladenov Thanks for pointing this out! We can make the change. We absolutely do accept and welcome PRs so ping me if you are struggling. The process is to fork the repo and Then make the changes before opening a PR into this repo. |
Check for previous/existing GitHub issues
Issue Type?
Bug
(Optional) Module Version
0.9.1
(Optional) Correlation Id
No response
Description
I'm not using a principal_type anywhere, but still get this error:
Error: Value for unconfigurable attribute
with module.avm-res-keyvault-vault.azurerm_role_assignment.this,
on .terraform/modules/avm-res-keyvault-vault/main.tf line 45, in resource "azurerm_role_assignment" "this":
45: principal_type = each.value.principal_type
Can't configure a value for "principal_type": its value will be decided
automatically based on the result of applying this configuration.
The text was updated successfully, but these errors were encountered: