Skip to content

[Enhancement]: Add Name to aws_ssoadmin_application data source #39185

Open
@fatbasstard

Description

Description

Currently, an SSO application can only be retrieved by the Arn. But there are situations where I need the ARN (and have the name).

Is it an option to make it possible to also retrieve an application by name (using the list-applications call), or maybe even other options that would make the datasource more powerfull

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

  • aws_ssoadmin_application

Potential Terraform Configuration

data "aws_ssoadmin_application" "example" {
  name = "My Managed Application"
}

References

No response

Would you like to implement a fix?

None

Metadata

Labels

enhancementRequests to existing resources that expand the functionality or scope.service/ssoadminIssues and PRs that pertain to the ssoadmin service.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions