Skip to content

Commit 3d73677

Browse files
committed
Try pinning version in TF file as well
1 parent f6d599d commit 3d73677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ terraform {
77
}
88
cloudfoundry = {
99
source = "registry.terraform.io/cloudfoundry-community/cloudfoundry"
10-
version = "~> 0.14.0"
10+
version = "~> 0.14.0, <= 0.14.2"
1111
}
1212
random = {
1313
source = "hashicorp/random"

0 commit comments

Comments
 (0)