Skip to content

Commit

Permalink
fix: updated required terraform provider version to >= 1.3.0, <1.7.0 (
Browse files Browse the repository at this point in the history
  • Loading branch information
ocofaigh authored Mar 1, 2024
1 parent 397d954 commit 62fd22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solutions/instances/version.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = ">= 1.3.0, <1.6.0"
required_version = ">= 1.3.0, <1.7.0"
# Lock DA into an exact provider version - renovate automation will keep it updated
required_providers {
ibm = {
Expand Down

0 comments on commit 62fd22d

Please sign in to comment.