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 Apr 3, 2024
1 parent 331d800 commit 8fb523e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions provider.tf
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
terraform {
required_version = ">= 1.5.5"
required_version = ">= 1.7.5"

required_providers {
vsphere = {
source = "hashicorp/vsphere"
version = ">= 2.6.1"
version = ">= 2.7.0"
}
}
}
Expand Down

0 comments on commit 8fb523e

Please sign in to comment.