DOC: updated readme

This commit is contained in:
xpk 2023-07-12 23:31:48 +08:00
parent cf2667baf8
commit c6f160c918
Signed by: xpk
GPG Key ID: CD4FF6793F09AB86
3 changed files with 3 additions and 3 deletions

View File

@ -271,6 +271,5 @@ module "vpc-ep" {
interface-ep-services = []
resource-prefix = var.resource-prefix
vpc-id = aws_vpc.vpc.id
secondary_cidrs = var.secondary_cidr_blocks
}
```

View File

@ -9,8 +9,10 @@ variable gateway-ep-services {
description = "s3 and dynamodb gateway endpoints are free."
}
variable resource-prefix {}
/*
variable secondary_cidrs {
type = list(string)
description = "Additional cidr blocks"
default = []
}
}
*/

View File

@ -164,5 +164,4 @@ module "vpc-ep" {
interface-ep-services = []
resource-prefix = var.resource-prefix
vpc-id = aws_vpc.vpc.id
secondary_cidrs = var.secondary_cidr_blocks
}