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
description="The record type. Valid values are A, AAAA, CAA, CNAME, MX, NAPTR, NS, PTR, SOA, SPF, SRV and TXT. "
134
134
}
135
135
136
136
variable"ttls" {
137
-
type=list
137
+
type=list(any)
138
138
default=[]
139
139
description="(Required for non-alias records) The TTL of the record."
140
140
}
141
141
142
142
variable"names" {
143
-
type=list
143
+
type=list(any)
144
144
default=[]
145
145
description="The name of the record."
146
146
}
147
147
148
148
variable"values" {
149
-
type=list
149
+
type=list(any)
150
150
default=[]
151
151
description="(Required for non-alias records) A string list of records. To specify a single record value longer than 255 characters such as a TXT record for DKIM, add \"\" inside the Terraform configuration string (e.g. \"first255characters\"\"morecharacters\")."
152
152
}
153
153
154
154
variable"set_identifiers" {
155
-
type=list
155
+
type=list(any)
156
156
default=[]
157
157
description="Unique identifier to differentiate records with routing policies from one another. Required if using failover, geolocation, latency, or weighted routing policies documented below."
158
158
}
159
159
160
160
variable"health_check_ids" {
161
-
type=list
161
+
type=list(any)
162
162
default=[]
163
163
description="The health check the record should be associated with."
description="Set to true to indicate a multivalue answer routing policy. Conflicts with any other routing policy."
196
196
}
197
197
198
198
variable"allow_overwrites" {
199
-
type=list
199
+
type=list(any)
200
200
default=[]
201
201
description="Allow creation of this record in Terraform to overwrite an existing record, if any. This does not affect the ability to update the record in Terraform and does not prevent other resources within Terraform or manual Route 53 changes outside Terraform from overwriting this record. false by default. This configuration is not recommended for most environments."
0 commit comments