github.com/gerbenjacobs/terraform@v0.9.5-0.20170630130047-e6ddd62583d8/examples/alicloud-security-group-rule/variables.tf (about)

     1  variable "security_group_name" {
     2    default = "default-sg"
     3  }
     4  
     5  variable "nic_type" {
     6    default = "internet"
     7  }