build(deps): bump actions/github-script from 8 to 9 (#165)
Bumps actions/github-script from 8 to 9.
updated-dependencies:
- dependency-name: actions/github-script dependency-version: ‘9’ dependency-type: direct:production update-type: version-update:semver-major …
Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
terraform-provider-csbmysql
This is a highly specialised Terraform provider designed to be used exclusively with the Cloud Service Broker (“CSB”) to create OSBAPI-compliant service bindings in MySQL. Initially CSB brokerpaks used the original Terraform provider for MySQL, however it is no longer maintained.
Usage example
Releasing
To create a new GitHub release, decide on a new version number according to Semanitc Versioning, and then:
v:git tag vX.Y.Zgit push --tags