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

Service Binding param json not getting updated when using "standard" strategy #521

Open
MarkR87 opened this issue Aug 29, 2023 · 0 comments

Comments

@MarkR87
Copy link

MarkR87 commented Aug 29, 2023

We try to update the params of multiple service bindings to enable mtls and therefore adjusted the service_binding with a param_json.

service_binding {
    service_instance = ....
    params_json = jsonencode(local.config_params)
}

Terraform (v. 0.51.3) is detecting the required changes and prints it as "update in-place".
After applying the changes, the parameters are not changed at all but terraform is running successfully.

To test the correctness of the parameters, we enabled blue green deployment and this works. This is ofc. because the service binding gets created from scratch.
But as this is covering development spaces, we would not enable bg for a huge number of spaces due to resource consumption limitations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant