Skip to content

Commit

Permalink
Update generated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyrZotov committed Nov 28, 2023
1 parent 30e3144 commit 9c05304
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ and [1Password Service Accounts](https://developer.1password.com/docs/secrets-au

```terraform
provider "onepassword" {
url = "http://localhost:8080"
token = "CONNECT_TOKEN"
url = "http://localhost:8080"
token = "CONNECT_TOKEN"
service_account_token = "SERVICE_ACCOUNT_TOKEN"
op_cli_path = "op_cli_path"
op_cli_path = "OP_CLI_PATH"
}
```

Expand Down
5 changes: 4 additions & 1 deletion examples/provider/provider.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
provider "onepassword" {
url = "http://localhost:8080"
url = "http://localhost:8080"
token = "CONNECT_TOKEN"
service_account_token = "SERVICE_ACCOUNT_TOKEN"
op_cli_path = "OP_CLI_PATH"
}
2 changes: 0 additions & 2 deletions templates/index.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ description: |-

Use the 1Password Terraform Provider to reference, create, or update items in your existing vaults using [1Password Secrets Automation](https://1password.com/secrets).

## Using a Service Account Token

The 1Password Terraform Provider supports both the [1Password Connect Server](https://developer.1password.com/docs/secrets-automation/#1password-connect-server)
and [1Password Service Accounts](https://developer.1password.com/docs/secrets-automation/#1password-service-accounts). To use a service account token, the
[1Password CLI](https://developer.1password.com/docs/cli) has to be installed on the machine running terraform. For how to do this in terraform cloud, see
Expand Down

0 comments on commit 9c05304

Please sign in to comment.