Skip to content

Commit 0a45d60

Browse files
committed
fix: re-run documentation tool and improve examples/README.md
1 parent 6a2b415 commit 0a45d60

File tree

12 files changed

+9
-26
lines changed

12 files changed

+9
-26
lines changed

docs/resources/payment_method.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@ Optional:
8484

8585
Import is supported using the following syntax:
8686

87-
The [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import) can be used, for example:
88-
8987
```shell
9088
#!/bin/bash
9189
# import via workspace and payment method identifier <workspace-identifier>.<payment-method-identifier>

docs/resources/platform.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1305,8 +1305,6 @@ Required:
13051305

13061306
Import is supported using the following syntax:
13071307

1308-
The [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import) can be used, for example:
1309-
13101308
```shell
13111309
# import via platform uuid (= meshStack Platform ID)
13121310
terraform import meshstack_platform.example 09631015-0f06-4f6a-b459-03047fbd89d1

docs/resources/project.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@ Optional:
7676

7777
Import is supported using the following syntax:
7878

79-
The [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import) can be used, for example:
80-
8179
```shell
8280
# import via full project identifier <workspace-identifier>.<project-identifier>
8381
terraform import 'meshstack_project.example' 'my-workspace-identifier.my-project-identifier'

docs/resources/project_group_binding.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@ Required:
8484

8585
Import is supported using the following syntax:
8686

87-
The [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import) can be used, for example:
88-
8987
```shell
9088
# import via project binding name
9189
terraform import 'meshstack_project_user_binding.example' 'my-binding-name'

docs/resources/project_user_binding.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@ Required:
8484

8585
Import is supported using the following syntax:
8686

87-
The [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import) can be used, for example:
88-
8987
```shell
9088
# import via project binding name
9189
terraform import 'meshstack_project_user_binding.example' 'my-binding-name'

docs/resources/tag_definition.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,6 @@ Read-Only:
150150

151151
Import is supported using the following syntax:
152152

153-
The [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import) can be used, for example:
154-
155153
```shell
156154
# import via tag definition name
157155
terraform import 'meshstack_tag_definition.example' 'target_kind.key'

docs/resources/tenant.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ Read-Only:
8282

8383
Import is supported using the following syntax:
8484

85-
The [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import) can be used, for example:
86-
8785
```shell
8886
# import via full tenant identifier <workspace-identifier>.<project-identifier>.<full-platform-identifier>
8987
terraform import 'meshstack_tenant.example' 'my-workspace-identifier.my-project-identifier.my-platform-identifier'

docs/resources/tenant_v4.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,6 @@ Read-Only:
116116

117117
Import is supported using the following syntax:
118118

119-
The [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import) can be used, for example:
120-
121119
```shell
122120
# import via uuid
123121
terraform import 'meshstack_tenant_v4.example' '00000000-0000-0000-0000-000000000000'

docs/resources/workspace.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@ Optional:
7676

7777
Import is supported using the following syntax:
7878

79-
The [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import) can be used, for example:
80-
8179
```shell
8280
# import via workspace identifier
8381
terraform import meshstack_workspace.example my-workspace-identifier

docs/resources/workspace_group_binding.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ Required:
8282

8383
Import is supported using the following syntax:
8484

85-
The [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import) can be used, for example:
86-
8785
```shell
8886
# import via workspace binding name
8987
terraform import 'meshstack_workspace_group_binding.example' 'my-binding-name'

0 commit comments

Comments
 (0)