-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Comments
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. |
Does anyone working it? |
Yes please!!! id like to see this feature too |
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? |
@joakiboxxx As lightsail product is competing with the likes of Digital Ocean I think splitting to separate provider could be justified. |
i'm waiting for this :) |
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! |
Are there any news? |
@Rendanic 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 If you want to start using this resource now, feel free to check it out and provide feedback. |
no more updates? |
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! |
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. |
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
The text was updated successfully, but these errors were encountered: