Skip to content

Commit

Permalink
fix: vsphere test terraform as well
Browse files Browse the repository at this point in the history
  • Loading branch information
faiq committed Oct 12, 2023
1 parent 0340cb0 commit 4ef4f50
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test/infra/vsphere/main.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
// FIXME: https://d2iq.atlassian.net/browse/D2IQ-99451
terraform {
required_providers {
vsphere = {
source = "hashicorp/vsphere"
version = "~> 2.4.0"
}
}
}

resource "random_id" "build_id" {
byte_length = 8
}
Expand Down

0 comments on commit 4ef4f50

Please sign in to comment.