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

[Docs]: example contains unquoted strings #70

Closed
wolftales opened this issue Nov 8, 2023 · 0 comments · Fixed by #72
Closed

[Docs]: example contains unquoted strings #70

wolftales opened this issue Nov 8, 2023 · 0 comments · Fixed by #72
Assignees
Labels
documentation Improvements or additions to documentation
Milestone

Comments

@wolftales
Copy link

Documentation Link

https://registry.terraform.io/providers/NetApp/netapp-ontap/latest/docs/resources/storage_volume_resource

Description

volume_name & svm_name are unquoted.

I had changed the name, but didn't quote as the example wasn't, and received this error:

│ Error: Invalid reference
│ 
│   on main.tf line 38, in resource "netapp-ontap_storage_volume_resource" "example":
│   38:   name            = terraform_vol_01
│ 
│ A reference to a resource type must be followed by at least one attribute access, specifying the resource name.

I fixed this by quoting them and it worked as expected.

References

No response

Would you like to implement a fix?

Yes

@wolftales wolftales added the documentation Improvements or additions to documentation label Nov 8, 2023
@chuyich chuyich self-assigned this Nov 8, 2023
@chuyich chuyich linked a pull request Nov 8, 2023 that will close this issue
@carchi8py carchi8py added this to the 1.0.1 milestone Nov 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
Status: 1.0.1
Development

Successfully merging a pull request may close this issue.

3 participants