Skip to content

Commit c2ecd18

Browse files
authored
chore: bump tf code used in tests to require tf >= 1.9.0 (#172)
1 parent f6798d9 commit c2ecd18

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

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)