Skip to content

Commit 5e0c263

Browse files
committed
correct docs
1 parent 5ca7695 commit 5e0c263

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

datadog/fwprovider/resource_datadog_observability_pipeline.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2323,7 +2323,7 @@ func gcpAuthSchema() schema.SingleNestedBlock {
23232323
Attributes: map[string]schema.Attribute{
23242324
"credentials_file": schema.StringAttribute{
23252325
Optional: true,
2326-
Description: "Path to the GCP service account key file. Required when auth block is specified.",
2326+
Description: "Path to the GCP service account key file. Required when `auth` block is specified.",
23272327
},
23282328
},
23292329
}

docs/resources/observability_pipeline.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ Optional:
374374

375375
Optional:
376376

377-
- `credentials_file` (String) Path to the GCP service account key file. Required when auth block is specified.
377+
- `credentials_file` (String) Path to the GCP service account key file. Required when `auth` block is specified.
378378

379379

380380
<a id="nestedblock--config--destinations--google_pubsub--tls"></a>
@@ -1329,7 +1329,7 @@ Optional:
13291329

13301330
Optional:
13311331

1332-
- `credentials_file` (String) Path to the GCP service account key file. Required when auth block is specified.
1332+
- `credentials_file` (String) Path to the GCP service account key file. Required when `auth` block is specified.
13331333

13341334

13351335
<a id="nestedblock--config--sources--google_pubsub--tls"></a>

0 commit comments

Comments
 (0)