Think I got them all

This commit is contained in:
Marc Mercer
2024-10-28 13:20:36 -07:00
parent 1add9dd965
commit 335a87d856
14 changed files with 21 additions and 21 deletions

View File

@@ -33,7 +33,7 @@ Set up the Infisical provider by specifying the `host` and `service_token`. Repl
```hcl main.tf
provider "infisical" {
host = "https://app.infisical.com" # Only required if using self hosted instance of Infisical, default is https://app.infisical.com
host = "https://app.infisical.com" # Only required if using self-hosted instance of Infisical, default is https://app.infisical.com
client_id = "<>"
client_secret = "<>"
service_token = "<>" # DEPRECATED, USE MACHINE IDENTITY AUTH INSTEAD