mirror of
https://github.com/jbowdre/vsphere-k8s.git
synced 2024-11-24 08:52:18 +00:00
rename packer build files
This commit is contained in:
parent
c2dc069959
commit
c0e9a92188
2 changed files with 2 additions and 2 deletions
|
@ -53,7 +53,7 @@ locals {
|
|||
// BLOCK: source
|
||||
// Defines the builder configuration blocks.
|
||||
|
||||
source "vsphere-iso" "linux-ubuntu" {
|
||||
source "vsphere-iso" "ubuntu-k8s" {
|
||||
|
||||
// vCenter Server Endpoint Settings and Credentials
|
||||
vcenter_server = var.vsphere_endpoint
|
||||
|
@ -154,7 +154,7 @@ source "vsphere-iso" "linux-ubuntu" {
|
|||
|
||||
build {
|
||||
sources = [
|
||||
"source.vsphere-iso.linux-ubuntu"
|
||||
"source.vsphere-iso.ubuntu-k8s"
|
||||
]
|
||||
|
||||
provisioner "file" {
|
Loading…
Reference in a new issue