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: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -409,7 +409,6 @@ Available targets:
409
409
| <aname="input_spot_max_price"></a> [spot\_max\_price](#input\_spot\_max\_price)| The maximum price per unit hour, in US$, that you're willing to pay for a Spot Instance. This option is relevant only when enable\_spot\_instances is true. Valid values are between 0.001 and 20.0 |`number`|`-1`| no |
410
410
| <aname="input_ssh_listener_enabled"></a> [ssh\_listener\_enabled](#input\_ssh\_listener\_enabled)| Enable SSH port |`bool`|`false`| no |
411
411
| <aname="input_ssh_listener_port"></a> [ssh\_listener\_port](#input\_ssh\_listener\_port)| SSH port |`number`|`22`| no |
412
-
| <aname="input_ssh_source_restriction"></a> [ssh\_source\_restriction](#input\_ssh\_source\_restriction)| Used to lock down SSH access to the EC2 instances |`string`|`"0.0.0.0/0"`| no |
413
412
| <aname="input_stage"></a> [stage](#input\_stage)| ID element. Usually used to indicate role, e.g. 'prod', 'staging', 'source', 'build', 'test', 'deploy', 'release' |`string`|`null`| no |
414
413
| <aname="input_tags"></a> [tags](#input\_tags)| Additional tags (e.g. `{'BusinessUnit': 'XYZ'}`).<br>Neither the tag keys nor the tag values will be modified by this module. |`map(string)`|`{}`| no |
415
414
| <aname="input_tenant"></a> [tenant](#input\_tenant)| ID element \_(Rarely used, not included by default)\_. A customer identifier, indicating who this instance of a resource is for |`string`|`null`| no |
Copy file name to clipboardExpand all lines: docs/terraform.md
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -164,7 +164,6 @@
164
164
| <aname="input_spot_max_price"></a> [spot\_max\_price](#input\_spot\_max\_price)| The maximum price per unit hour, in US$, that you're willing to pay for a Spot Instance. This option is relevant only when enable\_spot\_instances is true. Valid values are between 0.001 and 20.0 |`number`|`-1`| no |
165
165
| <aname="input_ssh_listener_enabled"></a> [ssh\_listener\_enabled](#input\_ssh\_listener\_enabled)| Enable SSH port |`bool`|`false`| no |
166
166
| <aname="input_ssh_listener_port"></a> [ssh\_listener\_port](#input\_ssh\_listener\_port)| SSH port |`number`|`22`| no |
167
-
| <aname="input_ssh_source_restriction"></a> [ssh\_source\_restriction](#input\_ssh\_source\_restriction)| Used to lock down SSH access to the EC2 instances |`string`|`"0.0.0.0/0"`| no |
168
167
| <aname="input_stage"></a> [stage](#input\_stage)| ID element. Usually used to indicate role, e.g. 'prod', 'staging', 'source', 'build', 'test', 'deploy', 'release' |`string`|`null`| no |
169
168
| <aname="input_tags"></a> [tags](#input\_tags)| Additional tags (e.g. `{'BusinessUnit': 'XYZ'}`).<br>Neither the tag keys nor the tag values will be modified by this module. |`map(string)`|`{}`| no |
170
169
| <aname="input_tenant"></a> [tenant](#input\_tenant)| ID element \_(Rarely used, not included by default)\_. A customer identifier, indicating who this instance of a resource is for |`string`|`null`| no |
description="Flag to create a shared application loadbalancer. Only when loadbalancer_type = \"application\" https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/environments-cfg-alb-shared.html"
30
30
}
31
31
32
-
variable"shared_loadbalancer_arn" {
33
-
type=string
34
-
default=""
35
-
description="ARN of the shared application load balancer. Only when loadbalancer_type = \"application\"."
36
-
}
37
-
38
32
variable"dns_zone_id" {
39
33
type=string
40
34
description="Route53 parent zone ID. The module will create sub-domain DNS record in the parent zone for the EB environment"
description="List of all option settings configured in the environment. These are a combination of default settings and their overrides from setting in the configuration"
Copy file name to clipboardExpand all lines: variables.tf
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -371,12 +371,6 @@ variable "elb_scheme" {
371
371
description="Specify `internal` if you want to create an internal load balancer in your Amazon VPC so that your Elastic Beanstalk application cannot be accessed from outside your Amazon VPC"
372
372
}
373
373
374
-
variable"ssh_source_restriction" {
375
-
type=string
376
-
default="0.0.0.0/0"
377
-
description="Used to lock down SSH access to the EC2 instances"
0 commit comments