Skip to content

Commit 5a58c05

Browse files
committed
Pin version inside broker as well
1 parent 3d73677 commit 5a58c05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

broker/versions.tf

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

0 commit comments

Comments
 (0)