-
Notifications
You must be signed in to change notification settings - Fork 301
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
azuread_access_package_assignment_policy
: change requestors
type from List to Set
#1117
base: main
Are you sure you want to change the base?
Conversation
Thanks for suggesting this change @bigwheel. In my testing I have not been able to reproduce this as yet, can you confirm if this happens repeatably or intermittently? If you update your configuration to match the order of requestors, does the diff go away (and not return after a few plans)? In principle I'd be happy to make this change, however changing a property from a TypeList to a TypeSet is usually considered a breaking change, since a property might be referenced elsewhere in users' configurations. This means we normally only make such a change with a new major version of a provider, e.g. |
azuread_access_package_assignment_policy
: change requestors
type from List to Set
@manicminer Thank you for reply!
No, it doesn't. I applied several times but diff still remained yet.
Agree. we were added requestor to ignore_changes list. Therefore, it is not ciritical problem at least now. |
Thanks for the feedback. Agreed this should be a TypeSet, as mentioned we'll fix this in v3.0. |
Thanks @manicminer. I don't suppose you have a rough ETA on v3.0 yet? Are we talking days/weeks/months? |
Unfortunately we don't have a timeframe as yet. There is a lot of ground work going on right now in preparation for it, but I'm afraid can't offer an estimate at this point in time. |
Hey, any update on this? We are currently scaling up the use of terraformed access packages, and this is really messing up the plans :) |
This would be nice to get merged. I'd prefer not to have to use the |
Why was this removed from 3.0 milestone @manicminer ? |
Resolve #1116
What I tested
make test
Test steps
make build
terraform init
andterraform plan
several times. Check plans show requestor diffs.terraform init
andterraform plan
several times. Check plans don't show requestor diffs.