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
@@ -38,6 +38,6 @@ The following arguments are supported:
38
38
39
39
The following attributes are exported:
40
40
41
-
*`id` - A custom identifier for the profile. The value for this attribute is constructed using the `cluster_id` in the following format - `config_profile_${cluster_id}`.
41
+
*`id` - A custom identifier for the profile. The value for this attribute is constructed using the `cluster_id` in the following format - `configuration_profile_${cluster_id}`.
42
42
*`schema`- The JSON schema for the profile.
43
-
*`config` - The current configuration which is active on the cluster.
43
+
*`configuration` - The current configuration which is active on the cluster.
@@ -102,13 +102,13 @@ The following arguments are supported:
102
102
*`cluster_id` - (Required) The identifier of the cluster.
103
103
*`reference_host_id` - (Optional) The identifier of the host to use as a configuration source.
104
104
The host needs to be a member of the cluster identified by `cluster_id`. This argument can only be specified if
105
-
`config` is not set.
106
-
*`config` - (Optional) The configuration JSON provided as a plain string. This argument can only be specified if `reference_host_id` is not set.
105
+
`configuration` is not set.
106
+
*`configuration` - (Optional) The configuration JSON provided as a plain string. This argument can only be specified if `reference_host_id` is not set.
107
107
108
108
## Attribute Reference
109
109
110
110
The following attributes are exported:
111
111
112
-
*`id` - A custom identifier for the profile. The value for this attribute is constructed using the `cluster_id` in the following format - `config_profile_${cluster_id}`.
112
+
*`id` - A custom identifier for the profile. The value for this attribute is constructed using the `cluster_id` in the following format - `configuration_profile_${cluster_id}`.
113
113
*`schema`- The JSON schema for the profile.
114
-
*`config` - The current configuration which is active on the cluster.
114
+
*`configuration` - The current configuration which is active on the cluster.
0 commit comments