Policy Setting: AWS > IAM > Role > Policy > Trusted Access > Identity Providers
Policies
This policy setting is dependent on the following policy types:
Source
resource "turbot_policy_setting" "aws_iam_role_policy_trusted_access_identity_providers" { resource = turbot_policy_pack.main.id type = "tmod:@turbot/aws-iam#/policy/types/rolePolicyTrustedIdentityProviders" value = <<-EOT - "www.acme.com" - "www.example.com" EOT}