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_emr_studio trusted identity propagation #36387

Open pmarko1711 opened 5 months ago

pmarko1711 commented 5 months ago

Description

EMR Studio with IAM Identity Center authentication now supports Trusted identity propagation. This needs to be enabled with a boolean that is not yet available in the EMR Studio resource

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

aws_emr_studio

Potential Terraform Configuration

`trusted_identity_propagation` boolean defaulting to false/null

References

image

Would you like to implement a fix?

if indeed easy (it appears so), happy to do so if given a guidance

github-actions[bot] commented 5 months ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue