-
Notifications
You must be signed in to change notification settings - Fork 33
ERROR: "resource_configuration" is not expected here. #67
Comments
Hi @BalajiTechs Version 1.x of the provider requires a new format for resource_configuration which you can see in the example From what i can see in the example above, your blueprint component is named Linux so your resource_configuration should look something like this
Hope this can help you move forward!!! |
Thanks @hobovirtual . |
Hi @BalajiTechs There's many ways to see this information, i think the simplest is either via the blueprint design form (if you have access) or when you make a request in the portal Other option is to get the request template via API following this documentation |
Hi @BalajiTechs Hope you could figure out how to get the component name. Closing this issue as this is not a bug. Thanks, |
vRA 7.6.x version
Version: 7.6.0 (Build: 13027133)
Terraform version
Terraform v0.12.24
terraform-provider-vra7 plugin version
provider.vra7 v1.0.1
Describe the bug
I want to set hostname of the machine i want to create. Here is my config file
when running command
terraform plan
, it throws below errorTo Reproduce
Steps to reproduce the behavior:
Expected behavior
terraform plan
command should not throw any error for 'resource_configuration' block.Screenshots
If applicable, add screenshots to help explain your problem.
Logs
Attach logs to help debug the issue
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: