0
0
llucycodes42
The code sets up an AWS Elastic Beanstalk Environment. Elastic Beanstalk is a service that makes it easy for you to deploy and manage applications on Amazon Web Services.
Shortcut: tf_aws_elastic_beanstalk_environment
resource "aws_elastic_beanstalk_environment" "${MyAWSResource}" {
}