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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -201,6 +201,7 @@ Available targets:
201
201
| additional_settings | Additional Elastic Beanstalk setttings. For full list of options, see https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/command-options-general.html| object |`<list>`| no |
202
202
| alb_zone_id | ALB zone id | map(string) |`<map>`| no |
203
203
| allowed_security_groups | List of security groups to add to the EC2 instances | list(string) |`<list>`| no |
204
+
| ami_id | The id of the AMI to associate with the Amazon EC2 instances | string |`null`| no |
204
205
| application_port | Port application is listening on | number |`80`| no |
205
206
| application_subnets | List of subnets to place EC2 instances | list(string) | - | yes |
206
207
| associate_public_ip_address | Whether to associate public IP addresses to the instances | bool |`false`| no |
Copy file name to clipboardExpand all lines: docs/terraform.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@
6
6
| additional_settings | Additional Elastic Beanstalk setttings. For full list of options, see https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/command-options-general.html| object |`<list>`| no |
7
7
| alb_zone_id | ALB zone id | map(string) |`<map>`| no |
8
8
| allowed_security_groups | List of security groups to add to the EC2 instances | list(string) |`<list>`| no |
9
+
| ami_id | The id of the AMI to associate with the Amazon EC2 instances | string |`null`| no |
9
10
| application_port | Port application is listening on | number |`80`| no |
10
11
| application_subnets | List of subnets to place EC2 instances | list(string) | - | yes |
11
12
| associate_public_ip_address | Whether to associate public IP addresses to the instances | bool |`false`| no |
0 commit comments