Skip to content

Commit

Permalink
update import docs/examples
Browse files Browse the repository at this point in the history
  • Loading branch information
shaswot77 committed Apr 19, 2024
1 parent a5eb4a4 commit 828599d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/resources/scope.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,6 @@ resource "squaredup_scope" "dynamic_scope" {
Import is supported using the following syntax:

```shell
# Scopes can be imported by specifying scopes id.
terraform import squaredup_scope.example scope-123
# Scopes can be imported by specifying workspace id and scope id
terraform import squaredup_scope.example space-123,scope-123
```
4 changes: 2 additions & 2 deletions examples/resources/squaredup_scope/import.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Scopes can be imported by specifying scopes id.
terraform import squaredup_scope.example scope-123
# Scopes can be imported by specifying workspace id and scope id
terraform import squaredup_scope.example space-123,scope-123

0 comments on commit 828599d

Please sign in to comment.