Skip to content

Commit

Permalink
docs: correct import command for object parameter resource (#3320)
Browse files Browse the repository at this point in the history
<!-- Feel free to delete comments as you fill this in -->

<!-- summary of changes -->

## Test Plan
<!-- detail ways in which this PR has been tested or needs to be tested -->
* [ ] Render import command corrector for object parameter resource
<!-- add more below if you think they are relevant -->

## References
<!-- issues documentation links, etc  -->

* https://registry.terraform.io/providers/Snowflake-Labs/snowflake/latest/docs/resources/object_parameter#import
  • Loading branch information
vanducng authored and sfc-gh-jcieslak committed Jan 20, 2025
1 parent 59e333a commit 8cb62d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/resources/object_parameter.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,5 @@ Optional:
Import is supported using the following syntax:

```shell
terraform import snowflake_object_parameter.s <key>❄️<object_type>❄️<object_identifier>
terraform import snowflake_object_parameter.s <key>|<object_type>|<object_identifier>
```
2 changes: 1 addition & 1 deletion examples/resources/snowflake_object_parameter/import.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
terraform import snowflake_object_parameter.s <key>❄️<object_type>❄️<object_identifier>
terraform import snowflake_object_parameter.s <key>|<object_type>|<object_identifier>

0 comments on commit 8cb62d6

Please sign in to comment.