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
@@ -226,6 +226,9 @@ Sometimes it is handy to have public access to Redshift clusters (for example if
226
226
| athena\_endpoint\_subnet\_ids | The ID of one or more subnets in which to create a network interface for Athena endpoint. Only a single subnet within an AZ is supported. If omitted, private subnets will be used. | list(string) |`[]`| no |
227
227
| azs | A list of availability zones in the region | list(string) |`[]`| no |
228
228
| cidr | The CIDR block for the VPC. Default value is a valid CIDR, but not acceptable by AWS and should be overridden | string |`"0.0.0.0/0"`| no |
229
+
| cloud\_directory\_endpoint\_private\_dns\_enabled | Whether or not to associate a private hosted zone with the specified VPC for Cloud Directory endpoint | bool |`"false"`| no |
230
+
| cloud\_directory\_endpoint\_security\_group\_ids | The ID of one or more security groups to associate with the network interface for Cloud Directory endpoint | list(string) |`[]`| no |
231
+
| cloud\_directory\_endpoint\_subnet\_ids | The ID of one or more subnets in which to create a network interface for Cloud Directory endpoint. Only a single subnet within an AZ is supported. Ifomitted, private subnets will be used. | list(string) |`[]`| no |
229
232
| cloudformation\_endpoint\_private\_dns\_enabled | Whether or not to associate a private hosted zone with the specified VPC for Cloudformation endpoint | bool |`"false"`| no |
230
233
| cloudformation\_endpoint\_security\_group\_ids | The ID of one or more security groups to associate with the network interface for Cloudformation endpoint | list(string) |`[]`| no |
231
234
| cloudformation\_endpoint\_subnet\_ids | The ID of one or more subnets in which to create a network interface for Cloudformation endpoint. Only a single subnet within an AZ is supported. If omitted, private subnets will be used. | list(string) |`[]`| no |
@@ -300,6 +303,9 @@ Sometimes it is handy to have public access to Redshift clusters (for example if
300
303
| ecs\_telemetry\_endpoint\_private\_dns\_enabled | Whether or not to associate a private hosted zone with the specified VPC for ECS Telemetry endpoint | bool |`"false"`| no |
301
304
| ecs\_telemetry\_endpoint\_security\_group\_ids | The ID of one or more security groups to associate with the network interface for ECS Telemetry endpoint | list(string) |`[]`| no |
302
305
| ecs\_telemetry\_endpoint\_subnet\_ids | The ID of one or more subnets in which to create a network interface for ECS Telemetry endpoint. Only a single subnet within an AZ is supported. If omitted, private subnets will be used. | list(string) |`[]`| no |
306
+
| efs\_endpoint\_private\_dns\_enabled | Whether or not to associate a private hosted zone with the specified VPC for EFS endpoint | bool |`"false"`| no |
307
+
| efs\_endpoint\_security\_group\_ids | The ID of one or more security groups to associate with the network interface for EFS endpoint | list(string) |`[]`| no |
308
+
| efs\_endpoint\_subnet\_ids | The ID of one or more subnets in which to create a network interface for EFS endpoint. Only a single subnet within an AZ is supported. Ifomitted, private subnets will be used. | list(string) |`[]`| no |
303
309
| elasticache\_acl\_tags | Additional tags for the elasticache subnets network ACL | map(string) |`{}`| no |
304
310
| elasticache\_dedicated\_network\_acl | Whether to use dedicated network ACL (not default) and custom rules for elasticache subnets | bool |`"false"`| no |
@@ -319,6 +325,7 @@ Sometimes it is handy to have public access to Redshift clusters (for example if
319
325
| enable\_athena\_endpoint | Should be true if you want to provision a Athena endpoint to the VPC | bool |`"false"`| no |
320
326
| enable\_classiclink | Should be true to enable ClassicLink for the VPC. Only valid in regions and accounts that support EC2 Classic. | bool |`"null"`| no |
321
327
| enable\_classiclink\_dns\_support | Should be true to enable ClassicLink DNS Support for the VPC. Only valid in regions and accounts that support EC2 Classic. | bool |`"null"`| no |
328
+
| enable\_cloud\_directory\_endpoint | Should be true if you want to provision an Cloud Directory endpoint to the VPC | bool |`"false"`| no |
322
329
| enable\_cloudformation\_endpoint | Should be true if you want to provision a Cloudformation endpoint to the VPC | bool |`"false"`| no |
323
330
| enable\_cloudtrail\_endpoint | Should be true if you want to provision a CloudTrail endpoint to the VPC | bool |`"false"`| no |
324
331
| enable\_codebuild\_endpoint | Should be true if you want to provision an Codebuild endpoint to the VPC | string |`"false"`| no |
@@ -336,6 +343,7 @@ Sometimes it is handy to have public access to Redshift clusters (for example if
336
343
| enable\_ecs\_agent\_endpoint | Should be true if you want to provision a ECS Agent endpoint to the VPC | bool |`"false"`| no |
337
344
| enable\_ecs\_endpoint | Should be true if you want to provision a ECS endpoint to the VPC | bool |`"false"`| no |
338
345
| enable\_ecs\_telemetry\_endpoint | Should be true if you want to provision a ECS Telemetry endpoint to the VPC | bool |`"false"`| no |
346
+
| enable\_efs\_endpoint | Should be true if you want to provision an EFS endpoint to the VPC | bool |`"false"`| no |
339
347
| enable\_elasticloadbalancing\_endpoint | Should be true if you want to provision a Elastic Load Balancing endpoint to the VPC | bool |`"false"`| no |
340
348
| enable\_events\_endpoint | Should be true if you want to provision a CloudWatch Events endpoint to the VPC | bool |`"false"`| no |
341
349
| enable\_git\_codecommit\_endpoint | Should be true if you want to provision an Git Codecommit endpoint to the VPC | string |`"false"`| no |
@@ -573,6 +581,9 @@ Sometimes it is handy to have public access to Redshift clusters (for example if
573
581
| vpc\_endpoint\_athena\_dns\_entry | The DNS entries for the VPC Endpoint for Athena. |
574
582
| vpc\_endpoint\_athena\_id | The ID of VPC endpoint for Athena |
575
583
| vpc\_endpoint\_athena\_network\_interface\_ids | One or more network interfaces for the VPC Endpoint for Athena. |
584
+
| vpc\_endpoint\_cloud\_directory\_dns\_entry | The DNS entries for the VPC Endpoint for Cloud Directory. |
585
+
| vpc\_endpoint\_cloud\_directory\_id | The ID of VPC endpoint for Cloud Directory |
586
+
| vpc\_endpoint\_cloud\_directory\_network\_interface\_ids | One or more network interfaces for the VPC Endpoint for Cloud Directory. |
576
587
| vpc\_endpoint\_cloudformation\_dns\_entry | The DNS entries for the VPC Endpoint for Cloudformation. |
577
588
| vpc\_endpoint\_cloudformation\_id | The ID of VPC endpoint for Cloudformation |
578
589
| vpc\_endpoint\_cloudformation\_network\_interface\_ids | One or more network interfaces for the VPC Endpoint for Cloudformation. |
@@ -614,6 +625,9 @@ Sometimes it is handy to have public access to Redshift clusters (for example if
614
625
| vpc\_endpoint\_ecs\_telemetry\_dns\_entry | The DNS entries for the VPC Endpoint for ECS Telemetry. |
615
626
| vpc\_endpoint\_ecs\_telemetry\_id | The ID of VPC endpoint for ECS Telemetry |
616
627
| vpc\_endpoint\_ecs\_telemetry\_network\_interface\_ids | One or more network interfaces for the VPC Endpoint for ECS Telemetry. |
628
+
| vpc\_endpoint\_efs\_dns\_entry | The DNS entries for the VPC Endpoint for EFS. |
629
+
| vpc\_endpoint\_efs\_id | The ID of VPC endpoint for EFS |
630
+
| vpc\_endpoint\_efs\_network\_interface\_ids | One or more network interfaces for the VPC Endpoint for EFS. |
617
631
| vpc\_endpoint\_elasticloadbalancing\_dns\_entry | The DNS entries for the VPC Endpoint for Elastic Load Balancing. |
618
632
| vpc\_endpoint\_elasticloadbalancing\_id | The ID of VPC endpoint for Elastic Load Balancing |
619
633
| vpc\_endpoint\_elasticloadbalancing\_network\_interface\_ids | One or more network interfaces for the VPC Endpoint for Elastic Load Balancing. |
description="Should be true if you want to provision an EFS endpoint to the VPC"
1255
+
type=bool
1256
+
default=false
1257
+
}
1258
+
1259
+
variable"efs_endpoint_security_group_ids" {
1260
+
description="The ID of one or more security groups to associate with the network interface for EFS endpoint"
1261
+
type=list(string)
1262
+
default=[]
1263
+
}
1264
+
1265
+
variable"efs_endpoint_subnet_ids" {
1266
+
description="The ID of one or more subnets in which to create a network interface for EFS endpoint. Only a single subnet within an AZ is supported. Ifomitted, private subnets will be used."
1267
+
type=list(string)
1268
+
default=[]
1269
+
}
1270
+
1271
+
variable"efs_endpoint_private_dns_enabled" {
1272
+
description="Whether or not to associate a private hosted zone with the specified VPC for EFS endpoint"
1273
+
type=bool
1274
+
default=false
1275
+
}
1276
+
1277
+
variable"enable_cloud_directory_endpoint" {
1278
+
description="Should be true if you want to provision an Cloud Directory endpoint to the VPC"
description="The ID of one or more security groups to associate with the network interface for Cloud Directory endpoint"
1285
+
type=list(string)
1286
+
default=[]
1287
+
}
1288
+
1289
+
variable"cloud_directory_endpoint_subnet_ids" {
1290
+
description="The ID of one or more subnets in which to create a network interface for Cloud Directory endpoint. Only a single subnet within an AZ is supported. Ifomitted, private subnets will be used."
0 commit comments