-
Notifications
You must be signed in to change notification settings - Fork 69
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
ID attribute marked as Optional in generated documentation #45
Comments
nmuesch
changed the title
ID attribute marked as
ID attribute marked as Optional in generated documentation
Mar 4, 2021
Optional
in generated documentation
This was referenced Mar 4, 2021
Yea, this can be closed. |
Closed by #134 |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Each terraform schema has an implicit
ID
that needs to be set for the terraform lifecycle to work properly.We don't set this "ID" explicitly in the schema, but the generated documentation seems to mark it as
Optional
I think this should be marked as "Read Only" if the "ID" isn't explicitly in the schema by the provider developer.
Example Dashboard Resource Schema - https://github.com/DataDog/terraform-provider-datadog/blob/master/datadog/resource_datadog_dashboard.go#L44
Generated Documentation - https://registry.terraform.io/providers/DataDog/datadog/latest/docs/resources/dashboard#optional
The text was updated successfully, but these errors were encountered: