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
@@ -312,6 +312,7 @@ Sometimes it is handy to have public access to Redshift clusters (for example if
312
312
| enable\_elasticloadbalancing\_endpoint | Should be true if you want to provision a Elastic Load Balancing endpoint to the VPC | bool |`"false"`| no |
313
313
| enable\_events\_endpoint | Should be true if you want to provision a CloudWatch Events endpoint to the VPC | bool |`"false"`| no |
314
314
| enable\_git\_codecommit\_endpoint | Should be true if you want to provision an Git Codecommit endpoint to the VPC | string |`"false"`| no |
315
+
| enable\_glue\_endpoint | Should be true if you want to provision a Glue endpoint to the VPC | bool |`"false"`| no |
315
316
| enable\_ipv6 | Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC. You cannot specify the range of IP addresses, or the size of the CIDR block. | bool |`"false"`| no |
316
317
| enable\_kinesis\_firehose\_endpoint | Should be true if you want to provision a Kinesis Firehose endpoint to the VPC | bool |`"false"`| no |
317
318
| enable\_kinesis\_streams\_endpoint | Should be true if you want to provision a Kinesis Streams endpoint to the VPC | bool |`"false"`| no |
@@ -321,11 +322,13 @@ Sometimes it is handy to have public access to Redshift clusters (for example if
321
322
| enable\_nat\_gateway | Should be true if you want to provision NAT Gateways for each of your private networks | bool |`"false"`| no |
322
323
| enable\_public\_redshift | Controls if redshift should have public routing table | bool |`"false"`| no |
323
324
| enable\_s3\_endpoint | Should be true if you want to provision an S3 endpoint to the VPC | bool |`"false"`| no |
325
+
| enable\_sagemaker\_notebook\_endpoint | Should be true if you want to provision a Sagemaker Notebook endpoint to the VPC | bool |`"false"`| no |
324
326
| enable\_secretsmanager\_endpoint | Should be true if you want to provision an Secrets Manager endpoint to the VPC | bool |`"false"`| no |
325
327
| enable\_sns\_endpoint | Should be true if you want to provision a SNS endpoint to the VPC | bool |`"false"`| no |
326
328
| enable\_sqs\_endpoint | Should be true if you want to provision an SQS endpoint to the VPC | string |`"false"`| no |
327
329
| enable\_ssm\_endpoint | Should be true if you want to provision an SSM endpoint to the VPC | bool |`"false"`| no |
328
330
| enable\_ssmmessages\_endpoint | Should be true if you want to provision a SSMMESSAGES endpoint to the VPC | bool |`"false"`| no |
331
+
| enable\_sts\_endpoint | Should be true if you want to provision a STS endpoint to the VPC | bool |`"false"`| no |
329
332
| enable\_transferserver\_endpoint | Should be true if you want to provision a Transer Server endpoint to the VPC | bool |`"false"`| no |
330
333
| enable\_vpn\_gateway | Should be true if you want to create a new VPN Gateway resource and attach it to the VPC | bool |`"false"`| no |
331
334
| events\_endpoint\_private\_dns\_enabled | Whether or not to associate a private hosted zone with the specified VPC for CloudWatch Events endpoint | bool |`"false"`| no |
@@ -335,6 +338,9 @@ Sometimes it is handy to have public access to Redshift clusters (for example if
335
338
| git\_codecommit\_endpoint\_private\_dns\_enabled | Whether or not to associate a private hosted zone with the specified VPC for Git Codecommit endpoint | string |`"false"`| no |
336
339
| git\_codecommit\_endpoint\_security\_group\_ids | The ID of one or more security groups to associate with the network interface for Git Codecommit endpoint | list |`[]`| no |
337
340
| git\_codecommit\_endpoint\_subnet\_ids | The ID of one or more subnets in which to create a network interface for Git Codecommit endpoint. Only a single subnet within an AZ is supported. If omitted, private subnets will be used. | list |`[]`| no |
341
+
| glue\_endpoint\_private\_dns\_enabled | Whether or not to associate a private hosted zone with the specified VPC for Glue endpoint | bool |`"false"`| no |
342
+
| glue\_endpoint\_security\_group\_ids | The ID of one or more security groups to associate with the network interface for Glue endpoint | list(string) |`[]`| no |
343
+
| glue\_endpoint\_subnet\_ids | The ID of one or more subnets in which to create a network interface for Glue endpoint. Only a single subnet within an AZ is supported. If omitted, private subnets will be used. | list(string) |`[]`| no |
338
344
| igw\_tags | Additional tags for the internet gateway | map(string) |`{}`| no |
339
345
| instance\_tenancy | A tenancy option for instances launched into the VPC | string |`"default"`| no |
340
346
| intra\_acl\_tags | Additional tags for the intra subnets network ACL | map(string) |`{}`| no |
@@ -403,6 +409,10 @@ Sometimes it is handy to have public access to Redshift clusters (for example if
403
409
| redshift\_subnet\_tags | Additional tags for the redshift subnets | map(string) |`{}`| no |
404
410
| redshift\_subnets | A list of redshift subnets | list(string) |`[]`| no |
405
411
| reuse\_nat\_ips | Should be true if you don't want EIPs to be created for your NAT Gateways and will instead pass them in via the 'external_nat_ip_ids' variable | bool |`"false"`| no |
412
+
| sagemaker\_notebook\_endpoint\_private\_dns\_enabled | Whether or not to associate a private hosted zone with the specified VPC for Sagemaker Notebook endpoint | bool |`"false"`| no |
413
+
| sagemaker\_notebook\_endpoint\_region | Region to use for Sagemaker Notebook endpoint | string |`""`| no |
414
+
| sagemaker\_notebook\_endpoint\_security\_group\_ids | The ID of one or more security groups to associate with the network interface for Sagemaker Notebook endpoint | list(string) |`[]`| no |
415
+
| sagemaker\_notebook\_endpoint\_subnet\_ids | The ID of one or more subnets in which to create a network interface for Sagemaker Notebook endpoint. Only a single subnet within an AZ is supported. If omitted, private subnets will be used. | list(string) |`[]`| no |
406
416
| secondary\_cidr\_blocks | List of secondary CIDR blocks to associate with the VPC to extend the IP Address pool | list(string) |`[]`| no |
407
417
| secretsmanager\_endpoint\_private\_dns\_enabled | Whether or not to associate a private hosted zone with the specified VPC for Secrets Manager endpoint | bool |`"false"`| no |
408
418
| secretsmanager\_endpoint\_security\_group\_ids | The ID of one or more security groups to associate with the network interface for Secrets Manager endpoint | list(string) |`[]`| no |
@@ -420,6 +430,9 @@ Sometimes it is handy to have public access to Redshift clusters (for example if
420
430
| ssmmessages\_endpoint\_private\_dns\_enabled | Whether or not to associate a private hosted zone with the specified VPC for SSMMESSAGES endpoint | bool |`"false"`| no |
421
431
| ssmmessages\_endpoint\_security\_group\_ids | The ID of one or more security groups to associate with the network interface for SSMMESSAGES endpoint | list(string) |`[]`| no |
422
432
| ssmmessages\_endpoint\_subnet\_ids | The ID of one or more subnets in which to create a network interface for SSMMESSAGES endpoint. Only a single subnet within an AZ is supported. If omitted, private subnets will be used. | list(string) |`[]`| no |
433
+
| sts\_endpoint\_private\_dns\_enabled | Whether or not to associate a private hosted zone with the specified VPC for STS endpoint | bool |`"false"`| no |
434
+
| sts\_endpoint\_security\_group\_ids | The ID of one or more security groups to associate with the network interface for STS endpoint | list(string) |`[]`| no |
435
+
| sts\_endpoint\_subnet\_ids | The ID of one or more subnets in which to create a network interface for STS endpoint. Only a single subnet within an AZ is supported. If omitted, private subnets will be used. | list(string) |`[]`| no |
423
436
| tags | A map of tags to add to all resources | map(string) |`{}`| no |
424
437
| transferserver\_endpoint\_private\_dns\_enabled | Whether or not to associate a private hosted zone with the specified VPC for Transfer Server endpoint | bool |`"false"`| no |
425
438
| transferserver\_endpoint\_security\_group\_ids | The ID of one or more security groups to associate with the network interface for Transfer Server endpoint | list(string) |`[]`| no |
@@ -502,6 +515,15 @@ Sometimes it is handy to have public access to Redshift clusters (for example if
502
515
| vpc\_endpoint\_cloudtrail\_dns\_entry | The DNS entries for the VPC Endpoint for CloudTrail. |
503
516
| vpc\_endpoint\_cloudtrail\_id | The ID of VPC endpoint for CloudTrail |
504
517
| vpc\_endpoint\_cloudtrail\_network\_interface\_ids | One or more network interfaces for the VPC Endpoint for CloudTrail. |
518
+
| vpc\_endpoint\_codebuild\_dns\_entry | The DNS entries for the VPC Endpoint for codebuild. |
519
+
| vpc\_endpoint\_codebuild\_id | The ID of VPC endpoint for codebuild |
520
+
| vpc\_endpoint\_codebuild\_network\_interface\_ids | One or more network interfaces for the VPC Endpoint for codebuild. |
521
+
| vpc\_endpoint\_codecommit\_dns\_entry | The DNS entries for the VPC Endpoint for codecommit. |
522
+
| vpc\_endpoint\_codecommit\_id | The ID of VPC endpoint for codecommit |
523
+
| vpc\_endpoint\_codecommit\_network\_interface\_ids | One or more network interfaces for the VPC Endpoint for codecommit. |
524
+
| vpc\_endpoint\_config\_dns\_entry | The DNS entries for the VPC Endpoint for config. |
525
+
| vpc\_endpoint\_config\_id | The ID of VPC endpoint for config |
526
+
| vpc\_endpoint\_config\_network\_interface\_ids | One or more network interfaces for the VPC Endpoint for config. |
505
527
| vpc\_endpoint\_dynamodb\_id | The ID of VPC endpoint for DynamoDB |
506
528
| vpc\_endpoint\_dynamodb\_pl\_id | The prefix list for the DynamoDB VPC endpoint. |
507
529
| vpc\_endpoint\_ec2\_dns\_entry | The DNS entries for the VPC Endpoint for EC2. |
@@ -531,6 +553,18 @@ Sometimes it is handy to have public access to Redshift clusters (for example if
531
553
| vpc\_endpoint\_events\_dns\_entry | The DNS entries for the VPC Endpoint for CloudWatch Events. |
532
554
| vpc\_endpoint\_events\_id | The ID of VPC endpoint for CloudWatch Events |
533
555
| vpc\_endpoint\_events\_network\_interface\_ids | One or more network interfaces for the VPC Endpoint for CloudWatch Events. |
556
+
| vpc\_endpoint\_git\_codecommit\_dns\_entry | The DNS entries for the VPC Endpoint for git_codecommit. |
557
+
| vpc\_endpoint\_git\_codecommit\_id | The ID of VPC endpoint for git_codecommit |
558
+
| vpc\_endpoint\_git\_codecommit\_network\_interface\_ids | One or more network interfaces for the VPC Endpoint for git_codecommit. |
559
+
| vpc\_endpoint\_glue\_dns\_entry | The DNS entries for the VPC Endpoint for Glue. |
560
+
| vpc\_endpoint\_glue\_id | The ID of VPC endpoint for Glue |
561
+
| vpc\_endpoint\_glue\_network\_interface\_ids | One or more network interfaces for the VPC Endpoint for Glue. |
562
+
| vpc\_endpoint\_kinesis\_firehose\_dns\_entry | The DNS entries for the VPC Endpoint for Kinesis Firehose. |
563
+
| vpc\_endpoint\_kinesis\_firehose\_id | The ID of VPC endpoint for Kinesis Firehose |
564
+
| vpc\_endpoint\_kinesis\_firehose\_network\_interface\_ids | One or more network interfaces for the VPC Endpoint for Kinesis Firehose. |
565
+
| vpc\_endpoint\_kinesis\_streams\_dns\_entry | The DNS entries for the VPC Endpoint for Kinesis Streams. |
566
+
| vpc\_endpoint\_kinesis\_streams\_id | The ID of VPC endpoint for Kinesis Streams |
567
+
| vpc\_endpoint\_kinesis\_streams\_network\_interface\_ids | One or more network interfaces for the VPC Endpoint for Kinesis Streams. |
534
568
| vpc\_endpoint\_kms\_dns\_entry | The DNS entries for the VPC Endpoint for KMS. |
535
569
| vpc\_endpoint\_kms\_id | The ID of VPC endpoint for KMS |
536
570
| vpc\_endpoint\_kms\_network\_interface\_ids | One or more network interfaces for the VPC Endpoint for KMS. |
@@ -542,6 +576,9 @@ Sometimes it is handy to have public access to Redshift clusters (for example if
542
576
| vpc\_endpoint\_monitoring\_network\_interface\_ids | One or more network interfaces for the VPC Endpoint for CloudWatch Monitoring. |
543
577
| vpc\_endpoint\_s3\_id | The ID of VPC endpoint for S3 |
544
578
| vpc\_endpoint\_s3\_pl\_id | The prefix list for the S3 VPC endpoint. |
579
+
| vpc\_endpoint\_secretsmanager\_dns\_entry | The DNS entries for the VPC Endpoint for secretsmanager. |
580
+
| vpc\_endpoint\_secretsmanager\_id | The ID of VPC endpoint for secretsmanager |
581
+
| vpc\_endpoint\_secretsmanager\_network\_interface\_ids | One or more network interfaces for the VPC Endpoint for secretsmanager. |
545
582
| vpc\_endpoint\_sns\_dns\_entry | The DNS entries for the VPC Endpoint for SNS. |
546
583
| vpc\_endpoint\_sns\_id | The ID of VPC endpoint for SNS |
547
584
| vpc\_endpoint\_sns\_network\_interface\_ids | One or more network interfaces for the VPC Endpoint for SNS. |
@@ -554,6 +591,12 @@ Sometimes it is handy to have public access to Redshift clusters (for example if
554
591
| vpc\_endpoint\_ssmmessages\_dns\_entry | The DNS entries for the VPC Endpoint for SSMMESSAGES. |
555
592
| vpc\_endpoint\_ssmmessages\_id | The ID of VPC endpoint for SSMMESSAGES |
556
593
| vpc\_endpoint\_ssmmessages\_network\_interface\_ids | One or more network interfaces for the VPC Endpoint for SSMMESSAGES. |
594
+
| vpc\_endpoint\_sts\_dns\_entry | The DNS entries for the VPC Endpoint for STS. |
595
+
| vpc\_endpoint\_sts\_id | The ID of VPC endpoint for STS |
596
+
| vpc\_endpoint\_sts\_network\_interface\_ids | One or more network interfaces for the VPC Endpoint for STS. |
597
+
| vpc\_endpoint\_transferserver\_dns\_entry | The DNS entries for the VPC Endpoint for transferserver. |
598
+
| vpc\_endpoint\_transferserver\_id | The ID of VPC endpoint for transferserver |
599
+
| vpc\_endpoint\_transferserver\_network\_interface\_ids | One or more network interfaces for the VPC Endpoint for transferserver |
557
600
| vpc\_id | The ID of the VPC |
558
601
| vpc\_instance\_tenancy | Tenancy of instances spin up within VPC |
559
602
| vpc\_ipv6\_association\_id | The association ID for the IPv6 CIDR block |
0 commit comments