Skip to content

Commit

Permalink
docs: Fix the example usage of go group repo
Browse files Browse the repository at this point in the history
  • Loading branch information
anmoel committed Jun 24, 2022
1 parent 72b5961 commit 7df5ff1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/resources/repository_go_group.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ resource "nexus_repository_go_group" "group" {
group {
member_names = [
nexus_repository_go_hosted.internal.name,
nexus_repository_go_proxy.golang_org.name,
]
}
Expand Down
2 changes: 1 addition & 1 deletion examples/resources/nexus_repository_go_group/resource.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ resource "nexus_repository_go_group" "group" {

group {
member_names = [
nexus_repository_go_hosted.internal.name,
nexus_repository_go_proxy.golang_org.name,
]
}

Expand Down

0 comments on commit 7df5ff1

Please sign in to comment.