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
+3-2
Original file line number
Diff line number
Diff line change
@@ -340,7 +340,7 @@ Available targets:
340
340
| <aname="input_env_vars"></a> [env\_vars](#input\_env\_vars)| Map of custom ENV variables to be provided to the application running on Elastic Beanstalk, e.g. env\_vars = { DB\_USER = 'admin' DB\_PASS = 'xxxxxx' } |`map(string)`|`{}`| no |
341
341
| <aname="input_environment"></a> [environment](#input\_environment)| ID element. Usually used for region e.g. 'uw2', 'us-west-2', OR role 'prod', 'staging', 'dev', 'UAT' |`string`|`null`| no |
342
342
| <aname="input_environment_type"></a> [environment\_type](#input\_environment\_type)| Environment type, e.g. 'LoadBalanced' or 'SingleInstance'. If setting to 'SingleInstance', `rolling_update_type` must be set to 'Time', `updating_min_in_service` must be set to 0, and `loadbalancer_subnets` will be unused (it applies to the ELB, which does not exist in SingleInstance environments) |`string`|`"LoadBalanced"`| no |
343
-
| <aname="input_extended_ec2_policy_document"></a> [extended\_ec2\_policy\_document](#input\_extended\_ec2\_policy\_document)| Extensions or overrides for the IAM role assigned to EC2 instances |`string`|`"{}"`| no |
343
+
| <aname="input_extended_ec2_policy_document"></a> [extended\_ec2\_policy\_document](#input\_extended\_ec2\_policy\_document)| Extensions or overrides for the IAM role assigned to EC2 instances |`string`|`""`| no |
344
344
| <aname="input_force_destroy"></a> [force\_destroy](#input\_force\_destroy)| Force destroy the S3 bucket for load balancer logs |`bool`|`false`| no |
345
345
| <aname="input_health_streaming_delete_on_terminate"></a> [health\_streaming\_delete\_on\_terminate](#input\_health\_streaming\_delete\_on\_terminate)| Whether to delete the log group when the environment is terminated. If false, the health data is kept RetentionInDays days. |`bool`|`false`| no |
346
346
| <aname="input_health_streaming_enabled"></a> [health\_streaming\_enabled](#input\_health\_streaming\_enabled)| For environments with enhanced health reporting enabled, whether to create a group in CloudWatch Logs for environment health and archive Elastic Beanstalk environment health data. For information about enabling enhanced health, see aws:elasticbeanstalk:healthreporting:system. |`bool`|`false`| no |
@@ -616,7 +616,7 @@ Check out [our other projects][github], [follow us on twitter][twitter], [apply
Copy file name to clipboardExpand all lines: docs/terraform.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@
95
95
| <aname="input_env_vars"></a> [env\_vars](#input\_env\_vars)| Map of custom ENV variables to be provided to the application running on Elastic Beanstalk, e.g. env\_vars = { DB\_USER = 'admin' DB\_PASS = 'xxxxxx' } |`map(string)`|`{}`| no |
96
96
| <aname="input_environment"></a> [environment](#input\_environment)| ID element. Usually used for region e.g. 'uw2', 'us-west-2', OR role 'prod', 'staging', 'dev', 'UAT' |`string`|`null`| no |
97
97
| <aname="input_environment_type"></a> [environment\_type](#input\_environment\_type)| Environment type, e.g. 'LoadBalanced' or 'SingleInstance'. If setting to 'SingleInstance', `rolling_update_type` must be set to 'Time', `updating_min_in_service` must be set to 0, and `loadbalancer_subnets` will be unused (it applies to the ELB, which does not exist in SingleInstance environments) |`string`|`"LoadBalanced"`| no |
98
-
| <aname="input_extended_ec2_policy_document"></a> [extended\_ec2\_policy\_document](#input\_extended\_ec2\_policy\_document)| Extensions or overrides for the IAM role assigned to EC2 instances |`string`|`"{}"`| no |
98
+
| <aname="input_extended_ec2_policy_document"></a> [extended\_ec2\_policy\_document](#input\_extended\_ec2\_policy\_document)| Extensions or overrides for the IAM role assigned to EC2 instances |`string`|`""`| no |
99
99
| <aname="input_force_destroy"></a> [force\_destroy](#input\_force\_destroy)| Force destroy the S3 bucket for load balancer logs |`bool`|`false`| no |
100
100
| <aname="input_health_streaming_delete_on_terminate"></a> [health\_streaming\_delete\_on\_terminate](#input\_health\_streaming\_delete\_on\_terminate)| Whether to delete the log group when the environment is terminated. If false, the health data is kept RetentionInDays days. |`bool`|`false`| no |
101
101
| <aname="input_health_streaming_enabled"></a> [health\_streaming\_enabled](#input\_health\_streaming\_enabled)| For environments with enhanced health reporting enabled, whether to create a group in CloudWatch Logs for environment health and archive Elastic Beanstalk environment health data. For information about enabling enhanced health, see aws:elasticbeanstalk:healthreporting:system. |`bool`|`false`| no |
0 commit comments