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
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -211,6 +211,9 @@ Terraform version 0.10.3 or newer is required for this module to work.
211
211
| ec2\_endpoint\_private\_dns\_enabled | Whether or not to associate a private hosted zone with the specified VPC for EC2 endpoint | string |`"false"`| no |
212
212
| ec2\_endpoint\_security\_group\_ids | The ID of one or more security groups to associate with the network interface for EC2 endpoint | list |`[]`| no |
213
213
| ec2\_endpoint\_subnet\_ids | The ID of one or more subnets in which to create a network interface for EC2 endpoint. Only a single subnet within an AZ is supported. If omitted, private subnets will be used. | list |`[]`| no |
214
+
| ec2messages\_endpoint\_private\_dns\_enabled | Whether or not to associate a private hosted zone with the specified VPC for EC2MESSAGES endpoint | string |`"false"`| no |
215
+
| ec2messages\_endpoint\_security\_group\_ids | The ID of one or more security groups to associate with the network interface for EC2MESSAGES endpoint | list |`[]`| no |
216
+
| ec2messages\_endpoint\_subnet\_ids | The ID of one or more subnets in which to create a network interface for EC2MESSAGES endpoint. Only a single subnet within an AZ is supported. If omitted, private subnets will be used. | list |`[]`| no |
214
217
| elasticache\_route\_table\_tags | Additional tags for the elasticache route tables | map |`{}`| no |
215
218
| elasticache\_subnet\_suffix | Suffix to append to elasticache subnets name | string |`"elasticache"`| no |
216
219
| elasticache\_subnet\_tags | Additional tags for the elasticache subnets | map |`{}`| no |
@@ -220,9 +223,11 @@ Terraform version 0.10.3 or newer is required for this module to work.
220
223
| enable\_dns\_support | Should be true to enable DNS support in the VPC | string |`"true"`| no |
221
224
| enable\_dynamodb\_endpoint | Should be true if you want to provision a DynamoDB endpoint to the VPC | string |`"false"`| no |
222
225
| enable\_ec2\_endpoint | Should be true if you want to provision an EC2 endpoint to the VPC | string |`"false"`| no |
226
+
| enable\_ec2messages\_endpoint | Should be true if you want to provision an EC2MESSAGES endpoint to the VPC | string |`"false"`| no |
223
227
| enable\_nat\_gateway | Should be true if you want to provision NAT Gateways for each of your private networks | string |`"false"`| no |
224
228
| enable\_s3\_endpoint | Should be true if you want to provision an S3 endpoint to the VPC | string |`"false"`| no |
225
229
| enable\_ssm\_endpoint | Should be true if you want to provision an SSM endpoint to the VPC | string |`"false"`| no |
230
+
| enable\_ssmmessages\_endpoint | Should be true if you want to provision a SSMMESSAGES endpoint to the VPC | string |`"false"`| no |
226
231
| enable\_vpn\_gateway | Should be true if you want to create a new VPN Gateway resource and attach it to the VPC | string |`"false"`| no |
227
232
| external\_nat\_ip\_ids | List of EIP IDs to be assigned to the NAT Gateways (used in combination with reuse_nat_ips) | list |`[]`| no |
228
233
| igw\_tags | Additional tags for the internet gateway | map |`{}`| no |
@@ -257,6 +262,9 @@ Terraform version 0.10.3 or newer is required for this module to work.
257
262
| ssm\_endpoint\_private\_dns\_enabled | Whether or not to associate a private hosted zone with the specified VPC for SSM endpoint | string |`"false"`| no |
258
263
| ssm\_endpoint\_security\_group\_ids | The ID of one or more security groups to associate with the network interface for SSM endpoint | list |`[]`| no |
259
264
| 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 |`[]`| no |
265
+
| ssmmessages\_endpoint\_private\_dns\_enabled | Whether or not to associate a private hosted zone with the specified VPC for SSMMESSAGES endpoint | string |`"false"`| no |
266
+
| ssmmessages\_endpoint\_security\_group\_ids | The ID of one or more security groups to associate with the network interface for SSMMESSAGES endpoint | list |`[]`| no |
267
+
| 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 |`[]`| no |
260
268
| tags | A map of tags to add to all resources | map |`{}`| no |
261
269
| vpc\_tags | Additional tags for the VPC | map |`{}`| no |
262
270
| vpn\_gateway\_id | ID of VPN Gateway to attach to the VPC | string |`""`| no |
@@ -314,11 +322,17 @@ Terraform version 0.10.3 or newer is required for this module to work.
314
322
| vpc\_endpoint\_ec2\_dns\_entry | The DNS entries for the VPC Endpoint for EC2. |
315
323
| vpc\_endpoint\_ec2\_id | The ID of VPC endpoint for EC2 |
316
324
| vpc\_endpoint\_ec2\_network\_interface\_ids | One or more network interfaces for the VPC Endpoint for EC2 |
325
+
| vpc\_endpoint\_ec2messages\_dns\_entry | The DNS entries for the VPC Endpoint for EC2MESSAGES. |
326
+
| vpc\_endpoint\_ec2messages\_id | The ID of VPC endpoint for EC2MESSAGES |
327
+
| vpc\_endpoint\_ec2messages\_network\_interface\_ids | One or more network interfaces for the VPC Endpoint for EC2MESSAGES |
317
328
| vpc\_endpoint\_s3\_id | The ID of VPC endpoint for S3 |
318
329
| vpc\_endpoint\_s3\_pl\_id | The prefix list for the S3 VPC endpoint. |
319
330
| vpc\_endpoint\_ssm\_dns\_entry | The DNS entries for the VPC Endpoint for SSM. |
320
331
| vpc\_endpoint\_ssm\_id | The ID of VPC endpoint for SSM |
321
332
| vpc\_endpoint\_ssm\_network\_interface\_ids | One or more network interfaces for the VPC Endpoint for SSM. |
333
+
| vpc\_endpoint\_ssmmessages\_dns\_entry | The DNS entries for the VPC Endpoint for SSMMESSAGES. |
334
+
| vpc\_endpoint\_ssmmessages\_id | The ID of VPC endpoint for SSMMESSAGES |
335
+
| vpc\_endpoint\_ssmmessages\_network\_interface\_ids | One or more network interfaces for the VPC Endpoint for SSMMESSAGES. |
322
336
| vpc\_id | The ID of the VPC |
323
337
| vpc\_instance\_tenancy | Tenancy of instances spin up within VPC |
324
338
| vpc\_main\_route\_table\_id | The ID of the main route table associated with this VPC |
description="The ID of one or more security groups to associate with the network interface for SSMMESSAGES endpoint"
208
+
default=[]
209
+
}
210
+
211
+
variable"ssmmessages_endpoint_subnet_ids" {
212
+
description="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."
description="Whether or not to associate a private hosted zone with the specified VPC for EC2MESSAGES endpoint"
253
+
default=false
254
+
}
255
+
256
+
variable"ec2messages_endpoint_subnet_ids" {
257
+
description="The ID of one or more subnets in which to create a network interface for EC2MESSAGES endpoint. Only a single subnet within an AZ is supported. If omitted, private subnets will be used."
258
+
default=[]
259
+
}
260
+
221
261
variable"map_public_ip_on_launch" {
222
262
description="Should be false if you do not want to auto-assign public IP on launch"
0 commit comments