terraform-training/Modules/Compute/security_group/variables.tf

5 lines
98 B
Terraform
Raw Normal View History

variable name {}
variable description {}
variable vpc-id {}
variable ingress {}
variable egress {}