github_codespaces_secrets

Use this data source to retrieve the list of codespaces secrets for a GitHub repository.

Example Usage

data "github_codespaces_secrets" "example" {
  name = "example_repository"
}

data "github_codespaces_secrets" "example_2" {
  full_name = "org/example_repository"
}

Argument Reference

Attributes Reference