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'm not sure how to fix the errors I see when I run make tfgen.
warning: Unexpected code snippets in section 'Argument Reference' for resource 'vra_project'. The HCL code will be converted if possible, but may not display correctly in the generated docs.
warning: Unexpected code snippets in section '---' for data source 'vra_region'. The HCL code will be converted if possible, but may not display correctly in the generated docs.
warning: unable to convert HCL example 'S' for Pulumi entity '#/resources/vra:network/ipRange:IpRange': 1 error occurred:
* failed to convert HCL for #/resources/vra:network/ipRange:IpRange to go: no resource plugin 'pulumi-resource-network' found in the workspace or on your $PATH, install the plugin using `pulumi plugin install resource network`
. The example will be dropped from any generated docs or SDKs.
warning: failed to convert HCL for #/resources/vra:deployment/deployment:Deployment to go: :0,0-0: unknown property 'timeouts';
warning: unable to convert HCL example 'S' for Pulumi entity '#/resources/vra:deployment/deployment:Deployment': 1 error occurred:
* :0,0-0: unknown property 'timeouts';
. The example will be dropped from any generated docs or SDKs.
warning: failed to convert HCL for #/resources/vra:deployment/deployment:Deployment to go: :0,0-0: unknown property 'timeouts';
warning: unable to convert HCL example 'S' for Pulumi entity '#/resources/vra:deployment/deployment:Deployment': 1 error occurred:
* :0,0-0: unknown property 'timeouts';
. The example will be dropped from any generated docs or SDKs.
warning: unable to convert HCL example 'S' for Pulumi entity '#/resources/vra:project/project:Project': 1 error occurred:
* failed to convert HCL for #/resources/vra:project/project:Project to go: panic converting HCL: fatal: A failure has occurred
. The example will be dropped from any generated docs or SDKs.
warning: unable to convert HCL example 'S' for Pulumi entity '#/functions/vra:region/getEnumerationVSphere:getEnumerationVSphere': 1 error occurred:
* failed to convert HCL for #/functions/vra:region/getEnumerationVSphere:getEnumerationVSphere to go: panic converting HCL: runtime error: invalid memory address or nil pointer dereference
. The example will be dropped from any generated docs or SDKs.
warning: failed to convert HCL for #/functions/vra:blockdevice/getSnapshots:getSnapshots to go: .pp:0,18-45: malformed token 'vra_block_device_snapshot': expected 'pkg:module:member'; malformed token 'vra_block_device_snapshot': expected 'pkg:module:member'
warning: unable to convert HCL example 'S' for Pulumi entity '#/functions/vra:blockdevice/getSnapshots:getSnapshots': 1 error occurred:
* .pp:0,18-45: malformed token 'vra_block_device_snapshot': expected 'pkg:module:member'; malformed token 'vra_block_device_snapshot': expected 'pkg:module:member'
The text was updated successfully, but these errors were encountered:
I'm not sure how to fix the errors I see when I run
make tfgen
.The text was updated successfully, but these errors were encountered: