Skip to content
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 AWS Lightsail Load Balancer Attachment Support #11421

Closed
akonrath opened this issue Dec 25, 2019 · 3 comments · Fixed by #27339
Closed

Add AWS Lightsail Load Balancer Attachment Support #11421

akonrath opened this issue Dec 25, 2019 · 3 comments · Fixed by #27339
Labels
enhancement Requests to existing resources that expand the functionality or scope. new-resource Introduces a new resource. service/lightsail Issues and PRs that pertain to the lightsail service.
Milestone

Comments

@akonrath
Copy link
Contributor

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

As described here, Lightsail supports the use of a load balancer. I have already begun initial work to get this implemented as part of #11049 (load balancer creation, PR submitted) and this is intended to attach a load balancer to instances. This is being opened for visibility, updates, and tracking.

New or Affected Resource(s)

Proposed resource name is:

  • aws_lightsail_load_balancer_attachment

Potential Terraform Configuration

resource "aws_lightsail_load_balancer_attachment" "example_load_balancer_attachment_name" {
  load_balancer_name = "test"
  instance_names      = ["instance-1", "instance-2"]
}

References

@akonrath akonrath added the enhancement Requests to existing resources that expand the functionality or scope. label Dec 25, 2019
@ghost ghost added the service/lightsail Issues and PRs that pertain to the lightsail service. label Dec 25, 2019
@github-actions github-actions bot added the needs-triage Waiting for first response or review from a maintainer. label Dec 25, 2019
@ewbankkit ewbankkit added new-resource Introduces a new resource. and removed needs-triage Waiting for first response or review from a maintainer. labels Feb 12, 2021
@brittandeyoung
Copy link
Collaborator

For Awareness I have begun work on creating a separate AWS lightsail provider in order to help with Speeding up contributions and to give it dedicated attention.

The Github repo is located here: https://github.com/DeYoungTech/terraform-provider-awslightsail

The provider and documentation is published here: https://registry.terraform.io/providers/DeYoungTech/awslightsail/latest

With the most recent version, the provider has moved past resource parity for lightsail services and It includes this resource.

If you want to start using this resource now, feel free to check it out and provide feedback.

@github-actions
Copy link

This functionality has been released in v4.36.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. Thank you!

@github-actions
Copy link

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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 20, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement Requests to existing resources that expand the functionality or scope. new-resource Introduces a new resource. service/lightsail Issues and PRs that pertain to the lightsail service.
Projects
None yet
3 participants