You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
We try to update the params of multiple service bindings to enable mtls and therefore adjusted the service_binding with a param_json.
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.
The text was updated successfully, but these errors were encountered: