Skip to content

Commit

Permalink
don't make dc
Browse files Browse the repository at this point in the history
angus306 authored and angus306 committed Mar 17, 2024
1 parent 5af80c8 commit 14070ea
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions terraform/hawkfield.tf
Original file line number Diff line number Diff line change
@@ -31,10 +31,9 @@ resource "vsphere_license" "vmug" {
license_key = var.licence_key
}

resource "vsphere_datacenter" "hl-dc" {
name = "hawkfield_lodge"

}
#resource "vsphere_datacenter" "hl-dc" {
# name = "hawkfield_lodge"
#}

variable "licence_key" {
description = "The license key to use for the ESXi hosts"

0 comments on commit 14070ea

Please sign in to comment.