Skip to content

Commit

Permalink
feat: (IAC-1313) Use the ~> Notation for Provider Version Constraints (
Browse files Browse the repository at this point in the history
  • Loading branch information
jarpat authored Jan 31, 2024
1 parent f173803 commit cc7fba8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ terraform {
required_providers {
vsphere = {
source = "hashicorp/vsphere"
version = "2.6.1"
version = "~> 2.6"
}
local = {
source = "hashicorp/local"
version = "2.4.1"
version = "~> 2.4"
}
}
}

0 comments on commit cc7fba8

Please sign in to comment.