-
Notifications
You must be signed in to change notification settings - Fork 48
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
ACL behavior in integration tests #196
Comments
Requiring import was the fix for #182, whatever we do here needs to ensure it doesn't re-introduce the same problem. |
Yeah, I agree with the nature of the safeguard. Would an additional input |
this is a problem I keep running into, a |
No it wouldn't. It's treating a symptom instead of the root cause. See #426 for details. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Integration tests of the Pulumi provider failed due to the behavior on "create" to set the
ts-default
tag and error if the ACL was not the default.Error encountered:
Rather than require an import state, it would be nice to allow the user to "force" creation and opt out of the check.
The text was updated successfully, but these errors were encountered: