github_actions_environment_variables

Use this data source to retrieve the list of variables of the repository environment.

Example Usage

data "github_actions_environment_variables" "example" {
    name        = "exampleRepo"
    environment = "exampleEnvironment"
}

Argument Reference

Attributes Reference