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
-`archive_on_destroy` (Boolean) Whether to archive the feature toggle on destroy. Default is `true`. When `false`, it will permanently delete the feature toggle.
62
72
-`description` (String) Feature description
63
73
-`environment` (Block List) Use this to enable a feature in an environment and add strategies (see [below for nested schema](#nestedblock--environment))
74
+
-`tag` (Block List) Tag to add to the feature (see [below for nested schema](#nestedblock--tag))
64
75
-`variant` (Block List) Feature variant (see [below for nested schema](#nestedblock--variant))
65
76
66
77
### Read-Only
@@ -77,7 +88,7 @@ Required:
77
88
Optional:
78
89
79
90
-`enabled` (Boolean) Whether the feature is on/off in the environment. Default is `true` (on)
80
-
-`strategy` (Block Set) Strategy to add in the environment (see [below for nested schema](#nestedblock--environment--strategy))
91
+
-`strategy` (Block List) Strategy to add in the environment (see [below for nested schema](#nestedblock--environment--strategy))
0 commit comments