Use this data source to access information about an existing Kubernetes Node Pool Snapshot.
data "azurerm_kubernetes_node_pool_snapshot" "example" {
name = "example"
resource_group_name = "example-resources"
}
The following arguments are supported:
name
- The name of the Kubernetes Node Pool Snapshot.
resource_group_name
- The name of the Resource Group in which the Kubernetes Node Pool Snapshot exists.
The following attributes are exported:
id
- The ID of the Kubernetes Node Pool Snapshot.
source_node_pool_id
- The ID of the source Node Pool.
The timeouts
block allows you to specify timeouts for certain actions:
read
- (Defaults to 5 minutes) Used when retrieving the Kubernetes Node Pool Snapshot.