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
-`category` (String) Variable category (ENV or TERRAFORM). ENV variables are injected in workspace environment at runtime.
45
+
-`collection_id` (String) Terrakube collection id
46
+
-`description` (String) Variable description
47
+
-`hcl` (Boolean) Parse this field as HashiCorp Configuration Language (HCL). This allows you to interpolate values at runtime.
48
+
-`key` (String) Variable key
49
+
-`organization_id` (String) Terrakube organization id
50
+
-`sensitive` (Boolean) Sensitive variables are never shown in the UI or API. They may appear in Terraform logs if your configuration is designed to output them.
51
+
-`value` (String) Variable value
52
+
53
+
### Read-Only
54
+
55
+
-`id` (String) Collection Id
56
+
57
+
## Import
58
+
59
+
Import is supported using the following syntax:
60
+
61
+
```shell
62
+
# Organization Workspace Variable can be import with organization_id,collection_id,id
0 commit comments