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

5 lines
98 B
HCL

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