ibm_container_vpc_cluster_worker_info -- Retrieve IBM Cloud 'ibm_container_vpc_cluster_worker' resource ======================================================================================================= .. contents:: :local: :depth: 1 Synopsis -------- Retrieve an IBM Cloud 'ibm_container_vpc_cluster_worker' resource ForMoreInfoRefer ---------------- refer - https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/data-sources/container_vpc_cluster_worker Requirements ------------ The below requirements are needed on the host that executes this module. - IBM-Cloud terraform-provider-ibm v1.51.0 - Terraform v0.12.20 Parameters ---------- resource_group_id (False, str, None) ID of the resource group. worker_id (True, str, None) ID of the worker cluster_name_id (True, str, None) Name or ID of the cluster ibmcloud_api_key (True, any, None) The IBM Cloud API key to authenticate with the IBM Cloud platform. This can also be provided via the environment variable 'IC_API_KEY'. Authors ~~~~~~~ - Jay Carman (@jaywcarman)