example/03-complex-enterprise/foundations/modules/networking/network/bastion/variable.tf (15 lines of code) (raw):

variable "description"{ default="Terraform-test-description" } variable "plan_code"{ default="alpha.professional" } variable "period"{ default="1" } variable "vswitch_id"{ default="v-testVswitch" } variable "security_group_ids"{ default=["sg-test"] }