-
Notifications
You must be signed in to change notification settings - Fork 93
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
d/vra_deployments
: Error: error setting deployment inputs
#493
Comments
What's your inputs, vRA provider & TF version? How to reproduce? |
Same issue here whether I specify
I only have another data source for a I tried provider version v0.4.1 and 0.3.9, same error |
The provider takes string, number, bool as inputs. For example, if you use "Properties", you have to "jsonencode" it to be able to send it to vRA. What is the type of "inputs.Local_Mapping1"? |
I didn't define anything named as such so I have no idea. The provider is defined this way:
And I run terraform with
|
No issue at all using the last version of the vra provider, nor a custom made for a future push.
Working on vRA Cloud 8.12.1
You should check the Terraform logs
|
d/vra_deployments
: Error: error setting deployment inputs
Error: error setting deployment inputs - error: &errors.errorString{s:"inputs.disks: '' expected type 'string', got unconvertible type '[]interface {}', value: '[]'"}
The text was updated successfully, but these errors were encountered: