Skip to content

Commit c4a7972

Browse files
authored
fix: update version.tf in roks quickstart to allow tf 1.6 (#805)
1 parent 18af306 commit c4a7972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patterns/roks-quickstart/version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
terraform {
2-
required_version = ">= 1.3, < 1.6"
2+
required_version = ">= 1.3, < 1.7"
33
required_providers {
44
# renovate is set up to keep provider version at the latest for all DA solutions
55
ibm = {

0 commit comments

Comments
 (0)