Fix double introduction of import syntax - #553
Conversation
There was a problem hiding this comment.
Pull request overview
This PR fixes redundant text in the Terraform resource documentation template by removing a duplicate introduction to the Import section.
Changes:
- Removed the redundant "Import is supported using the following syntax:" line from the resource documentation template
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
I don't understand the check failures, they don't seem relevant but I've rebased and they're passing on master, so if this is something you'd otherwise accept I'd appreciate a pointer! Cheers. |
|
@ansgarm @austinvalle @rainkwan sorry for the ping - could someone review please? |
|
@gbaker-ibm @SBGoods am I missing something here, is this not an issue for all providers using imports currently? This is presently stopping me upgrading the docs plugin in wireguard provider from v0.21.0, since the unexpected diff doesn't seem to make sense. |
Related Issue
Fixes #552
Description
Prevents an odd-reading double introduction of how to import a resource:
Rollback Plan
Changes to Security Controls
Are there any changes to security controls (access controls, encryption, logging) in this pull request? If so, explain.
No