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
-`edge_config_id` (String) The ID of the Edge Config store.
39
42
-`key` (String) The name of the key you want to add to or update within your Edge Config.
40
-
-`value` (String) The value you want to assign to the key.
41
43
42
44
### Optional
43
45
44
46
-`team_id` (String) The ID of the team the Edge Config should exist under. Required when configuring a team resource if a default team has not been set in the provider.
47
+
-`value` (String) The value you want to assign to the key when using a string.
48
+
-`value_json` (Dynamic) Structured JSON value to assign to the key (object/array/number/bool/null).
0 commit comments