Skip to content

Commit 709ab6e

Browse files
committed
Import docs were made great again
1 parent cfd5f3b commit 709ab6e

File tree

5 files changed

+8
-1
lines changed

5 files changed

+8
-1
lines changed

docs/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
# generated by https://github.com/hashicorp/terraform-plugin-docs
33
page_title: "flagsmith Provider"
4-
subcategory: ""
54
description: |-
65
The flagsmith provider is used to interact with the resource supported by Flagsmith.
76
The provider needs to be configured with the proper credentials before it can be used.

docs/resources/feature.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ resource "flagsmith_feature" "new_standard_feature" {
5656

5757
Import is supported using the following syntax:
5858

59+
The [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import) can be used, for example:
60+
5961
```shell
6062
terraform import flagsmith_feature.some_feature <feature_uuid>
6163
```

docs/resources/feature_state.md

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

103103
Import is supported using the following syntax:
104104

105+
The [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import) can be used, for example:
106+
105107
```shell
106108
terraform import flagsmith_feature_state.some_flag <enviroment_client_key>,<feature_state_uuid>
107109
```

docs/resources/mv_feature_option.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ resource "flagsmith_mv_feature_option" "feature_1_mv_option" {
5454

5555
Import is supported using the following syntax:
5656

57+
The [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import) can be used, for example:
58+
5759
```shell
5860
terraform import flagsmith_mv_feature_option.feature_1_mv_option <feature_uuid>,<mv_feature_option_uuid>
5961
```

docs/resources/segment.md

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

136136
Import is supported using the following syntax:
137137

138+
The [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import) can be used, for example:
139+
138140
```shell
139141
terraform import flagsmith_segment.some_segment <segment_uuid>
140142
```

0 commit comments

Comments
 (0)