Skip to content

Commit fbaf3ec

Browse files
committed
slight clarifying improvements to docs language
1 parent 9b38749 commit fbaf3ec

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/resources/record_set.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# vinyldns\_record_set
22

3-
The record set resource allows VinylDNS record sets to be created and managed.
3+
The record set resource allows VinylDNS recordsets to be created and managed.
44

55
## Example Usage
66

@@ -30,7 +30,7 @@ The following arguments are supported:
3030

3131
* `zone_id` - (Required) The ID for the record set's zone.
3232

33-
* `owner_group_id` - (Optional) Record ownership assignment. This is applicable if the recordset exists in a shared zone.
33+
* `owner_group_id` - (Optional) Record ownership assignment. This is applicable if the record set exists in a shared zone.
3434

3535
* `type` - (Required) The type of DNS record.
3636

@@ -48,7 +48,7 @@ The following arguments are supported:
4848

4949
## Import
5050

51-
`vinyldns_record_set` can be imported using a combination of the ID of the zone and the ID of the record set. For example:
51+
`vinyldns_record_set` can be imported using a combination of its zone ID and record set ID. For example, run the following command to import a record set with ID `8306cce4-e16a-4579-9b19-4af46dc75853` from a zone with ID `9cbdd3ac-9752-4d56-9ca0-6a1a14fc5562`:
5252

5353
```
5454
terraform import vinyldns_record_set.example 9cbdd3ac-9752-4d56-9ca0-6a1a14fc5562:8306cce4-e16a-4579-9b19-4af46dc75853

docs/resources/zone.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The following attributes are exported:
7676

7777
## Import
7878

79-
`vinyldns_zone` can be imported using the ID of the zone. For example:
79+
`vinyldns_zone` can be imported using the ID of the zone. For example, run the following command to import a zone with ID `9cbdd3ac-9752-4d56-9ca0-6a1a14fc5562`:
8080

8181
```
8282
terraform import vinyldns_zone.example 9cbdd3ac-9752-4d56-9ca0-6a1a14fc5562

0 commit comments

Comments
 (0)