terraform-lab/aws_alb/variables.tf
2023-08-15 13:53:18 +10:00

4 lines
61 B
HCL

variable "server_port" {
type = number
default = 80
}