Skip to content

Commit

Permalink
Merge pull request #147 from ingvagabund/tf-facility-to-facilities
Browse files Browse the repository at this point in the history
facility field removed in favor of facilities
  • Loading branch information
openshift-merge-robot authored Apr 24, 2019
2 parents 2a1147c + 0232a81 commit 1eb1bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/prebuild/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ resource "packet_ssh_key" "key" {
resource "packet_device" "libvirt" {
hostname = "libvirt-${var.id}"
plan = "baremetal_1"
facility = "sjc1"
facilities = ["sjc1"]
operating_system = "centos_7"
billing_cycle = "hourly"
project_id = "${var.packet_project_id}"
Expand Down

0 comments on commit 1eb1bd6

Please sign in to comment.