-
Notifications
You must be signed in to change notification settings - Fork 40
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
Default settings are not correct in checkpoint_management_access_rule #90
Comments
hi @harhan, |
I rather see you improve the provider by setting the correct default values on optional properties. There should be no need to set these values in HCL if they are not needed. |
It has upsides and downsides, not asking the user to set the default values results in the state not saving the default values, which leads to the provider's not seeing the changes in the default value as a change in plan, and that is a big downside. |
Every provider I use with cloud native, for instance azurerm, uses this approach. |
No problem, We will support this in the next terraform version. |
Hi @harhan , Thank you |
When applying the HCL from the example in the documentation the subsequent plans propose changes to the applied settings. I've isolated this code/rule, that's why the position is changed.
Results in plans:
One should expect this code in the documentation is tested?
The text was updated successfully, but these errors were encountered: