File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -395,8 +395,8 @@ google_storage_bucket:
395395 label : google_storage_bucket
396396 product : Cloud Storage
397397 test_config :
398- test_type : gsutil
399- test_command : gsutil ls | grep -c gs://
398+ test_type : gcloud
399+ test_command : gcloud storage ls | grep -c gs://
400400 expected : 0
401401 api_calls :
402402 - storage.buckets.insert
@@ -413,8 +413,8 @@ google_storage_bucket_object:
413413 label : google_storage_bucket_object
414414 product : Cloud Storage
415415 test_config :
416- test_type : gsutil
417- test_command : gsutil ls | grep -c gs://
416+ test_type : gcloud
417+ test_command : gcloud storage ls | grep -c gs://
418418 expected : 0
419419 todo : Make sure you check the bucket details at an actual object
420420 api_calls :
@@ -537,5 +537,3 @@ github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/net-cloudnat:
537537 aliasof :
538538 - google_compute_router
539539 - google_compute_router_nat
540-
541-
You can’t perform that action at this time.
0 commit comments