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

rest.action.multi.allow_explicit_index within block advanced_options default not respected #81

Open
TerryWahl opened this issue Nov 19, 2020 · 1 comment
Labels
bug 🐛 An issue with the system

Comments

@TerryWahl
Copy link

Describe the Bug

When you do not explicitly define

advanced_options = {
"rest.action.multi.allow_explicit_index" = true
}

Terraform will try to update the value of rest.action.multi.allow_explicit_index from true to null every time even when there are no other changes.

Expected Behavior

Default should be respected, when the option rest.action.multi.allow_explicit_index is not defined it should not update every time Terraform runs.

Environment (please complete the following information):

Tested on 0.23.0 and 0.24.1.

Priority

Low because workaround works fine.

Workaround

Define

advanced_options = {
"rest.action.multi.allow_explicit_index" = true
}

@TerryWahl TerryWahl added the bug 🐛 An issue with the system label Nov 19, 2020
@crosbymichael1
Copy link

I saw the same thing today

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 An issue with the system
Projects
None yet
Development

No branches or pull requests

2 participants