github_repository_deploy_keys

Use this data source to retrieve all deploy keys of a repository.

Example Usage

data "github_repository_deploy_keys" "example" {
    repository = "example-repository"
}

Argument Reference

Attributes Reference