Skip to content

Commit 3bbd05d

Browse files
committed
fix: correct formatting and provider name in service definition YAML examples
1 parent c2dc266 commit 3bbd05d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

datadog/tests/resource_datadog_service_definition_yaml_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ links:
189189
tags:
190190
- my:tag
191191
- service:tag
192-
team: my-team
192+
team: my-team
193193
EOF
194194
}`, uniq)
195195
}
@@ -257,7 +257,7 @@ integrations:
257257
links:
258258
- name: Architecture
259259
type: doc
260-
provider: Gigoogle drivetHub
260+
provider: Google Drive
261261
url: https://my-runbook
262262
- name: Runbook
263263
type: runbook

examples/resources/datadog_service_definition_yaml/resource.tf

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ description: shopping cart service responsible for managing shopping carts
1515
tier: high
1616
lifecycle: production
1717
application: e-commerce
18-
languages:
18+
languages:
1919
- go
2020
- python
21-
type: web
21+
type: web
2222
ci-pipeline-fingerprints:
23-
- fp1
24-
- fp2
23+
- fp1
24+
- fp2
2525
links:
2626
- name: shopping-cart runbook
2727
type: runbook
@@ -42,7 +42,7 @@ tags:
4242
- business-unit:retail
4343
- cost-center:engineering
4444
integrations:
45-
pagerduty:
45+
pagerduty:
4646
service-url: https://www.pagerduty.com/service-directory/Pshopping-cart
4747
extensions:
4848
mycompany.com/shopping-cart:

0 commit comments

Comments
 (0)