Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ body:
attributes:
label: What version of the Terraform provider are you using?
description: What version of the Cloud Foundry Terraform provider are you using?
placeholder: 1.9.0
placeholder: 1.10.0
validations:
required: false
- type: input
attributes:
label: What version of the Terraform CLI are you using?
description: What version of the Terraform CLI are you using?
placeholder: 1.13.4
placeholder: 1.13.5
validations:
required: true
- type: input
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ terraform {
required_providers {
cloudfoundry = {
source = "cloudfoundry/cloudfoundry"
version = "1.9.0"
version = "1.10.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/provider/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
cloudfoundry = {
source = "cloudfoundry/cloudfoundry"
version = "1.9.0"
version = "1.10.0"
}
}
}
Expand Down