You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -294,6 +294,8 @@ Sometimes it is handy to have public access to Redshift clusters (for example if
294
294
| enable\_ecs\_telemetry\_endpoint | Should be true if you want to provision a ECS Telemetry endpoint to the VPC | bool |`"false"`| no |
295
295
| enable\_elasticloadbalancing\_endpoint | Should be true if you want to provision a Elastic Load Balancing endpoint to the VPC | bool |`"false"`| no |
296
296
| enable\_events\_endpoint | Should be true if you want to provision a CloudWatch Events endpoint to the VPC | bool |`"false"`| no |
297
+
| enable\_kinesis\_firehose\_endpoint | Should be true if you want to provision a Kinesis Firehose endpoint to the VPC | bool |`"false"`| no |
298
+
| enable\_kinesis\_streams\_endpoint | Should be true if you want to provision a Kinesis Streams endpoint to the VPC | bool |`"false"`| no |
297
299
| enable\_kms\_endpoint | Should be true if you want to provision a KMS endpoint to the VPC | bool |`"false"`| no |
298
300
| enable\_logs\_endpoint | Should be true if you want to provision a CloudWatch Logs endpoint to the VPC | bool |`"false"`| no |
299
301
| enable\_monitoring\_endpoint | Should be true if you want to provision a CloudWatch Monitoring endpoint to the VPC | bool |`"false"`| no |
@@ -319,6 +321,12 @@ Sometimes it is handy to have public access to Redshift clusters (for example if
319
321
| intra\_subnet\_suffix | Suffix to append to intra subnets name | string |`"intra"`| no |
320
322
| intra\_subnet\_tags | Additional tags for the intra subnets | map(string) |`{}`| no |
321
323
| intra\_subnets | A list of intra subnets | list(string) |`[]`| no |
324
+
| kinesis\_firehose\_endpoint\_private\_dns\_enabled | Whether or not to associate a private hosted zone with the specified VPC for Kinesis Firehose endpoint | bool |`"false"`| no |
325
+
| kinesis\_firehose\_endpoint\_security\_group\_ids | The ID of one or more security groups to associate with the network interface for Kinesis Firehose endpoint | list(string) |`[]`| no |
326
+
| kinesis\_firehose\_endpoint\_subnet\_ids | The ID of one or more subnets in which to create a network interface for Kinesis Firehose endpoint. Only a single subnet within an AZ is supported. If omitted, private subnets will be used. | list(string) |`[]`| no |
327
+
| kinesis\_streams\_endpoint\_private\_dns\_enabled | Whether or not to associate a private hosted zone with the specified VPC for Kinesis Streams endpoint | bool |`"false"`| no |
328
+
| kinesis\_streams\_endpoint\_security\_group\_ids | The ID of one or more security groups to associate with the network interface for Kinesis Streams endpoint | list(string) |`[]`| no |
329
+
| kinesis\_streams\_endpoint\_subnet\_ids | The ID of one or more subnets in which to create a network interface for Kinesis Streams endpoint. Only a single subnet within an AZ is supported. If omitted, private subnets will be used. | list(string) |`[]`| no |
322
330
| kms\_endpoint\_private\_dns\_enabled | Whether or not to associate a private hosted zone with the specified VPC for KMS endpoint | bool |`"false"`| no |
323
331
| kms\_endpoint\_security\_group\_ids | The ID of one or more security groups to associate with the network interface for KMS endpoint | list(string) |`[]`| no |
324
332
| kms\_endpoint\_subnet\_ids | The ID of one or more subnets in which to create a network interface for KMS endpoint. Only a single subnet within an AZ is supported. If omitted, private subnets will be used. | list(string) |`[]`| no |
description="The ID of one or more security groups to associate with the network interface for Kinesis Streams endpoint"
657
+
type=list(string)
658
+
default=[]
659
+
}
660
+
661
+
variable"kinesis_streams_endpoint_subnet_ids" {
662
+
description="The ID of one or more subnets in which to create a network interface for Kinesis Streams endpoint. Only a single subnet within an AZ is supported. If omitted, private subnets will be used."
description="The ID of one or more security groups to associate with the network interface for Kinesis Firehose endpoint"
681
+
type=list(string)
682
+
default=[]
683
+
}
684
+
685
+
variable"kinesis_firehose_endpoint_subnet_ids" {
686
+
description="The ID of one or more subnets in which to create a network interface for Kinesis Firehose endpoint. Only a single subnet within an AZ is supported. If omitted, private subnets will be used."
0 commit comments