mirror of
https://github.com/jbowdre/vsphere-k8s.git
synced 2024-11-24 17:02:17 +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
|
// 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" {
|
Loading…
Reference in a new issue