From 828599d6534b1aa7cf20c29c4866c7bc0349a2a8 Mon Sep 17 00:00:00 2001 From: Shaswot Subedi Date: Fri, 19 Apr 2024 21:10:39 +0100 Subject: [PATCH] update import docs/examples --- docs/resources/scope.md | 4 ++-- examples/resources/squaredup_scope/import.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/resources/scope.md b/docs/resources/scope.md index 17bbedb..c04de0e 100644 --- a/docs/resources/scope.md +++ b/docs/resources/scope.md @@ -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 ``` diff --git a/examples/resources/squaredup_scope/import.sh b/examples/resources/squaredup_scope/import.sh index f1dc359..8ec73a8 100644 --- a/examples/resources/squaredup_scope/import.sh +++ b/examples/resources/squaredup_scope/import.sh @@ -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