Skip to content

Commit 27a9359

Browse files
authored
Merge pull request #86 from 3pings/main
Changed to use iks version name
2 parents 1908f9e + 12ecf1e commit 27a9359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ data "intersight_kubernetes_container_runtime_policy" "this" {
2626
}
2727
data "intersight_kubernetes_version_policy" "this" {
2828
count = var.versionPolicy.useExisting == true ? 1 : 0
29-
name = var.versionPolicy.iksVersionName
29+
name = var.versionPolicy.versionName
3030
}
3131
data "intersight_kubernetes_virtual_machine_instance_type" "this" {
3232
count = var.instance_type.use_existing == true ? 1 : 0

0 commit comments

Comments
 (0)