DataPlatform Cluster Config

dataplatform_cluster_config

This is a simple module that supports getting config of DataPlatform clusters

⚠️ Note: Data Platform is currently in the Early Access (EA) phase. We recommend keeping usage and testing to non-production critical applications. Please contact your sales representative or support for more information.

Example Syntax


name: Get kubeconfig by ID
ionoscloudsdk.ionoscloud.dataplatform_cluster_config:
  cluster: ''
  config_file: config.yaml

Returned object

{
    "failed": false,
    "changed": true,
    "config": "<CONFIG_FILE_CONTENT>"
}

For more examples please check out the tests here.

state: present

  
name: Get kubeconfig by ID
ionoscloudsdk.ionoscloud.dataplatform_cluster_config:
  cluster: ''
  config_file: config.yaml

Available parameters for state present:

Last updated