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
@@ -277,6 +277,12 @@ It is possible to integrate this VPC module with [terraform-aws-transit-gateway
277
277
| codecommit\_endpoint\_private\_dns\_enabled | Whether or not to associate a private hosted zone with the specified VPC for Codecommit endpoint |`bool`|`false`| no |
278
278
| codecommit\_endpoint\_security\_group\_ids | The ID of one or more security groups to associate with the network interface for Codecommit endpoint |`list`|`[]`| no |
279
279
| 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 |
280
+
| codedeploy\_commands\_secure\_endpoint\_private\_dns\_enabled | Whether or not to associate a private hosted zone with the specified VPC for CodeDeploy Commands Secure endpoint |`bool`|`false`| no |
281
+
| codedeploy\_commands\_secure\_endpoint\_security\_group\_ids | The ID of one or more security groups to associate with the network interface for CodeDeploy Commands Secure endpoint |`list(string)`|`[]`| no |
282
+
| codedeploy\_commands\_secure\_endpoint\_subnet\_ids | The ID of one or more subnets in which to create a network interface for CodeDeploy Commands Secure endpoint. Only a single subnet within an AZ is supported. If omitted, private subnets will be used. |`list(string)`|`[]`| no |
283
+
| codedeploy\_endpoint\_private\_dns\_enabled | Whether or not to associate a private hosted zone with the specified VPC for CodeDeploy endpoint |`bool`|`false`| no |
284
+
| codedeploy\_endpoint\_security\_group\_ids | The ID of one or more security groups to associate with the network interface for CodeDeploy endpoint |`list(string)`|`[]`| no |
285
+
| codedeploy\_endpoint\_subnet\_ids | The ID of one or more subnets in which to create a network interface for CodeDeploy endpoint. Only a single subnet within an AZ is supported. If omitted, private subnets will be used. |`list(string)`|`[]`| no |
280
286
| codepipeline\_endpoint\_private\_dns\_enabled | Whether or not to associate a private hosted zone with the specified VPC for CodePipeline endpoint |`bool`|`false`| no |
281
287
| codepipeline\_endpoint\_security\_group\_ids | The ID of one or more security groups to associate with the network interface for CodePipeline endpoint |`list(string)`|`[]`| no |
282
288
| codepipeline\_endpoint\_subnet\_ids | The ID of one or more subnets in which to create a network interface for CodePipeline endpoint. Only a single subnet within an AZ is supported. If omitted, private subnets will be used. |`list(string)`|`[]`| no |
@@ -400,6 +406,8 @@ It is possible to integrate this VPC module with [terraform-aws-transit-gateway
400
406
| enable\_cloudtrail\_endpoint | Should be true if you want to provision a CloudTrail endpoint to the VPC |`bool`|`false`| no |
401
407
| enable\_codebuild\_endpoint | Should be true if you want to provision an Codebuild endpoint to the VPC |`bool`|`false`| no |
402
408
| enable\_codecommit\_endpoint | Should be true if you want to provision an Codecommit endpoint to the VPC |`bool`|`false`| no |
409
+
| enable\_codedeploy\_commands\_secure\_endpoint | Should be true if you want to provision an CodeDeploy Commands Secure endpoint to the VPC |`bool`|`false`| no |
410
+
| enable\_codedeploy\_endpoint | Should be true if you want to provision an CodeDeploy endpoint to the VPC |`bool`|`false`| no |
403
411
| enable\_codepipeline\_endpoint | Should be true if you want to provision a CodePipeline endpoint to the VPC |`bool`|`false`| no |
404
412
| enable\_config\_endpoint | Should be true if you want to provision an config endpoint to the VPC |`bool`|`false`| no |
405
413
| enable\_datasync\_endpoint | Should be true if you want to provision an Data Sync endpoint to the VPC |`bool`|`false`| no |
description="The ID of one or more security groups to associate with the network interface for CodeDeploy endpoint"
1681
+
type=list(string)
1682
+
default=[]
1683
+
}
1684
+
1685
+
variable"codedeploy_endpoint_subnet_ids" {
1686
+
description="The ID of one or more subnets in which to create a network interface for CodeDeploy endpoint. Only a single subnet within an AZ is supported. If omitted, private subnets will be used."
description="The ID of one or more subnets in which to create a network interface for CodeDeploy Commands Secure endpoint. Only a single subnet within an AZ is supported. If omitted, private subnets will be used."
0 commit comments