Skip to content

Commit

Permalink
Update website/docs/r/registry_module.html.markdown
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Fagerlund <[email protected]>
  • Loading branch information
dsa0x and nfagerlund committed Jun 28, 2023
1 parent 71a0799 commit 18fbfc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/registry_module.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ data "tfe_github_app_installation" "gha_installation" {
}
resource "tfe_registry_module" "petstore" {
organization_name = tfe_organization.test-organization.name
organization = tfe_organization.test-organization.name
vcs_repo {
display_identifier = "GH_NAME/REPO_NAME"
identifier = "GH_NAME/REPO_NAME"
Expand Down

0 comments on commit 18fbfc2

Please sign in to comment.