Skip to content

Commit a2da152

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

File tree

5 files changed

+4
-5
lines changed

5 files changed

+4
-5
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ resource "flagsmith_feature" "new_standard_feature" {
5454

5555
## Import
5656

57-
Import is supported using the following syntax:
57+
The [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import) can be used, for example:
5858

5959
```shell
6060
terraform import flagsmith_feature.some_feature <feature_uuid>

docs/resources/feature_state.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Optional:
100100

101101
## Import
102102

103-
Import is supported using the following syntax:
103+
The [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import) can be used, for example:
104104

105105
```shell
106106
terraform import flagsmith_feature_state.some_flag <enviroment_client_key>,<feature_state_uuid>

docs/resources/mv_feature_option.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ resource "flagsmith_mv_feature_option" "feature_1_mv_option" {
5252

5353
## Import
5454

55-
Import is supported using the following syntax:
55+
The [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import) can be used, for example:
5656

5757
```shell
5858
terraform import flagsmith_mv_feature_option.feature_1_mv_option <feature_uuid>,<mv_feature_option_uuid>

docs/resources/segment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Optional:
133133

134134
## Import
135135

136-
Import is supported using the following syntax:
136+
The [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import) can be used, for example:
137137

138138
```shell
139139
terraform import flagsmith_segment.some_segment <segment_uuid>

0 commit comments

Comments
 (0)