mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Final fix
This commit is contained in:
@@ -33,7 +33,7 @@ Set up the Infisical provider by specifying the `host` and `service_token`. Repl
|
|||||||
|
|
||||||
```hcl main.tf
|
```hcl main.tf
|
||||||
provider "infisical" {
|
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 a self-hosted instance of Infisical, default is https://app.infisical.com
|
||||||
client_id = "<>"
|
client_id = "<>"
|
||||||
client_secret = "<>"
|
client_secret = "<>"
|
||||||
service_token = "<>" # DEPRECATED, USE MACHINE IDENTITY AUTH INSTEAD
|
service_token = "<>" # DEPRECATED, USE MACHINE IDENTITY AUTH INSTEAD
|
||||||
|
|||||||
Reference in New Issue
Block a user