You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`accesstype` (String) Represent the Feature Management permission. Possible values: readOnly, full, custom
90
-
-`approval_permission_type` (String) Represents the permission group level change request approval permission. Approval Flow and Scheduled Changes are in closed beta. Possible values: cannotApprove, canApproveOthers, canBypassApproval, custom
90
+
-`approval_permission_type` (String) Represents the permission group level change request approval permission. Possible values: cannotApprove, canApproveOthers, canBypassApproval, custom
91
91
-`can_createorupdate_config` (Boolean) Group members can create/update Configs.
92
92
-`can_createorupdate_environment` (Boolean) Group members can create/update Environments.
93
93
-`can_createorupdate_segment` (Boolean) Group members can create/update Segments.
-`can_view_product_statistics` (Boolean) Group members has access to product statistics.
111
111
-`can_view_sdkkey` (Boolean) Group members has access to SDK keys.
112
112
-`environment_accesses` (Map of String) The environment specific permissions map block. Keys are the Environment IDs and the values represent the environment specific Feature Management permission. Possible values: full, readOnly
113
-
-`environment_approval_permissions` (Map of String) The environment specific approval permissions map block. Keys are the Environment IDs and the values represent the environment specific change request approval permission. Approval Flow and Scheduled Changes are in closed beta. Possible values: cannotApprove, canApproveOthers, canBypassApproval
113
+
-`environment_approval_permissions` (Map of String) The environment specific approval permissions map block. Keys are the Environment IDs and the values represent the environment specific change request approval permission. Possible values: cannotApprove, canApproveOthers, canBypassApproval
114
114
-`new_environment_accesstype` (String) Represent the environment specific Feature Management permission for new Environments. Possible values: full, readOnly, none
115
-
-`new_environment_approval_permission_type` (String) Represents the environment specific change request approval permission for new Environments. Approval Flow and Scheduled Changes are in closed beta. Possible values: cannotApprove, canApproveOthers, canBypassApproval
115
+
-`new_environment_approval_permission_type` (String) Represents the environment specific change request approval permission for new Environments. Possible values: cannotApprove, canApproveOthers, canBypassApproval
-`approve_required` (Boolean) Indicates that a mandatory approval is required before changes are applied. Approval Flow and Scheduled Changes are in closed beta. Default: false.
62
-
-`approve_required_environments` (Map of Boolean) The environment specific mandatory approval map block. Keys are the Environment IDs and the values indicate that mandatory approval is required before changes are applied. Approval Flow and Scheduled Changes are in closed beta.
61
+
-`approve_required` (Boolean) Indicates that a mandatory approval is required before changes are applied. Default: false.
62
+
-`approve_required_environments` (Map of Boolean) The environment specific mandatory approval map block. Keys are the Environment IDs and the values indicate that mandatory approval is required before changes are applied.
63
63
-`key_generation_mode` (String) Determines the Feature Flag key generation mode. Available values: `camelCase`|`upperCase`|`lowerCase`|`pascalCase`|`kebabCase`. Default: `camelCase`.
64
64
-`mandatory_setting_hint` (Boolean) Indicates whether Feature flags and Settings must have a hint. Default: false.
65
65
-`reason_required` (Boolean) Indicates that a mandatory note is required for saving and publishing. Default: false.
Copy file name to clipboardExpand all lines: docs/resources/setting.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ output "setting_id" {
46
46
47
47
-`hint` (String) The hint of the Feature Flag or Setting.
48
48
-`is_json` (Boolean) Whether this Feature Flag or Setting should validate string values as JSON values.
49
-
-`predefined_variations` (Attributes List) The predefined variations of the Feature Flag or Setting. The feature is currently in closed beta state and cannot be used. (see [below for nested schema](#nestedatt--predefined_variations))
49
+
-`predefined_variations` (Attributes List) The predefined variations of the Feature Flag or Setting. (see [below for nested schema](#nestedatt--predefined_variations))
50
50
-`setting_type` (String) The type of the Feature Flag or Setting. Available values: `boolean`|`string`|`int`|`double`. Default: `boolean`.
-`bypass_approval` (Boolean) Indicates whether the change should bypass the approval workflow. Approval Flow and Scheduled Changes are in closed beta.
163
+
-`bypass_approval` (Boolean) Indicates whether the change should bypass the approval workflow.
164
164
-`init_only` (Boolean) The main purpose of this resource to provide an initial value for the Feature Flag/Setting.
165
165
166
166
The `init_only` argument's default value is `true`. Meaning that the Feature Flag or Setting's **value will be only be applied once** during resource creation. If someone modifies the value on the [ConfigCat Dashboard](https://app.configcat.com) those modifications will **not be overwritten** by the Terraform script.
@@ -183,7 +183,7 @@ Optional:
183
183
-`bool_value` (Boolean) The boolean representation of the value.
184
184
-`double_value` (Number) The decimal number representation of the value.
185
185
-`int_value` (Number) The whole number representation of the value.
186
-
-`predefined_variation_id` (String) The predefined variation's ID representation of the value in case of the setting has predefined variations. The feature is currently in closed beta state and cannot be used.
186
+
-`predefined_variation_id` (String) The predefined variation's ID representation of the value in case of the setting has predefined variations.
187
187
-`string_value` (String) The string representation of the value.
188
188
189
189
@@ -222,7 +222,7 @@ Optional:
222
222
-`bool_value` (Boolean) The boolean representation of the value.
223
223
-`double_value` (Number) The decimal number representation of the value.
224
224
-`int_value` (Number) The whole number representation of the value.
225
-
-`predefined_variation_id` (String) The predefined variation's ID representation of the value in case of the setting has predefined variations. The feature is currently in closed beta state and cannot be used.
225
+
-`predefined_variation_id` (String) The predefined variation's ID representation of the value in case of the setting has predefined variations.
226
226
-`string_value` (String) The string representation of the value.
227
227
228
228
@@ -285,7 +285,7 @@ Optional:
285
285
-`bool_value` (Boolean) The boolean representation of the value.
286
286
-`double_value` (Number) The decimal number representation of the value.
287
287
-`int_value` (Number) The whole number representation of the value.
288
-
-`predefined_variation_id` (String) The predefined variation's ID representation of the value in case of the setting has predefined variations. The feature is currently in closed beta state and cannot be used.
288
+
-`predefined_variation_id` (String) The predefined variation's ID representation of the value in case of the setting has predefined variations.
289
289
-`string_value` (String) The string representation of the value.
290
290
291
291
@@ -298,7 +298,7 @@ Optional:
298
298
-`bool_value` (Boolean) The boolean representation of the value.
299
299
-`double_value` (Number) The decimal number representation of the value.
300
300
-`int_value` (Number) The whole number representation of the value.
301
-
-`predefined_variation_id` (String) The predefined variation's ID representation of the value in case of the setting has predefined variations. The feature is currently in closed beta state and cannot be used.
301
+
-`predefined_variation_id` (String) The predefined variation's ID representation of the value in case of the setting has predefined variations.
302
302
-`string_value` (String) The string representation of the value.
Description: "Represents the permission group level change request approval permission. Approval Flow and Scheduled Changes are in closed beta. Possible values: cannotApprove, canApproveOthers, canBypassApproval, custom",
244
+
Description: "Represents the permission group level change request approval permission. Possible values: cannotApprove, canApproveOthers, canBypassApproval, custom",
Description: "Represents the environment specific change request approval permission for new Environments. Approval Flow and Scheduled Changes are in closed beta. Possible values: cannotApprove, canApproveOthers, canBypassApproval",
250
+
Description: "Represents the environment specific change request approval permission for new Environments. Possible values: cannotApprove, canApproveOthers, canBypassApproval",
Description: "The environment specific approval permissions map block. Keys are the Environment IDs and the values represent the environment specific change request approval permission. Approval Flow and Scheduled Changes are in closed beta. Possible values: cannotApprove, canApproveOthers, canBypassApproval",
256
+
Description: "The environment specific approval permissions map block. Keys are the Environment IDs and the values represent the environment specific change request approval permission. Possible values: cannotApprove, canApproveOthers, canBypassApproval",
Description: "Indicates that a mandatory approval is required before changes are applied. Approval Flow and Scheduled Changes are in closed beta. Default: false.",
107
+
Description: "Indicates that a mandatory approval is required before changes are applied. Default: false.",
Description: "The environment specific mandatory approval map block. Keys are the Environment IDs and the values indicate that mandatory approval is required before changes are applied. Approval Flow and Scheduled Changes are in closed beta.",
113
+
Description: "The environment specific mandatory approval map block. Keys are the Environment IDs and the values indicate that mandatory approval is required before changes are applied.",
Description: "The predefined variation's ID representation of the value in case of the setting has predefined variations. The feature is currently in closed beta state and cannot be used.",
173
+
Description: "The predefined variation's ID representation of the value in case of the setting has predefined variations.",
0 commit comments