Skip to content

Commit

Permalink
Regenerating docs
Browse files Browse the repository at this point in the history
  • Loading branch information
willvedd committed Sep 14, 2023
1 parent 7889aa7 commit ceab52d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/guides/generate_terraform_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Once you've executed the `auth0 tf generate` command and have created the `auth0

It is at the developer's discretion to decide whether to immediately apply this generated configuration. Applying the configuration instructs Terraform to align your Auth0 tenant with the contents of these configuration files.

Alternatively, you can choose not to apply the configuration immediately. Instead, retain the generated Terraform configuration files for reference or modification. These files offer a valuable snapshot of your Auth0 tenant's configuration at the time of generation. Using the generated configuration files in this manner grants you the flexibility to adjust them to your needs or apply them to different Auth0 tenants as necessary.
Alternatively, you can choose not to apply the configuration immediately. Instead, retain the generated Terraform configuration files for reference or modification. These files offer a valuable snapshot of your Auth0 tenant's configuration at the time of generation.Using the generated configuration files in this manner grants you the flexibility to adjust them to your needs or apply them to different Auth0 tenants as necessary.

## Note About Sensitive Values

Expand Down
6 changes: 3 additions & 3 deletions templates/guides/generate_terraform_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: |-

# Auto-generating Terraform config files from Auth0 tenant

~> This guide refers to Auth0 CLI functionality that is _experimental_ and may change in future versions
~> This guide refers to Auth0 CLI functionality that is _experimental_ and may change in future versions.

Adopting Terraform for a mature Auth0 tenant can be daunting. Developers often face the challenge of manually importing numerous resources, necessitating the retrieval of multiple IDs. At times, they resort to manual Terraform configuration to match the tenant's resources.

Expand All @@ -32,7 +32,7 @@ export AUTH0_CLIENT_ID=***********
export AUTH0_CLIENT_SECRET=***********
```

**Note:** Environment variables are the simplest and most secure way to pass credentials to the provider. Refer to the [Related documentation](https://registry.terraform.io/providers/auth0/auth0/latest/docs#example-usage) for alternatives.
**Note:** Environment variables are the simplest and most secure way to pass credentials to the provider. Refer to the [related documentation](https://registry.terraform.io/providers/auth0/auth0/latest/docs#example-usage) for alternatives.

## 3. Authenticate with Auth0 CLI

Expand Down Expand Up @@ -77,7 +77,7 @@ Alternatively, you can choose not to apply the configuration immediately. Instea

While the generated Terraform config appears complete, it cannot export sensitive values like secrets and keys.

If configuring the same tenant as the one exported, immediate alterations may not be necessary. However, when applying this configuration to other tenants, you might need to supplement those values after the fact to ensure proper operation. Review the auth0_generated.tf file for properties commented with # sensitive. These are fields that may require replacements.
If configuring the same tenant as the one exported, immediate alterations may not be necessary. However, when applying this configuration to other tenants, you might need to supplement those values after the fact to ensure proper operation. Review the `auth0_generated.tf` file for properties commented with `# sensitive`. These are fields that may require replacements.

**Example:**
In the below example, both `credentials.access_key_id` and `credentials.api_key` properties are marked as sensitive.
Expand Down

0 comments on commit ceab52d

Please sign in to comment.