Skip to content

[New Resource]: aws_ssoadmin_application_grant  #34764

@jar-b

Description

@jar-b

Description

Manage AWS Identity Center application grants with Terraform.

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

  • aws_ssoadmin_application_grant

Potential Terraform Configuration

resource "aws_ssoadmin_application_grant" "example" {
  application_arn = aws_ssoadmin_application.example.application_arn
  grant_type      = "authorization_code"

  grant {
    authorization_code {
       redirect_uris = [""]
    }

    # only one grant type may be configured within a block, but
    # all available types should be supported.
    #
    # jwt_bearer {}
    # refresh_token {}
    # token_exchange {}
  }
}

References

Would you like to implement a fix?

None

Metadata

Metadata

Assignees

No one assigned

    Labels

    new-resourceIntroduces a new resource.service/ssoadminIssues and PRs that pertain to the ssoadmin service.

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions