{"id":20656337,"url":"https://github.com/flaconi/terraform-aws-beanstalk","last_synced_at":"2026-04-16T01:33:03.383Z","repository":{"id":38241450,"uuid":"465244035","full_name":"Flaconi/terraform-aws-beanstalk","owner":"Flaconi","description":"Terraform module for handling elastic beanstalk environment and application","archived":false,"fork":false,"pushed_at":"2025-10-15T14:50:00.000Z","size":84,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-10-26T00:24:55.263Z","etag":null,"topics":["aws","terraform","terraform-module"],"latest_commit_sha":null,"homepage":"","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Flaconi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-03-02T09:44:38.000Z","updated_at":"2025-10-15T14:46:31.000Z","dependencies_parsed_at":"2022-07-12T17:13:28.025Z","dependency_job_id":"5c3f1bd0-1a9d-4164-8fc7-1f75f13b1829","html_url":"https://github.com/Flaconi/terraform-aws-beanstalk","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/Flaconi/terraform-aws-beanstalk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flaconi%2Fterraform-aws-beanstalk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flaconi%2Fterraform-aws-beanstalk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flaconi%2Fterraform-aws-beanstalk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flaconi%2Fterraform-aws-beanstalk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Flaconi","download_url":"https://codeload.github.com/Flaconi/terraform-aws-beanstalk/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flaconi%2Fterraform-aws-beanstalk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31867710,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","terraform","terraform-module"],"created_at":"2024-11-16T18:14:49.496Z","updated_at":"2026-04-16T01:33:03.373Z","avatar_url":"https://github.com/Flaconi.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# terraform-module-template\nTemplate for Terraform modules\n\n[![lint](https://github.com/flaconi/terraform-aws-beanstalk/workflows/lint/badge.svg)](https://github.com/flaconi/terraform-aws-beanstalk/actions?query=workflow%3Alint)\n[![test](https://github.com/flaconi/terraform-aws-beanstalk/workflows/test/badge.svg)](https://github.com/flaconi/terraform-aws-beanstalk/actions?query=workflow%3Atest)\n[![Tag](https://img.shields.io/github/tag/flaconi/terraform-aws-beanstalk.svg)](https://github.com/flaconi/terraform-aws-beanstalk/releases)\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n\n\u003c!-- TFDOCS_HEADER_START --\u003e\n\n\n\u003c!-- TFDOCS_HEADER_END --\u003e\n\n\u003c!-- TFDOCS_PROVIDER_START --\u003e\n## Providers\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"provider_aws\"\u003e\u003c/a\u003e [aws](#provider\\_aws) | ~\u003e 6.12 |\n\n\u003c!-- TFDOCS_PROVIDER_END --\u003e\n\n\u003c!-- TFDOCS_REQUIREMENTS_START --\u003e\n## Requirements\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"requirement_terraform\"\u003e\u003c/a\u003e [terraform](#requirement\\_terraform) | \u003e= 1.3 |\n| \u003ca name=\"requirement_aws\"\u003e\u003c/a\u003e [aws](#requirement\\_aws) | ~\u003e 6.12 |\n\n\u003c!-- TFDOCS_REQUIREMENTS_END --\u003e\n\n\u003c!-- TFDOCS_INPUTS_START --\u003e\n## Required Inputs\n\nThe following input variables are required:\n\n### \u003ca name=\"input_region\"\u003e\u003c/a\u003e [region](#input\\_region)\n\nDescription: AWS region\n\nType: `string`\n\n### \u003ca name=\"input_description\"\u003e\u003c/a\u003e [description](#input\\_description)\n\nDescription: Short description of the Environment\n\nType: `string`\n\n### \u003ca name=\"input_vpc_id\"\u003e\u003c/a\u003e [vpc\\_id](#input\\_vpc\\_id)\n\nDescription: ID of the VPC\n\nType: `string`\n\n### \u003ca name=\"input_private_subnet_ids\"\u003e\u003c/a\u003e [private\\_subnet\\_ids](#input\\_private\\_subnet\\_ids)\n\nDescription: List of subnets\n\nType: `list(string)`\n\n### \u003ca name=\"input_public_subnet_ids\"\u003e\u003c/a\u003e [public\\_subnet\\_ids](#input\\_public\\_subnet\\_ids)\n\nDescription: List of subnets\n\nType: `list(string)`\n\n### \u003ca name=\"input_solution_stack_name_regex\"\u003e\u003c/a\u003e [solution\\_stack\\_name\\_regex](#input\\_solution\\_stack\\_name\\_regex)\n\nDescription: Elastic Beanstalk stack, e.g. Docker, Go, Node, Java, IIS. For more info, see https://docs.aws.amazon.com/elasticbeanstalk/latest/platforms/platforms-supported.html\n\nType: `string`\n\n### \u003ca name=\"input_application_name\"\u003e\u003c/a\u003e [application\\_name](#input\\_application\\_name)\n\nDescription: n/a\n\nType: `string`\n\n## Optional Inputs\n\nThe following input variables are optional (have default values):\n\n### \u003ca name=\"input_availability_zone_selector\"\u003e\u003c/a\u003e [availability\\_zone\\_selector](#input\\_availability\\_zone\\_selector)\n\nDescription: Availability Zone selector\n\nType: `string`\n\nDefault: `\"Any 3\"`\n\n### \u003ca name=\"input_loadbalancer_type\"\u003e\u003c/a\u003e [loadbalancer\\_type](#input\\_loadbalancer\\_type)\n\nDescription: Load Balancer type, e.g. 'application' or 'classic'\n\nType: `string`\n\nDefault: `\"application\"`\n\n### \u003ca name=\"input_loadbalancer_ssl_policy\"\u003e\u003c/a\u003e [loadbalancer\\_ssl\\_policy](#input\\_loadbalancer\\_ssl\\_policy)\n\nDescription: Specify a security policy to apply to the listener. This option is only applicable to environments with an application load balancer\n\nType: `string`\n\nDefault: `\"ELBSecurityPolicy-TLS13-1-2-2021-06\"`\n\n### \u003ca name=\"input_loadbalancer_redirect_http_to_https\"\u003e\u003c/a\u003e [loadbalancer\\_redirect\\_http\\_to\\_https](#input\\_loadbalancer\\_redirect\\_http\\_to\\_https)\n\nDescription: Redirect HTTP traffic to HTTPS listener\n\nType: `bool`\n\nDefault: `false`\n\n### \u003ca name=\"input_instance_type\"\u003e\u003c/a\u003e [instance\\_type](#input\\_instance\\_type)\n\nDescription: Instances type\n\nType: `string`\n\nDefault: `\"t3.small\"`\n\n### \u003ca name=\"input_root_volume_type\"\u003e\u003c/a\u003e [root\\_volume\\_type](#input\\_root\\_volume\\_type)\n\nDescription: The type of the EBS root volume\n\nType: `string`\n\nDefault: `\"gp3\"`\n\n### \u003ca name=\"input_root_volume_size\"\u003e\u003c/a\u003e [root\\_volume\\_size](#input\\_root\\_volume\\_size)\n\nDescription: The size of the EBS root volume\n\nType: `number`\n\nDefault: `10`\n\n### \u003ca name=\"input_healthcheck_url\"\u003e\u003c/a\u003e [healthcheck\\_url](#input\\_healthcheck\\_url)\n\nDescription: Application Health Check URL. Elastic Beanstalk will call this URL to check the health of the application running on EC2 instances\n\nType: `string`\n\nDefault: `\"/healthz\"`\n\n### \u003ca name=\"input_healthcheck_interval\"\u003e\u003c/a\u003e [healthcheck\\_interval](#input\\_healthcheck\\_interval)\n\nDescription: The interval of time, in seconds, that Elastic Load Balancing checks the health of the Amazon EC2 instances of your application\n\nType: `number`\n\nDefault: `15`\n\n### \u003ca name=\"input_healthcheck_timeout\"\u003e\u003c/a\u003e [healthcheck\\_timeout](#input\\_healthcheck\\_timeout)\n\nDescription: The amount of time, in seconds, to wait for a response during a health check. Note that this option is only applicable to environments with an application load balancer\n\nType: `number`\n\nDefault: `5`\n\n### \u003ca name=\"input_health_streaming_enabled\"\u003e\u003c/a\u003e [health\\_streaming\\_enabled](#input\\_health\\_streaming\\_enabled)\n\nDescription: 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.\n\nType: `bool`\n\nDefault: `false`\n\n### \u003ca name=\"input_health_streaming_delete_on_terminate\"\u003e\u003c/a\u003e [health\\_streaming\\_delete\\_on\\_terminate](#input\\_health\\_streaming\\_delete\\_on\\_terminate)\n\nDescription: Whether to delete the log group when the environment is terminated. If false, the health data is kept RetentionInDays days.\n\nType: `bool`\n\nDefault: `false`\n\n### \u003ca name=\"input_health_streaming_retention_in_days\"\u003e\u003c/a\u003e [health\\_streaming\\_retention\\_in\\_days](#input\\_health\\_streaming\\_retention\\_in\\_days)\n\nDescription: The number of days to keep the archived health data before it expires.\n\nType: `number`\n\nDefault: `7`\n\n### \u003ca name=\"input_autoscale_min\"\u003e\u003c/a\u003e [autoscale\\_min](#input\\_autoscale\\_min)\n\nDescription: Minumum instances to launch\n\nType: `number`\n\nDefault: `1`\n\n### \u003ca name=\"input_autoscale_max\"\u003e\u003c/a\u003e [autoscale\\_max](#input\\_autoscale\\_max)\n\nDescription: Maximum instances to launch\n\nType: `number`\n\nDefault: `1`\n\n### \u003ca name=\"input_autoscale_measure_name\"\u003e\u003c/a\u003e [autoscale\\_measure\\_name](#input\\_autoscale\\_measure\\_name)\n\nDescription: Metric used for your Auto Scaling trigger\n\nType: `string`\n\nDefault: `\"CPUUtilization\"`\n\n### \u003ca name=\"input_autoscale_statistic\"\u003e\u003c/a\u003e [autoscale\\_statistic](#input\\_autoscale\\_statistic)\n\nDescription: Statistic the trigger should use, such as Average\n\nType: `string`\n\nDefault: `\"Average\"`\n\n### \u003ca name=\"input_autoscale_unit\"\u003e\u003c/a\u003e [autoscale\\_unit](#input\\_autoscale\\_unit)\n\nDescription: Unit for the trigger measurement, such as Bytes\n\nType: `string`\n\nDefault: `\"Percent\"`\n\n### \u003ca name=\"input_autoscale_lower_bound\"\u003e\u003c/a\u003e [autoscale\\_lower\\_bound](#input\\_autoscale\\_lower\\_bound)\n\nDescription: Minimum level of autoscale metric to remove an instance\n\nType: `number`\n\nDefault: `20`\n\n### \u003ca name=\"input_autoscale_lower_increment\"\u003e\u003c/a\u003e [autoscale\\_lower\\_increment](#input\\_autoscale\\_lower\\_increment)\n\nDescription: How many Amazon EC2 instances to remove when performing a scaling activity.\n\nType: `number`\n\nDefault: `-1`\n\n### \u003ca name=\"input_autoscale_upper_bound\"\u003e\u003c/a\u003e [autoscale\\_upper\\_bound](#input\\_autoscale\\_upper\\_bound)\n\nDescription: Maximum level of autoscale metric to add an instance\n\nType: `number`\n\nDefault: `80`\n\n### \u003ca name=\"input_autoscale_upper_increment\"\u003e\u003c/a\u003e [autoscale\\_upper\\_increment](#input\\_autoscale\\_upper\\_increment)\n\nDescription: How many Amazon EC2 instances to add when performing a scaling activity\n\nType: `number`\n\nDefault: `1`\n\n### \u003ca name=\"input_solution_stack_most_recent\"\u003e\u003c/a\u003e [solution\\_stack\\_most\\_recent](#input\\_solution\\_stack\\_most\\_recent)\n\nDescription: If more than one solution stack names is available, use the most recent solution stack.\n\nType: `bool`\n\nDefault: `true`\n\n### \u003ca name=\"input_env_vars\"\u003e\u003c/a\u003e [env\\_vars](#input\\_env\\_vars)\n\nDescription: 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' }\n\nType: `map(string)`\n\nDefault: `{}`\n\n### \u003ca name=\"input_dns_zone_id\"\u003e\u003c/a\u003e [dns\\_zone\\_id](#input\\_dns\\_zone\\_id)\n\nDescription: Route53 parent zone ID. The module will create sub-domain DNS record in the parent zone for the EB environment\n\nType: `string`\n\nDefault: `\"\"`\n\n### \u003ca name=\"input_domain_name\"\u003e\u003c/a\u003e [domain\\_name](#input\\_domain\\_name)\n\nDescription: n/a\n\nType: `string`\n\nDefault: `\"\"`\n\n### \u003ca name=\"input_dns_subdomain\"\u003e\u003c/a\u003e [dns\\_subdomain](#input\\_dns\\_subdomain)\n\nDescription: The subdomain to create on Route53 for the EB environment. For the subdomain to be created, the `dns_zone_id` variable must be set as well\n\nType: `string`\n\nDefault: `\"\"`\n\n### \u003ca name=\"input_deployment_version\"\u003e\u003c/a\u003e [deployment\\_version](#input\\_deployment\\_version)\n\nDescription: n/a\n\nType: `string`\n\nDefault: `\"initial\"`\n\n### \u003ca name=\"input_deployment_bucket\"\u003e\u003c/a\u003e [deployment\\_bucket](#input\\_deployment\\_bucket)\n\nDescription: n/a\n\nType: `string`\n\nDefault: `null`\n\n### \u003ca name=\"input_deployment_file_path\"\u003e\u003c/a\u003e [deployment\\_file\\_path](#input\\_deployment\\_file\\_path)\n\nDescription: n/a\n\nType: `string`\n\nDefault: `\"Dockerrun.aws.json\"`\n\n### \u003ca name=\"input_deployment_definition\"\u003e\u003c/a\u003e [deployment\\_definition](#input\\_deployment\\_definition)\n\nDescription: n/a\n\nType: `string`\n\nDefault: `null`\n\n### \u003ca name=\"input_tags\"\u003e\u003c/a\u003e [tags](#input\\_tags)\n\nDescription: A map of additional tags to apply to all VPC resources\n\nType: `map(string)`\n\nDefault: `{}`\n\n### \u003ca name=\"input_subject_alternative_names\"\u003e\u003c/a\u003e [subject\\_alternative\\_names](#input\\_subject\\_alternative\\_names)\n\nDescription: n/a\n\nType: `list(string)`\n\nDefault: `[]`\n\n### \u003ca name=\"input_validation_allow_overwrite_records\"\u003e\u003c/a\u003e [validation\\_allow\\_overwrite\\_records](#input\\_validation\\_allow\\_overwrite\\_records)\n\nDescription: n/a\n\nType: `bool`\n\nDefault: `true`\n\n### \u003ca name=\"input_additional_settings\"\u003e\u003c/a\u003e [additional\\_settings](#input\\_additional\\_settings)\n\nDescription: Additional Elastic Beanstalk settings. For full list of options, see https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/command-options-general.html\n\nType:\n\n```hcl\nlist(object({\n    namespace = string\n    name      = string\n    value     = string\n  }))\n```\n\nDefault: `[]`\n\n### \u003ca name=\"input_managed_actions_enabled\"\u003e\u003c/a\u003e [managed\\_actions\\_enabled](#input\\_managed\\_actions\\_enabled)\n\nDescription: Enable managed platform updates. When you set this to true, you must also specify a `PreferredStartTime` and `UpdateLevel`\n\nType: `bool`\n\nDefault: `false`\n\n### \u003ca name=\"input_preferred_start_time\"\u003e\u003c/a\u003e [preferred\\_start\\_time](#input\\_preferred\\_start\\_time)\n\nDescription: Configure a maintenance window for managed actions in UTC\n\nType: `string`\n\nDefault: `\"Sun:10:00\"`\n\n### \u003ca name=\"input_update_level\"\u003e\u003c/a\u003e [update\\_level](#input\\_update\\_level)\n\nDescription: The highest level of update to apply with managed platform updates\n\nType: `string`\n\nDefault: `\"minor\"`\n\n### \u003ca name=\"input_instance_refresh_enabled\"\u003e\u003c/a\u003e [instance\\_refresh\\_enabled](#input\\_instance\\_refresh\\_enabled)\n\nDescription: Enable weekly instance replacement.\n\nType: `bool`\n\nDefault: `false`\n\n### \u003ca name=\"input_enable_stream_logs\"\u003e\u003c/a\u003e [enable\\_stream\\_logs](#input\\_enable\\_stream\\_logs)\n\nDescription: Whether to create groups in CloudWatch Logs for proxy and deployment logs, and stream logs from each instance in your environment\n\nType: `bool`\n\nDefault: `false`\n\n### \u003ca name=\"input_logs_delete_on_terminate\"\u003e\u003c/a\u003e [logs\\_delete\\_on\\_terminate](#input\\_logs\\_delete\\_on\\_terminate)\n\nDescription: Whether to delete the log groups when the environment is terminated. If false, the logs are kept RetentionInDays days\n\nType: `bool`\n\nDefault: `false`\n\n### \u003ca name=\"input_logs_retention_in_days\"\u003e\u003c/a\u003e [logs\\_retention\\_in\\_days](#input\\_logs\\_retention\\_in\\_days)\n\nDescription: The number of days to keep log events before they expire.\n\nType: `number`\n\nDefault: `7`\n\n### \u003ca name=\"input_keypair\"\u003e\u003c/a\u003e [keypair](#input\\_keypair)\n\nDescription: Name of SSH key that will be deployed on Elastic Beanstalk and DataPipeline instance. The key should be present in AWS\n\nType: `string`\n\nDefault: `\"\"`\n\n### \u003ca name=\"input_additional_security_group_rules\"\u003e\u003c/a\u003e [additional\\_security\\_group\\_rules](#input\\_additional\\_security\\_group\\_rules)\n\nDescription: A list of Security Group rule objects to add to the created security group, in addition to the ones this module normally creates.\n\nType:\n\n```hcl\nlist(object({\n    from_port   = number\n    to_port     = number\n    protocol    = string\n    type        = string\n    cidr_blocks = list(string)\n    description = optional(string)\n  }))\n```\n\nDefault: `[]`\n\n\u003c!-- TFDOCS_INPUTS_END --\u003e\n\n\u003c!-- TFDOCS_OUTPUTS_START --\u003e\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| \u003ca name=\"output_elastic_beanstalk_application_name\"\u003e\u003c/a\u003e [elastic\\_beanstalk\\_application\\_name](#output\\_elastic\\_beanstalk\\_application\\_name) | Elastic Beanstalk Application name |\n| \u003ca name=\"output_elastic_beanstalk_environment_application\"\u003e\u003c/a\u003e [elastic\\_beanstalk\\_environment\\_application](#output\\_elastic\\_beanstalk\\_environment\\_application) | The Elastic Beanstalk Application specified for this environment |\n| \u003ca name=\"output_elastic_beanstalk_environment_autoscaling_groups\"\u003e\u003c/a\u003e [elastic\\_beanstalk\\_environment\\_autoscaling\\_groups](#output\\_elastic\\_beanstalk\\_environment\\_autoscaling\\_groups) | The autoscaling groups used by this environment |\n| \u003ca name=\"output_elastic_beanstalk_environment_ec2_instance_profile_role_name\"\u003e\u003c/a\u003e [elastic\\_beanstalk\\_environment\\_ec2\\_instance\\_profile\\_role\\_name](#output\\_elastic\\_beanstalk\\_environment\\_ec2\\_instance\\_profile\\_role\\_name) | Instance IAM role name |\n| \u003ca name=\"output_elastic_beanstalk_environment_elb_zone_id\"\u003e\u003c/a\u003e [elastic\\_beanstalk\\_environment\\_elb\\_zone\\_id](#output\\_elastic\\_beanstalk\\_environment\\_elb\\_zone\\_id) | ELB zone id |\n| \u003ca name=\"output_elastic_beanstalk_environment_endpoint\"\u003e\u003c/a\u003e [elastic\\_beanstalk\\_environment\\_endpoint](#output\\_elastic\\_beanstalk\\_environment\\_endpoint) | Fully qualified DNS name for the environment |\n| \u003ca name=\"output_elastic_beanstalk_environment_hostname\"\u003e\u003c/a\u003e [elastic\\_beanstalk\\_environment\\_hostname](#output\\_elastic\\_beanstalk\\_environment\\_hostname) | DNS hostname |\n| \u003ca name=\"output_elastic_beanstalk_environment_id\"\u003e\u003c/a\u003e [elastic\\_beanstalk\\_environment\\_id](#output\\_elastic\\_beanstalk\\_environment\\_id) | ID of the Elastic Beanstalk environment |\n| \u003ca name=\"output_elastic_beanstalk_environment_launch_configurations\"\u003e\u003c/a\u003e [elastic\\_beanstalk\\_environment\\_launch\\_configurations](#output\\_elastic\\_beanstalk\\_environment\\_launch\\_configurations) | Launch configurations in use by this environment |\n| \u003ca name=\"output_elastic_beanstalk_environment_load_balancers\"\u003e\u003c/a\u003e [elastic\\_beanstalk\\_environment\\_load\\_balancers](#output\\_elastic\\_beanstalk\\_environment\\_load\\_balancers) | Elastic Load Balancers in use by this environment |\n| \u003ca name=\"output_elastic_beanstalk_environment_log_streams\"\u003e\u003c/a\u003e [elastic\\_beanstalk\\_environment\\_log\\_streams](#output\\_elastic\\_beanstalk\\_environment\\_log\\_streams) | Log Streaming in this environment |\n| \u003ca name=\"output_elastic_beanstalk_environment_name\"\u003e\u003c/a\u003e [elastic\\_beanstalk\\_environment\\_name](#output\\_elastic\\_beanstalk\\_environment\\_name) | Name |\n| \u003ca name=\"output_elastic_beanstalk_environment_queues\"\u003e\u003c/a\u003e [elastic\\_beanstalk\\_environment\\_queues](#output\\_elastic\\_beanstalk\\_environment\\_queues) | SQS queues in use by this environment |\n| \u003ca name=\"output_elastic_beanstalk_environment_security_group_arn\"\u003e\u003c/a\u003e [elastic\\_beanstalk\\_environment\\_security\\_group\\_arn](#output\\_elastic\\_beanstalk\\_environment\\_security\\_group\\_arn) | Elastic Beanstalk environment Security Group ARN |\n| \u003ca name=\"output_elastic_beanstalk_environment_security_group_id\"\u003e\u003c/a\u003e [elastic\\_beanstalk\\_environment\\_security\\_group\\_id](#output\\_elastic\\_beanstalk\\_environment\\_security\\_group\\_id) | Elastic Beanstalk environment Security Group ID |\n| \u003ca name=\"output_elastic_beanstalk_environment_security_group_name\"\u003e\u003c/a\u003e [elastic\\_beanstalk\\_environment\\_security\\_group\\_name](#output\\_elastic\\_beanstalk\\_environment\\_security\\_group\\_name) | Elastic Beanstalk environment Security Group name |\n| \u003ca name=\"output_elastic_beanstalk_environment_tier\"\u003e\u003c/a\u003e [elastic\\_beanstalk\\_environment\\_tier](#output\\_elastic\\_beanstalk\\_environment\\_tier) | The environment tier |\n| \u003ca name=\"output_elastic_beanstalk_environment_triggers\"\u003e\u003c/a\u003e [elastic\\_beanstalk\\_environment\\_triggers](#output\\_elastic\\_beanstalk\\_environment\\_triggers) | Autoscaling triggers in use by this environment |\n\n\u003c!-- TFDOCS_OUTPUTS_END --\u003e\n\n## License\n\n**[MIT License](LICENSE)**\n\nCopyright (c) 2022 **[Flaconi GmbH](https://github.com/flaconi)**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflaconi%2Fterraform-aws-beanstalk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflaconi%2Fterraform-aws-beanstalk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflaconi%2Fterraform-aws-beanstalk/lists"}