# README
Terraform AWS Provider ElasticBeanstalk Package
This area is primarily for AWS provider contributors and maintainers. For information on using Terraform and the AWS provider, see the links below.
Handy Links
- Find out about contributing to the AWS provider!
- AWS Provider Docs: Home
- AWS Provider Docs: One of the ElasticBeanstalk resources
- AWS Docs: AWS SDK for Go ElasticBeanstalk
# Functions
@SDKDataSource("aws_elastic_beanstalk_application").
@SDKDataSource("aws_elastic_beanstalk_hosted_zone").
@SDKDataSource("aws_elastic_beanstalk_solution_stack").
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GetTagsIn returns elasticbeanstalk service tags from Context.
KeyValueTags creates tftags.KeyValueTags from elasticbeanstalk service tags.
ListTags lists elasticbeanstalk service tags.
@SDKResource("aws_elastic_beanstalk_application", name="Application") @Tags(identifierAttribute="arn").
@SDKResource("aws_elastic_beanstalk_application_version", name="Application Version") @Tags(identifierAttribute="arn").
@SDKResource("aws_elastic_beanstalk_configuration_template").
@SDKResource("aws_elastic_beanstalk_environment", name="Environment") @Tags(identifierAttribute="arn").
SetTagsOut sets elasticbeanstalk service tags in Context.
Tags returns elasticbeanstalk service tags.
UpdateTags updates elasticbeanstalk service tags.
# Variables
No description provided by the author
No description provided by the author