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
@@ -408,6 +408,8 @@ It is possible to integrate this VPC module with [terraform-aws-transit-gateway
408
408
| enable\_cloud\_directory\_endpoint | Should be true if you want to provision an Cloud Directory endpoint to the VPC |`bool`|`false`| no |
409
409
| enable\_cloudformation\_endpoint | Should be true if you want to provision a Cloudformation endpoint to the VPC |`bool`|`false`| no |
410
410
| enable\_cloudtrail\_endpoint | Should be true if you want to provision a CloudTrail endpoint to the VPC |`bool`|`false`| no |
411
+
| enable\_codeartifact_api\_endpoint | Should be true if you want to provision an Codeartifact API endpoint to the VPC |`bool`|`false`| no |
412
+
| enable\_codeartifact_repositories\_endpoint | Should be true if you want to provision an Codeartifact repositories endpoint to the VPC |`bool`|`false`| no |
411
413
| enable\_codebuild\_endpoint | Should be true if you want to provision an Codebuild endpoint to the VPC |`bool`|`false`| no |
412
414
| enable\_codecommit\_endpoint | Should be true if you want to provision an Codecommit endpoint to the VPC |`bool`|`false`| no |
413
415
| enable\_codedeploy\_commands\_secure\_endpoint | Should be true if you want to provision an CodeDeploy Commands Secure endpoint to the VPC |`bool`|`false`| no |
@@ -761,6 +763,12 @@ It is possible to integrate this VPC module with [terraform-aws-transit-gateway
761
763
| vpc\_endpoint\_cloudtrail\_dns\_entry | The DNS entries for the VPC Endpoint for CloudTrail. |
762
764
| vpc\_endpoint\_cloudtrail\_id | The ID of VPC endpoint for CloudTrail |
763
765
| vpc\_endpoint\_cloudtrail\_network\_interface\_ids | One or more network interfaces for the VPC Endpoint for CloudTrail. |
766
+
| vpc\_endpoint\_codeartifact_api\_dns\_entry | The DNS entries for the VPC Endpoint for Codeartifact API. |
767
+
| vpc\_endpoint\_codeartifact_api\_id | The ID of VPC endpoint for Codeartifact API |
768
+
| vpc\_endpoint\_codeartifact_api\_network\_interface\_ids | One or more network interfaces for the VPC Endpoint for Codeartifact API. |
769
+
| vpc\_endpoint\_codeartifact_repositories\_dns\_entry | The DNS entries for the VPC Endpoint for Codeartifact repositories. |
770
+
| vpc\_endpoint\_codeartifact_repositories\_id | The ID of VPC endpoint for Codeartifact repositories |
771
+
| vpc\_endpoint\_codeartifact_repositories\_network\_interface\_ids | One or more network interfaces for the VPC Endpoint for Codeartifact repositories. |
764
772
| vpc\_endpoint\_codebuild\_dns\_entry | The DNS entries for the VPC Endpoint for codebuild. |
765
773
| vpc\_endpoint\_codebuild\_id | The ID of VPC endpoint for codebuild |
766
774
| vpc\_endpoint\_codebuild\_network\_interface\_ids | One or more network interfaces for the VPC Endpoint for codebuild. |
description="The ID of one or more security groups to associate with the network interface for Codeartifact API endpoint"
333
+
type=list(string)
334
+
default=[]
335
+
}
336
+
337
+
variable"codeartifact_api_endpoint_subnet_ids" {
338
+
description="The ID of one or more subnets in which to create a network interface for Codeartifact API 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 Codeartifact repositories endpoint. Only a single subnet within an AZ is supported. If omitted, private subnets will be used."
0 commit comments