Skip to content

Commit 5b85c8d

Browse files
committed
new terraform version
1 parent 2f7657b commit 5b85c8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vpc-site2site-vpn/versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ terraform {
44
required_providers {
55
ibm = {
66
source = "IBM-Cloud/ibm"
7-
version = "= 1.40.1"
7+
version = ">= 1.44.1"
88
}
99
}
10-
required_version = ">= 1.1.5"
10+
required_version = ">= 1.1.9"
1111
}

0 commit comments

Comments
 (0)