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
* adding secrets manager vpc end point support
* adding config vpc end point support
* adding codebuild, codecommit and git-codecommit vpc end point support
* adding transfer server vpc end point support
@@ -376,15 +376,33 @@ Sometimes it is handy to have public access to Redshift clusters (for example if
376
376
| sns\_endpoint\_private\_dns\_enabled | Whether or not to associate a private hosted zone with the specified VPC for SNS endpoint | bool |`"false"`| no |
377
377
| sns\_endpoint\_security\_group\_ids | The ID of one or more security groups to associate with the network interface for SNS endpoint | list(string) |`[]`| no |
378
378
| sns\_endpoint\_subnet\_ids | The ID of one or more subnets in which to create a network interface for SNS endpoint. Only a single subnet within an AZ is supported. If omitted, private subnets will be used. | list(string) |`[]`| no |
379
+
| codebuild\_endpoint\_private\_dns\_enabled | Whether or not to associate a private hosted zone with the specified VPC for Codebuild endpoint | string |`"false"`| no |
380
+
| codebuild\_endpoint\_security\_group\_ids | The ID of one or more security groups to associate with the network interface for Codebuild endpoint | list |`[]`| no |
381
+
| codebuild\_endpoint\_subnet\_ids | The ID of one or more subnets in which to create a network interface for Codebuild endpoint. Only a single subnet within an AZ is supported. If omitted, private subnets will be used. | list |`[]`| no |
382
+
| codecommit\_endpoint\_private\_dns\_enabled | Whether or not to associate a private hosted zone with the specified VPC for Codecommit endpoint | string |`"false"`| no |
383
+
| codecommit\_endpoint\_security\_group\_ids | The ID of one or more security groups to associate with the network interface for Codecommit endpoint | list |`[]`| no |
384
+
| codecommit\_endpoint\_subnet\_ids | The ID of one or more subnets in which to create a network interface for Codecommit endpoint. Only a single subnet within an AZ is supported. If omitted, private subnets will be used. | list |`[]`| no |
385
+
| 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 |
386
+
| 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 |
387
+
| 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 |
388
+
| config\_endpoint\_private\_dns\_enabled | Whether or not to associate a private hosted zone with the specified VPC for Config endpoint | string |`"false"`| no |
389
+
| config\_endpoint\_security\_group\_ids | The ID of one or more security groups to associate with the network interface for Config endpoint | list |`[]`| no |
390
+
| config\_endpoint\_subnet\_ids | The ID of one or more subnets in which to create a network interface for Config endpoint. Only a single subnet within an AZ is supported. If omitted, private subnets will be used. | list |`[]`| no |
379
391
| sqs\_endpoint\_private\_dns\_enabled | Whether or not to associate a private hosted zone with the specified VPC for SQS endpoint | string |`"false"`| no |
380
392
| sqs\_endpoint\_security\_group\_ids | The ID of one or more security groups to associate with the network interface for SQS endpoint | list |`[]`| no |
381
393
| sqs\_endpoint\_subnet\_ids | The ID of one or more subnets in which to create a network interface for SQS endpoint. Only a single subnet within an AZ is supported. If omitted, private subnets will be used. | list |`[]`| no |
382
394
| ssm\_endpoint\_private\_dns\_enabled | Whether or not to associate a private hosted zone with the specified VPC for SSM endpoint | bool |`"false"`| no |
383
395
| ssm\_endpoint\_security\_group\_ids | The ID of one or more security groups to associate with the network interface for SSM endpoint | list(string) |`[]`| no |
384
396
| ssm\_endpoint\_subnet\_ids | The ID of one or more subnets in which to create a network interface for SSM endpoint. Only a single subnet within an AZ is supported. If omitted, private subnets will be used. | list(string) |`[]`| no |
397
+
| 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 |
398
+
| 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 |
399
+
| secretsmanager\_endpoint\_subnet\_ids | The ID of one or more subnets in which to create a network interface for Secrets Manager endpoint. Only a single subnet within an AZ is supported. If omitted, private subnets will be used. | list(string) |`[]`| no |
385
400
| ssmmessages\_endpoint\_private\_dns\_enabled | Whether or not to associate a private hosted zone with the specified VPC for SSMMESSAGES endpoint | bool |`"false"`| no |
386
401
| 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 |
387
402
| 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 |
403
+
| 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 |
404
+
| 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 |
405
+
| transferserver\_endpoint\_subnet\_ids | The ID of one or more subnets in which to create a network interface for Transfer Server endpoint. Only a single subnet within an AZ is supported. If omitted, private subnets will be used. | list(string) |`[]`| no |
388
406
| tags | A map of tags to add to all resources | map(string) |`{}`| no |
389
407
| vpc\_tags | Additional tags for the VPC | map(string) |`{}`| no |
390
408
| vpn\_gateway\_id | ID of VPN Gateway to attach to the VPC | string |`""`| no |
description="Should be true if you want to provision an Codebuild endpoint to the VPC"
223
+
default=false
224
+
}
225
+
226
+
variable"codebuild_endpoint_security_group_ids" {
227
+
description="The ID of one or more security groups to associate with the network interface for Codebuild endpoint"
228
+
default=[]
229
+
}
230
+
231
+
variable"codebuild_endpoint_subnet_ids" {
232
+
description="The ID of one or more subnets in which to create a network interface for Codebuilt 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 Codecommit endpoint"
248
+
default=[]
249
+
}
250
+
251
+
variable"codecommit_endpoint_subnet_ids" {
252
+
description="The ID of one or more subnets in which to create a network interface for Codecommit 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 Git Codecommit endpoint"
268
+
default=[]
269
+
}
270
+
271
+
variable"git_codecommit_endpoint_subnet_ids" {
272
+
description="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."
description="Whether or not to associate a private hosted zone with the specified VPC for Git Codecommit endpoint"
278
+
default=false
279
+
}
280
+
281
+
variable"enable_config_endpoint" {
282
+
description="Should be true if you want to provision an config endpoint to the VPC"
283
+
default=false
284
+
}
285
+
286
+
variable"config_endpoint_security_group_ids" {
287
+
description="The ID of one or more security groups to associate with the network interface for config endpoint"
288
+
default=[]
289
+
}
290
+
291
+
variable"config_endpoint_subnet_ids" {
292
+
description="The ID of one or more subnets in which to create a network interface for config endpoint. Only a single subnet within an AZ is supported. If omitted, private subnets will be used."
293
+
default=[]
294
+
}
295
+
296
+
variable"config_endpoint_private_dns_enabled" {
297
+
description="Whether or not to associate a private hosted zone with the specified VPC for config endpoint"
298
+
default=false
299
+
}
300
+
221
301
variable"enable_sqs_endpoint" {
222
302
description="Should be true if you want to provision an SQS endpoint to the VPC"
description="The ID of one or more security groups to associate with the network interface for Secrets Manager endpoint"
353
+
type=list(string)
354
+
default=[]
355
+
}
356
+
357
+
variable"secretsmanager_endpoint_subnet_ids" {
358
+
description="The ID of one or more subnets in which to create a network interface for Secrets Manager 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 Transfer Server endpoint"
425
+
type=list(string)
426
+
default=[]
427
+
}
428
+
429
+
variable"transferserver_endpoint_subnet_ids" {
430
+
description="The ID of one or more subnets in which to create a network interface for Transfer Server endpoint. Only a single subnet within an AZ is supported. If omitted, private subnets will be used."
0 commit comments