Skip to content

Commit

Permalink
Correcting documentation for github_actions_organization_variable res…
Browse files Browse the repository at this point in the history
…ource that seem to have been copied from github_actions_organization_secret (integrations#1626)

Co-authored-by: Keegan Campbell <me@kfcampbell.com>
  • Loading branch information
chrisforrette and kfcampbell authored Apr 10, 2023
1 parent 57b327e commit fc8925d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/r/actions_organization_variable.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ data "github_repository" "repo" {
}
resource "github_actions_organization_variable" "example_variable" {
secret_name = "example_variable_name"
variable_name = "example_variable_name"
visibility = "selected"
plaintext_value = "example_variable_value"
value = "example_variable_value"
selected_repository_ids = [data.github_repository.repo.repo_id]
}
```
Expand Down

0 comments on commit fc8925d

Please sign in to comment.