File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 |
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ locals {
2424
2525module "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
You can’t perform that action at this time.
0 commit comments