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 DNS Entry Support #2731

Closed
tankertuf opened this issue Dec 21, 2017 · 12 comments · Fixed by #9370 or #27309
Closed

Add AWS Lightsail DNS Entry Support #2731

tankertuf opened this issue Dec 21, 2017 · 12 comments · Fixed by #9370 or #27309
Labels
enhancement Requests to existing resources that expand the functionality or scope. good first issue Call to action for new contributors looking for a place to start. Smaller or straightforward issues. service/lightsail Issues and PRs that pertain to the lightsail service.
Milestone

Comments

@tankertuf
Copy link

Hi there,

Would it be possible to add support for adding/removing DNS records to Lightsail domains?

API references:
https://docs.aws.amazon.com/lightsail/2016-11-28/api-reference/API_CreateDomainEntry.html
https://docs.aws.amazon.com/lightsail/2016-11-28/api-reference/API_DeleteDomainEntry.html

Thank you,
John

@bflad
Copy link
Contributor

bflad commented Dec 21, 2017

Hi @tankertuf, thanks for submitting the feature request! Double checking the AWS Go SDK, its certainly supported: https://docs.aws.amazon.com/sdk-for-go/api/service/lightsail/

Given the holidays and other priorities, the Terraform team at HashiCorp won't be able to work on this in the near future, but we'd be happy to review a pull request if you or someone else has the time and motivation to implement it. Alternatively, if others would also like to see this implemented I'd encourage adding a 👍 upvote reaction to the original issue comment (not to this comment), which we use as one of the inputs to prioritize work for the Terraform team.

@jen20 jen20 added enhancement Requests to existing resources that expand the functionality or scope. good first issue Call to action for new contributors looking for a place to start. Smaller or straightforward issues. labels Dec 29, 2017
@dereknex
Copy link

dereknex commented Jan 1, 2018

Does anyone working it?

@bflad bflad added the service/lightsail Issues and PRs that pertain to the lightsail service. label Jan 22, 2018
@arenstar
Copy link

arenstar commented Apr 6, 2018

Yes please!!! id like to see this feature too

@joakiboxxx
Copy link
Contributor

I'm considering putting in some effort towards implementing better Lightsail support. Should Lightsail be a part of the AWS provider, or perhaps split into a separate provider? @bflad?

@benfortuna
Copy link

@joakiboxxx As lightsail product is competing with the likes of Digital Ocean I think splitting to separate provider could be justified.

@imansilla
Copy link

i'm waiting for this :)

@github-actions
Copy link

Marking this issue as stale due to inactivity. This helps our maintainers find and focus on the active issues. If this issue receives no comments in the next 30 days it will automatically be closed. Maintainers can also remove the stale label.

If this issue was automatically closed and you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thank you!

@github-actions github-actions bot added the stale Old or inactive issues managed by automation, if no further action taken these will get closed. label Oct 29, 2021
@Rendanic
Copy link

Are there any news?

@github-actions github-actions bot removed the stale Old or inactive issues managed by automation, if no further action taken these will get closed. label Oct 30, 2021
@brittandeyoung
Copy link
Collaborator

brittandeyoung commented Jan 14, 2022

@Rendanic
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 feature parity for lightsail services and I have added support for the domain_entry resource.

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

@jackivanov
Copy link

no more updates?

@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. good first issue Call to action for new contributors looking for a place to start. Smaller or straightforward issues. service/lightsail Issues and PRs that pertain to the lightsail service.
Projects
None yet