File tree Expand file tree Collapse file tree 5 files changed +4
-5
lines changed Expand file tree Collapse file tree 5 files changed +4
-5
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 @@ -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
6060terraform import flagsmith_feature.some_feature < feature_uuid>
Original file line number Diff line number Diff 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
106106terraform import flagsmith_feature_state.some_flag < enviroment_client_key> ,< feature_state_uuid>
Original file line number Diff line number Diff 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
5858terraform import flagsmith_mv_feature_option.feature_1_mv_option < feature_uuid> ,< mv_feature_option_uuid>
Original file line number Diff line number Diff 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
139139terraform import flagsmith_segment.some_segment < segment_uuid>
You can’t perform that action at this time.
0 commit comments