Skip to content
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

Documentation errors during code generation #4

Open
schmidtw opened this issue Oct 5, 2022 · 0 comments
Open

Documentation errors during code generation #4

schmidtw opened this issue Oct 5, 2022 · 0 comments

Comments

@schmidtw
Copy link
Collaborator

schmidtw commented Oct 5, 2022

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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant