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: variables.tf
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -180,6 +180,12 @@ variable "auth_token" {
180
180
default=""
181
181
}
182
182
183
+
variable"host_name" {
184
+
type=string
185
+
description="The DNS subdomain to add to Route53 for the cluster."
186
+
default=""
187
+
}
188
+
183
189
variable"replication_group_id" {
184
190
type=string
185
191
description="Replication group ID with the following constraints: \nA name must contain from 1 to 20 alphanumeric characters or hyphens. \n The first character must be a letter. \n A name cannot end with a hyphen or contain two consecutive hyphens."
0 commit comments