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
Copy file name to clipboardExpand all lines: docs/data-sources/okms_secret.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,21 +70,21 @@ In addition to the arguments above, the following attributes are exported:
70
70
-`version` (Number) The resolved version number (requested or current latest).
71
71
-`data` (String, Sensitive) Raw JSON secret payload (present only if `include_data` is true).
72
72
-`metadata` (Block) Secret metadata:
73
-
- `cas_required` (Boolean)
74
-
- `created_at` (String)
75
-
- `updated_at` (String)
76
-
- `current_version` (Number)
77
-
- `oldest_version` (Number)
78
-
- `max_versions` (Number)
79
-
- `deactivate_version_after` (String)
80
-
- `custom_metadata` (Map of String)
73
+
-`cas_required` (Boolean)
74
+
-`created_at` (String)
75
+
-`updated_at` (String)
76
+
-`current_version` (Number)
77
+
-`oldest_version` (Number)
78
+
-`max_versions` (Number)
79
+
-`deactivate_version_after` (String)
80
+
-`custom_metadata` (Map of String)
81
81
-`iam` (Block) IAM resource metadata:
82
-
- `display_name` (String)
83
-
- `id` (String)
84
-
- `tags` (Map of String)
85
-
- `urn` (String)
82
+
-`display_name` (String)
83
+
-`id` (String)
84
+
-`tags` (Map of String)
85
+
-`urn` (String)
86
86
87
87
## Behavior & Notes
88
88
89
89
- The `data` attribute retains the raw JSON returned by the API. Use `jsondecode()` to work with individual keys.
90
-
- Changing only `include_data` (true -> false) will cause the `data` attribute to become null in subsequent refreshes (state no longer holds the payload).
90
+
- Changing only `include_data` (true -> false) will cause the `data` attribute to become null in subsequent refreshes (state no longer holds the payload).
@@ -239,7 +239,7 @@ The following arguments are supported:
239
239
240
240
~> **WARNING** Some customizations may be required on some Operating Systems. [Check how to list the available and required customization(s) for your operating system](https://help.ovhcloud.com/csm/en-dedicated-servers-api-os-installation?id=kb_article_view&sysparm_article=KB0061951#os-inputs) (do not forget to adapt camel case customization name to snake case parameter).
241
241
242
-
*`properties` - Deprecated, has no effect
242
+
*`properties` - Attribute 'properties' is deprecated and has no effect.
243
243
244
244
*`storage`: OS reinstallation storage configurations. [More details about disks, hardware/software RAID and partitioning configuration](https://help.ovhcloud.com/csm/en-dedicated-servers-api-partitioning?id=kb_article_view&sysparm_article=KB0043882) (do not forget to adapt camel case parameters to snake case parameters).
245
245
*`disk_group_id`: Disk group id to install the OS to (default is 0, meaning automatic).
0 commit comments