Skip to content

Commit fd520de

Browse files
committed
NSOF-5757 location: fix documentation
1 parent 40f7f47 commit fd520de

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/data-sources/location.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
page_title: "pfptmeta_location Data Source - terraform-provider-pfptmeta"
44
subcategory: "Network Resources"
55
description: |-
6-
Locations are Points-of-Presence (POPs). PoPs ensure lower latency for users while improving location awareness to make ads more relevant. Moreover, they enhance data privacy for local users. In addition, Egress rules can be defined to route traffic via specific location.
6+
Locations are Points-of-Presence (POPs). PoPs ensure lower latency for users while improving location awareness to make ads more relevant. Moreover, they enhance data privacy for local users. In addition, egress rules can be defined to route traffic via specific location.
77
---
88

99
# pfptmeta_location (Data Source)
1010

11-
Locations are Points-of-Presence (POPs). PoPs ensure lower latency for users while improving location awareness to make ads more relevant. Moreover, they enhance data privacy for local users. In addition, Egress rules can be defined to route traffic via specific location.
11+
Locations are Points-of-Presence (POPs). PoPs ensure lower latency for users while improving location awareness to make ads more relevant. Moreover, they enhance data privacy for local users. In addition, egress rules can be defined to route traffic via specific location.
1212

1313
## Example Usage
1414

internal/provider/location/data_source.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ func DataSource() *schema.Resource {
88
Description: "Locations are Points-of-Presence (POPs). " +
99
"PoPs ensure lower latency for users while improving location awareness to make ads more relevant. " +
1010
"Moreover, they enhance data privacy for local users. " +
11-
"In addition, Egress rules can be defined to route traffic via specific location.",
11+
"In addition, egress rules can be defined to route traffic via specific location.",
1212
Schema: map[string]*schema.Schema{
1313
"id": {
1414
Type: schema.TypeString,

0 commit comments

Comments
 (0)