5 lines
65 B
Terraform
5 lines
65 B
Terraform
|
variable "enable_nginx" {
|
||
|
type = number
|
||
|
default = 0
|
||
|
}
|