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.61k stars 8.99k forks source link

[Enhancement]: athena_workgroup authentification configuration with IAM Identity Center #35734

Open florent-pajot opened 4 months ago

florent-pajot commented 4 months ago

Description

Athena workgroup now supports the use of IAM Identity Center for authentification.

This relates to the addition of a resource for LakeFormation IAM Identity Center configuration.

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

Potential Terraform Configuration

No response

References

Would you like to implement a fix?

None

github-actions[bot] commented 4 months ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue

pmarko1711 commented 1 month ago

Seems to me that it should be rather easy, as the aws-sdk-go-v2 supports it already, see CreateWorkGroup, IdentityCenterConfiguration and finally its definition