terraform.aws-baseline-infra/modules/compute/security_group/variables.tf

5 lines
98 B
Terraform
Raw Normal View History

2023-11-23 16:58:41 +08:00
variable name {}
variable description {}
variable vpc-id {}
variable ingress {}
variable egress {}