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
{{ message }}
This repository was archived by the owner on Mar 1, 2023. It is now read-only.
* + dns zone resource
* + dns zone record resource
* ~ check id
* fix zone record, add docs, add tests
* add test on update
* mv client to sdk
* fix creating records with unexisted zone
* rename resource_records to resource_record
* add filter to records
* add filter to records
-**domain** (String) A domain of DNS Zone Record resource.
60
+
-**resource_record** (Block Set, Min: 1) An array of contents with meta of DNS Zone Record resource. (see [below for nested schema](#nestedblock--resource_record))
61
+
-**type** (String) A type of DNS Zone Record resource.
62
+
-**zone** (String) A zone of DNS Zone Record resource.
63
+
64
+
### Optional
65
+
66
+
-**filter** (Block Set) (see [below for nested schema](#nestedblock--filter))
67
+
-**id** (String) The ID of this resource.
68
+
-**ttl** (Number) A ttl of DNS Zone Record resource.
69
+
70
+
<aid="nestedblock--resource_record"></a>
71
+
### Nested Schema for `resource_record`
72
+
73
+
Required:
74
+
75
+
-**content** (String) A content of DNS Zone Record resource.
76
+
77
+
Optional:
78
+
79
+
-**enabled** (Boolean) Manage of public appearing of DNS Zone Record resource.
80
+
-**meta** (Block Set, Max: 1) (see [below for nested schema](#nestedblock--resource_record--meta))
81
+
82
+
<aid="nestedblock--resource_record--meta"></a>
83
+
### Nested Schema for `resource_record.meta`
84
+
85
+
Optional:
86
+
87
+
-**asn** (List of Number) An asn meta (e.g. 12345) of DNS Zone Record resource.
88
+
-**continents** (List of String) Continents meta (e.g. Asia) of DNS Zone Record resource.
89
+
-**countries** (List of String) Countries meta (e.g. USA) of DNS Zone Record resource.
90
+
-**default** (Boolean) Fallback meta equals true marks records which are used as a default answer (when nothing was selected by specified meta fields).
91
+
-**ip** (List of String) An ip meta (e.g. 127.0.0.0) of DNS Zone Record resource.
92
+
-**latlong** (List of Number) A latlong meta (e.g. 27.988056, 86.925278) of DNS Zone Record resource.
93
+
-**notes** (List of String) A notes meta (e.g. Miami DC) of DNS Zone Record resource.
94
+
95
+
96
+
97
+
<aid="nestedblock--filter"></a>
98
+
### Nested Schema for `filter`
99
+
100
+
Required:
101
+
102
+
-**type** (String) A DNS Zone Record filter option that describe a name of filter.
103
+
104
+
Optional:
105
+
106
+
-**limit** (Number) A DNS Zone Record filter option that describe how many records will be percolated.
107
+
-**strict** (Boolean) A DNS Zone Record filter option that describe possibility to return answers if no records were percolated through filter.
0 commit comments