Data Source: oci_containerengine_addons
This data source provides the list of Addons in Oracle Cloud Infrastructure Container Engine service.
List addon for a provisioned cluster.
Example Usage
data "oci_containerengine_addons" "test_addons" {
#Required
cluster_id = oci_containerengine_cluster.test_cluster.id
}
Argument Reference
The following arguments are supported:
cluster_id
- (Required) The OCID of the cluster.
Attributes Reference
The following attributes are exported:
addons
- The list of addons.
Addon Reference
The following attributes are exported:
addon_error
- The error info of the addon.code
- A short error code that defines the upstream error, meant for programmatic parsing. See API Errors.message
- A human-readable error string of the upstream error.status
- The status of the HTTP response encountered in the upstream error.
configurations
- Addon configuration details.key
- configuration key namevalue
- configuration value name
current_installed_version
- current installed version of the addonaddon_name
- The name of the addon.state
- The state of the addon.time_created
- The time the cluster was created.version
- selected addon version, or null indicates autoUpdate