2022-09-22 00:43:34 +08:00
|
|
|
variable vpc-id {}
|
|
|
|
variable interface-ep-services {
|
2023-07-06 12:02:34 +08:00
|
|
|
type = list(string)
|
|
|
|
description = "List of interface endpoint. E.g. dkr,lambda,kms,elasticloadbalancing,execute-api,ec2,ssm,secretsmanager,monitoring,guardduty-data"
|
2022-09-22 00:43:34 +08:00
|
|
|
}
|
|
|
|
variable gateway-ep-services {
|
2023-07-06 12:02:34 +08:00
|
|
|
type = list(string)
|
2023-07-12 23:30:57 +08:00
|
|
|
default = []
|
|
|
|
description = "s3 and dynamodb gateway endpoints are free."
|
2022-09-22 00:43:34 +08:00
|
|
|
}
|
2023-07-12 20:37:30 +08:00
|
|
|
variable resource-prefix {}
|
2023-07-12 23:31:48 +08:00
|
|
|
/*
|
2023-07-12 20:37:30 +08:00
|
|
|
variable secondary_cidrs {
|
|
|
|
type = list(string)
|
|
|
|
description = "Additional cidr blocks"
|
|
|
|
default = []
|
2023-07-12 23:31:48 +08:00
|
|
|
}
|
|
|
|
*/
|