diff --git a/data/data/nutanix/cluster/main.tf b/data/data/nutanix/cluster/main.tf index 16ac4f2d7c5..5036d7e41b4 100644 --- a/data/data/nutanix/cluster/main.tf +++ b/data/data/nutanix/cluster/main.tf @@ -38,14 +38,38 @@ resource "nutanix_image" "rhcos" { } } +data "ignition_file" "hostname" { + count = var.master_count + mode = "420" // 0644 + path = "/etc/hostname" + + content { + content = <