Skip to content

Commit 6004b21

Browse files
committed
cloud-storage version from pinpointing ~6.1 to >= 6.1
1 parent 740d2b4 commit 6004b21

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

community/modules/scheduler/schedmd-slurm-gcp-v6-controller/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ limitations under the License.
276276

277277
| Name | Source | Version |
278278
|------|--------|---------|
279-
| <a name="module_bucket"></a> [bucket](#module\_bucket) | terraform-google-modules/cloud-storage/google | ~> 6.1 |
279+
| <a name="module_bucket"></a> [bucket](#module\_bucket) | terraform-google-modules/cloud-storage/google | >= 6.1 |
280280
| <a name="module_daos_network_storage_scripts"></a> [daos\_network\_storage\_scripts](#module\_daos\_network\_storage\_scripts) | ../../../../modules/scripts/startup-script | n/a |
281281
| <a name="module_gpu"></a> [gpu](#module\_gpu) | ../../../../modules/internal/gpu-definition | n/a |
282282
| <a name="module_login"></a> [login](#module\_login) | ../../internal/slurm-gcp/login | n/a |

community/modules/scheduler/schedmd-slurm-gcp-v6-controller/slurm_files.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ locals {
2424

2525
module "bucket" {
2626
source = "terraform-google-modules/cloud-storage/google"
27-
version = "~> 6.1"
27+
version = ">= 6.1"
2828

2929
count = var.create_bucket ? 1 : 0
3030

0 commit comments

Comments
 (0)