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
I tried to deploy resource service instance with module 'ibm_resource_instance'.
In case if I define parameters with JSON like parameters: '{"scale_time" : 0}' and this error is occurred.
Blocks of type \"parameters\" are not expected here.
Did you mean to define", "argument \"parameters\"?
If so, use the equals sign to assign it a value.
I think this error is match with this issue about terraform as below.
I tried to deploy resource service instance with module 'ibm_resource_instance'.
In case if I define parameters with JSON like
parameters: '{"scale_time" : 0}'
and this error is occurred.I think this error is match with this issue about terraform as below.
hashicorp/terraform#21742
I checked generated terraform's file and I found this.
I think this is should be as below.
The text was updated successfully, but these errors were encountered: