Skip to content

Fix double introduction of import syntax#553

Open
OJFord wants to merge 1 commit intohashicorp:mainfrom
OJFord:main
Open

Fix double introduction of import syntax#553
OJFord wants to merge 1 commit intohashicorp:mainfrom
OJFord:main

Conversation

@OJFord
Copy link
Contributor

@OJFord OJFord commented Jan 15, 2026

Related Issue

Fixes #552

Description

Prevents an odd-reading double introduction of how to import a resource:

Import is supported using the following syntax:

The terraform import command can be used, for example:

terraform import wireguard_asymmetric_key.example "EFr5/97eoK32SeMingmUqJpE4TL21nckcl2jQ9ZT82g="

Rollback Plan

  • If a change needs to be reverted, we will roll out an update to the code within 7 days.

Changes to Security Controls

Are there any changes to security controls (access controls, encryption, logging) in this pull request? If so, explain.

No

@OJFord OJFord requested a review from a team as a code owner January 15, 2026 14:38
Copilot AI review requested due to automatic review settings January 15, 2026 14:38
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

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.

@OJFord
Copy link
Contributor Author

OJFord commented Jan 28, 2026

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.

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

Successfully merging this pull request may close these issues.

Import section is now doubly introduced

1 participant