Skip to content

Commit

Permalink
use IBM Cloud terraform provider 1.68 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonWoodlief authored Sep 12, 2024
1 parent 894fbdc commit 6968082
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vsi-validation/versions.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
terraform {
required_providers {
catalog = {
source = "jonwoodlief/catalog"
version = "~> 3.1.3"
source = "IBM-Cloud/ibm"
version = "~> 1.68, >= 1.68.0"
}
}
}

0 comments on commit 6968082

Please sign in to comment.