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.71k stars 9.07k forks source link

[Enhancement]: aws_lakeformation_resource to register an S3 location in Hybrid mode #35548

Closed prithvi514 closed 7 months ago

prithvi514 commented 7 months ago

Description

In the current setup there is no option to register S3 location in LakeFormation Hybrid mode. It defaults to Lake Formation permission mode.

resource "aws_lakeformation_resource" "example" {
  arn = data.aws_s3_bucket.example.arn
}

Affected Resource(s) and/or Data Source(s)

aws_lakeformation_resource

Potential Terraform Configuration

No response

References

https://docs.aws.amazon.com/lake-formation/latest/dg/hybrid-access-mode.html https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lakeformation_resource

Would you like to implement a fix?

None

github-actions[bot] commented 7 months ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue

github-actions[bot] commented 7 months ago

This functionality has been released in v5.35.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 5 months 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.