rename packer build files

This commit is contained in:
John Bowdre 2022-12-03 17:02:17 -06:00
parent c2dc069959
commit c0e9a92188
2 changed files with 2 additions and 2 deletions

View file

@ -53,7 +53,7 @@ locals {
// BLOCK: source // BLOCK: source
// Defines the builder configuration blocks. // Defines the builder configuration blocks.
source "vsphere-iso" "linux-ubuntu" { source "vsphere-iso" "ubuntu-k8s" {
// vCenter Server Endpoint Settings and Credentials // vCenter Server Endpoint Settings and Credentials
vcenter_server = var.vsphere_endpoint vcenter_server = var.vsphere_endpoint
@ -154,7 +154,7 @@ source "vsphere-iso" "linux-ubuntu" {
build { build {
sources = [ sources = [
"source.vsphere-iso.linux-ubuntu" "source.vsphere-iso.ubuntu-k8s"
] ]
provisioner "file" { provisioner "file" {