Skip to content

Commit 37d7781

Browse files
authored
chore: bump tf code used in tests to require tf >= 1.9.0 (#235)
1 parent dd38252 commit 37d7781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/resources/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.0"
2+
required_version = ">= 1.9.0"
33
required_providers {
44
ibm = {
55
source = "ibm-cloud/ibm"

0 commit comments

Comments
 (0)