Skip to content

Commit 5c32f8f

Browse files
chore: add skip_docs flag to Cloud Run TF samples (#6213) (#4582)
Signed-off-by: Modular Magician <[email protected]>
1 parent 7527670 commit 5c32f8f

File tree

3 files changed

+3
-873
lines changed

3 files changed

+3
-873
lines changed

.changelog/6213.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
```release-note:none
2+
```

google-beta/resource_cloud_run_service_generated_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ func TestAccCloudRunService_cloudRunServiceScheduledExample(t *testing.T) {
512512

513513
vcrTest(t, resource.TestCase{
514514
PreCheck: func() { testAccPreCheck(t) },
515-
Providers: testAccProviders,
515+
Providers: testAccProvidersOiCS,
516516
CheckDestroy: testAccCheckCloudRunServiceDestroyProducer(t),
517517
Steps: []resource.TestStep{
518518
{

0 commit comments

Comments
 (0)