You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/resources/record_set.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# vinyldns\_record_set
2
2
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.
4
4
5
5
## Example Usage
6
6
@@ -30,7 +30,7 @@ The following arguments are supported:
30
30
31
31
*`zone_id` - (Required) The ID for the record set's zone.
32
32
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.
34
34
35
35
*`type` - (Required) The type of DNS record.
36
36
@@ -48,7 +48,7 @@ The following arguments are supported:
48
48
49
49
## Import
50
50
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`:
Copy file name to clipboardExpand all lines: docs/resources/zone.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ The following attributes are exported:
76
76
77
77
## Import
78
78
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`:
0 commit comments