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]: LakeFormation Resource - Add attribute to manage WithFederation #33455

Closed breathingdust closed 6 months ago

breathingdust commented 11 months ago

Description

Add attribute to allow resource registration for a federated resources

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

Potential Terraform Configuration

resource "aws_lakeformation_resource" "example" {
  arn             = ""
  with_federation = true
}

References

Would you like to implement a fix?

None

github-actions[bot] commented 11 months ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue

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.