Skip to content

Commit

Permalink
Update provider.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-hermann-sva authored Jan 22, 2024
1 parent ceb347e commit 96f546a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,10 @@ terraform {
}
}
}

provider "vsphere" {
user = var.vsphere_user
password = var.vsphere_password
vsphere_server = var.vsphere_server
allow_unverified_ssl = var.unverified_ssl
}

0 comments on commit 96f546a

Please sign in to comment.