File tree Expand file tree Collapse file tree 5 files changed +8
-1
lines changed Expand file tree Collapse file tree 5 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 11---
22# generated by https://github.com/hashicorp/terraform-plugin-docs
33page_title : " flagsmith Provider"
4- subcategory : " "
54description : |-
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.
Original file line number Diff line number Diff line change @@ -56,6 +56,8 @@ resource "flagsmith_feature" "new_standard_feature" {
5656
5757Import 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
6062terraform import flagsmith_feature.some_feature < feature_uuid>
6163```
Original file line number Diff line number Diff line change @@ -102,6 +102,8 @@ Optional:
102102
103103Import 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
106108terraform import flagsmith_feature_state.some_flag < enviroment_client_key> ,< feature_state_uuid>
107109```
Original file line number Diff line number Diff line change @@ -54,6 +54,8 @@ resource "flagsmith_mv_feature_option" "feature_1_mv_option" {
5454
5555Import 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
5860terraform import flagsmith_mv_feature_option.feature_1_mv_option < feature_uuid> ,< mv_feature_option_uuid>
5961```
Original file line number Diff line number Diff line change @@ -135,6 +135,8 @@ Optional:
135135
136136Import 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
139141terraform import flagsmith_segment.some_segment < segment_uuid>
140142```
You can’t perform that action at this time.
0 commit comments