Use this data source to retrieve the list of variables of the repository environment.
data "github_actions_environment_variables" "example" {
name = "exampleRepo"
environment = "exampleEnvironment"
}
variables
- list of variables for the environment
name
- Name of the variablevalue
- Value of the variablecreated_at
- Timestamp of the variable creationupdated_at
- Timestamp of the variable last update