initial commit
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
variable vpc_id {
|
||||
type = string
|
||||
}
|
||||
|
||||
variable subnet_ids {
|
||||
type = list(string)
|
||||
}
|
||||
|
||||
variable ingress_rules {
|
||||
type = list(list(string))
|
||||
}
|
||||
|
||||
variable egress_rules {
|
||||
type = list(list(string))
|
||||
}
|
||||
|
||||
variable acl_name {
|
||||
type = string
|
||||
}
|
||||
Reference in New Issue
Block a user