Type de liste de variables Terrform

variable "your_varible_name" {
	type = list(string)
}
Jolly Jaguar