-
Notifications
You must be signed in to change notification settings - Fork 9.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for getting EndpointURL directly from ElasticBeanstalk Environment resource #10015
Add support for getting EndpointURL directly from ElasticBeanstalk Environment resource #10015
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should be able to get this in once the documentation is updated. 👍
@@ -88,6 +88,10 @@ func resourceAwsElasticBeanstalkEnvironment() *schema.Resource { | |||
Optional: true, | |||
ForceNew: true, | |||
}, | |||
"endpoint_url": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please also add documentation for this in the attributes reference for the resource? Thanks! website/docs/r/elastic_beanstalk_environment.html.markdown
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks @xsalazar 🚀
This has been released in version 2.30.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Original PR: #9873 (changed to make PR from remote branch)
Summary
This PR adds the ability to pull the
endpoint_url
directly from theaws_elastic_beanstalk_environment
resource. Previously, (one way) to get this value was: register anaws_elb
data source using the registeredload_balancers
from theaws_elastic_beanstalk_environment
; with this data source, you can reference thedns_name
that corresponds to the load balancer.Community Note
Release Notes
Release note for CHANGELOG:
Add support for retrieving
endpoint_url
from the ElasticBeanstalk Environment.For example:
Output from acceptance testing: