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

generate: Add hyperlinks to user documentation and version callouts for write-only attribute documentation #451

Merged
merged 2 commits into from
Feb 24, 2025

Conversation

SBGoods
Copy link
Contributor

@SBGoods SBGoods commented Feb 20, 2025

Closes: #447
Closes: #448

  • Adds a hyperlink to write-only user documentation in the Write-only attribute label:
- `write_only_string_attribute` (String, [Write-only](https://developer.hashicorp.com/terraform/language/resources/ephemeral#write-only-arguments)) example write-only string attribute
  • Adds a version callout to every group section containing a write-only attribute:
### Required

> **NOTE**: [Write-only arguments](https://developer.hashicorp.com/terraform/language/resources/ephemeral#write-only-arguments) are supported in Terraform 1.11 and later.

- `required_write_only_string_attribute` (String, [Write-only](https://developer.hashicorp.com/terraform/language/resources/ephemeral#write-only-arguments)) example required write-only string attribute

@SBGoods SBGoods added this to the v0.21.0 milestone Feb 20, 2025
@SBGoods SBGoods requested a review from a team as a code owner February 20, 2025 17:17
Copy link
Member

@austinvalle austinvalle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍🏻

@SBGoods SBGoods merged commit e36f96d into main Feb 24, 2025
5 checks passed
@SBGoods SBGoods deleted the SBGoods/write-only branch February 24, 2025 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add URL link to Write-Only Markdown Add Render Logic to to Write-Only Attrubutes
2 participants