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
* Allow aws:elasticbeanstalk:managedactions toggling
* Remove duplicate DeploymentPolicy setting
* Add support for CloudWatch health log streaming
* Updated documentation
* Rebuild README
* Add all beanstalk outputs
* Documentation updates
* Add description variable and fix for boolean values
* Remove description output
It is listed in the documentation but fails every time. It isn’t a critical output anyway.
Error: Error running plan: 1 error(s) occurred:
* module.elastic_beanstalk_environment.output.description: Resource 'aws_elastic_beanstalk_environment.default' does not have attribute 'description' for variable 'aws_elastic_beanstalk_environment.default.description'
* Documentation update
* Updated enable_managed_actions documentation
* tf fmt
* Add ALB SSLPolicy support
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
@@ -87,6 +87,7 @@ Available targets:
87
87
| loadbalancer_certificate_arn | Load Balancer SSL certificate ARN. The certificate must be present in AWS Certificate Manager | string | `` | no |
88
88
| loadbalancer_managed_security_group | Load balancer managed security group | string | `` | no |
89
89
| loadbalancer_security_groups | Load balancer security groups | list |`<list>`| no |
90
+
| loadbalancer_ssl_policy | Specify a security policy to apply to the listener. This option is only applicable to environments with an application load balancer. | string | `` | no |
90
91
| loadbalancer_type | Load Balancer type, e.g. 'application' or 'classic' | string |`classic`| no |
91
92
| logs_delete_on_terminate | Whether to delete the log groups when the environment is terminated. If false, the logs are kept RetentionInDays days. | string |`false`| no |
92
93
| logs_retention_in_days | The number of days to keep log events before they expire. | string |`7`| 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
@@ -39,6 +39,7 @@
39
39
| loadbalancer_certificate_arn | Load Balancer SSL certificate ARN. The certificate must be present in AWS Certificate Manager | string | `` | no |
40
40
| loadbalancer_managed_security_group | Load balancer managed security group | string | `` | no |
41
41
| loadbalancer_security_groups | Load balancer security groups | list |`<list>`| no |
42
+
| loadbalancer_ssl_policy | Specify a security policy to apply to the listener. This option is only applicable to environments with an application load balancer. | string | `` | no |
42
43
| loadbalancer_type | Load Balancer type, e.g. 'application' or 'classic' | string |`classic`| no |
43
44
| logs_delete_on_terminate | Whether to delete the log groups when the environment is terminated. If false, the logs are kept RetentionInDays days. | string |`false`| no |
44
45
| logs_retention_in_days | The number of days to keep log events before they expire. | string |`7`| no |
0 commit comments