hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.76k stars 9.12k forks source link

Add Amazon Lightsail Bucket Support #20239

Closed brittandeyoung closed 1 year ago

brittandeyoung commented 3 years ago

Community Note

Description

As described here Here, Amazon Lightsail now has support for object storage. Lightsail Buckets are built on top of s3, but are not covered by the current aws_s3 resources.

New or Affected Resource(s)

A proposed resource name is:

Potential Terraform Configuration

resource "aws_lightsail_bucket" "bucket_resource_name_here" {
  name              = "bucket-4k6pbg"
  bundle_id         = "small_1_0"
  tags                = {
    foo = "bar"
  }
}

References

Lightsail Docs: https://lightsail.aws.amazon.com/ls/docs/en_us/articles/buckets-in-amazon-lightsail

Go sdk Documentation: https://docs.aws.amazon.com/sdk-for-go/api/service/lightsail/#Lightsail.CreateBucket

brittandeyoung commented 2 years ago

For Awareness I have created 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 bucket resource.

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

github-actions[bot] commented 1 year ago

This functionality has been released in v4.49.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[bot] commented 1 year ago

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.