We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5612458 commit 084ebe6Copy full SHA for 084ebe6
1 file changed
variables.tf
@@ -67,7 +67,11 @@ variable "execution_role_arn" {
67
variable "extraHosts" {
68
default = []
69
description = "A list of hostnames and IP address mappings to append to the /etc/hosts file on the container"
70
- type = list(string)
+
71
+ type = list(object({
72
+ ipAddress = string
73
+ hostname = string
74
+ }))
75
}
76
77
variable "family" {
0 commit comments