Describe the need
the first example for the "github_actions_environment_variable" resource is missing the "repository = " argument
SDK Version
No response
API Version
No response
Relevant log output
╷
│ Error: Missing required argument
│
│ on ../modules/githubenv/main.tf line 86, in resource "github_actions_environment_variable" "variables":
│ 86: resource "github_actions_environment_variable" "variables" {
│
│ The argument "repository" is required, but no definition was found.
╵
Code of Conduct