Add possibility to set sbs(5k or 15k) volume types for rdb instance #29
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Pull Request checks | |
"on": | |
pull_request: | |
branches: | |
- main | |
- master | |
types: | |
- opened | |
- reopened | |
- synchronize | |
- ready_for_review | |
jobs: | |
shell_check: | |
name: "Shell: Syntax checks" | |
uses: scaleway-terraform-modules/workflows/.github/workflows/shell_check.yaml@8efc0f7e5f358b3abcd5163534b374f72ce69ef9 # v2.1.7 | |
tf_module_check: | |
name: "Terraform Module: Code checks" | |
uses: scaleway-terraform-modules/workflows/.github/workflows/tf_module_check.yaml@8efc0f7e5f358b3abcd5163534b374f72ce69ef9 # v2.1.7 | |
yaml_check: | |
name: "YAML: Syntax checks" | |
uses: scaleway-terraform-modules/workflows/.github/workflows/yaml_check.yaml@8efc0f7e5f358b3abcd5163534b374f72ce69ef9 # v2.1.7 |