Skip to content

Commit

Permalink
minor doc fix (#554)
Browse files Browse the repository at this point in the history
* minor doc fix

* update example file
  • Loading branch information
jrich523 authored Jul 23, 2024
1 parent d624824 commit 46010aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/resources/repository_access_gateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ resource "cyral_repository_binding" "binding" {
# Set the sidecar and binding as the access gateway
# for the repository.
resource "cyral_repository_access_gateway" "access_gateway" {
repository_id = cyral_repository.repo.id
sidecar_id = cyral_sidecar.sidecar.id
binding_id = cyral_repository_binding.binding.binding_id
repository_id = cyral_repository.repo.id
sidecar_id = cyral_sidecar.sidecar.id
binding_id = cyral_repository_binding.binding.binding_id
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ resource "cyral_repository_binding" "binding" {
# Set the sidecar and binding as the access gateway
# for the repository.
resource "cyral_repository_access_gateway" "access_gateway" {
repository_id = cyral_repository.repo.id
sidecar_id = cyral_sidecar.sidecar.id
binding_id = cyral_repository_binding.binding.binding_id
repository_id = cyral_repository.repo.id
sidecar_id = cyral_sidecar.sidecar.id
binding_id = cyral_repository_binding.binding.binding_id
}

0 comments on commit 46010aa

Please sign in to comment.