Skip to content

Commit e5e77f4

Browse files
authored
Merge pull request #185 from bhandarivijay-png/ai-gsutil-migration-5843b67f7062435facb1c81e8f5ebc77
chore: Migrate gsutil usage to gcloud storage
2 parents bdabd91 + e7b7e41 commit e5e77f4

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

terraform/resources.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff 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-

0 commit comments

Comments
 (0)