We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 355c646 + 0d230ef commit 983b543Copy full SHA for 983b543
2 files changed
providers.tf
@@ -3,7 +3,7 @@ terraform {
3
required_providers {
4
cloudfoundry = {
5
source = "cloudfoundry/cloudfoundry"
6
- version = ">= 1.5.0"
+ version = "~>1.7, !=1.8.0"
7
}
8
9
sandbox-deploy/main.tf
- version = "1.6.0"
+ version = "~>1.7"
0 commit comments