DOC: updated readme
This commit is contained in:
parent
cf2667baf8
commit
c6f160c918
@ -271,6 +271,5 @@ module "vpc-ep" {
|
|||||||
interface-ep-services = []
|
interface-ep-services = []
|
||||||
resource-prefix = var.resource-prefix
|
resource-prefix = var.resource-prefix
|
||||||
vpc-id = aws_vpc.vpc.id
|
vpc-id = aws_vpc.vpc.id
|
||||||
secondary_cidrs = var.secondary_cidr_blocks
|
|
||||||
}
|
}
|
||||||
```
|
```
|
@ -9,8 +9,10 @@ variable gateway-ep-services {
|
|||||||
description = "s3 and dynamodb gateway endpoints are free."
|
description = "s3 and dynamodb gateway endpoints are free."
|
||||||
}
|
}
|
||||||
variable resource-prefix {}
|
variable resource-prefix {}
|
||||||
|
/*
|
||||||
variable secondary_cidrs {
|
variable secondary_cidrs {
|
||||||
type = list(string)
|
type = list(string)
|
||||||
description = "Additional cidr blocks"
|
description = "Additional cidr blocks"
|
||||||
default = []
|
default = []
|
||||||
}
|
}
|
||||||
|
*/
|
@ -164,5 +164,4 @@ module "vpc-ep" {
|
|||||||
interface-ep-services = []
|
interface-ep-services = []
|
||||||
resource-prefix = var.resource-prefix
|
resource-prefix = var.resource-prefix
|
||||||
vpc-id = aws_vpc.vpc.id
|
vpc-id = aws_vpc.vpc.id
|
||||||
secondary_cidrs = var.secondary_cidr_blocks
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user