We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1908f9e + 12ecf1e commit 27a9359Copy full SHA for 27a9359
main.tf
@@ -26,7 +26,7 @@ data "intersight_kubernetes_container_runtime_policy" "this" {
26
}
27
data "intersight_kubernetes_version_policy" "this" {
28
count = var.versionPolicy.useExisting == true ? 1 : 0
29
- name = var.versionPolicy.iksVersionName
+ name = var.versionPolicy.versionName
30
31
data "intersight_kubernetes_virtual_machine_instance_type" "this" {
32
count = var.instance_type.use_existing == true ? 1 : 0
0 commit comments