File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414 attributes :
1515 label : What version of the Terraform provider are you using?
1616 description : What version of the Cloud Foundry Terraform provider are you using?
17- placeholder : 1.8 .0
17+ placeholder : 1.9 .0
1818 validations :
1919 required : false
2020 - type : input
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ terraform {
1515 required_providers {
1616 cloudfoundry = {
1717 source = "cloudfoundry/cloudfoundry"
18- version = "1.8 .0"
18+ version = "1.9 .0"
1919 }
2020 }
2121}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ terraform {
22 required_providers {
33 cloudfoundry = {
44 source = " cloudfoundry/cloudfoundry"
5- version = " 1.8 .0"
5+ version = " 1.9 .0"
66 }
77 }
88}
You can’t perform that action at this time.
0 commit comments