Skip to content

Commit

Permalink
Doc tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
willvedd committed Sep 13, 2023
1 parent 42ecf65 commit a5e7b34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
6 changes: 2 additions & 4 deletions docs/auth0_terraform_generate.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@ has_toc: false

(Experimental) This command is designed to streamline the process of generating Terraform configuration files for your Auth0 resources, serving as a bridge between the two.

It automatically scans your Auth0 Tenant and compiles a set of Terraform configuration files based on the existing resources and configurations.
It automatically scans your Auth0 Tenant and compiles a set of Terraform configuration files (HCL) based on the existing resources and configurations.

Refer to the [instructional guide](https://registry.terraform.io/providers/auth0/auth0/latest/docs/guides/generate_terraform_config) for specific details on how to use this command.

The generated Terraform files are written in HashiCorp Configuration Language (HCL).

This command is experimental and is subject to change in future versions.
**Note:** This command is experimental and is subject to change in future versions.

## Usage
```
Expand Down
5 changes: 2 additions & 3 deletions internal/cli/terraform.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,9 @@ func generateTerraformCmd(cli *cli) *cobra.Command {
Short: "Generate terraform configuration for your Auth0 Tenant",
Long: "(Experimental) This command is designed to streamline the process of generating Terraform configuration files for " +
"your Auth0 resources, serving as a bridge between the two.\n\nIt automatically scans your Auth0 Tenant " +
"and compiles a set of Terraform configuration files based on the existing resources and configurations." +
"and compiles a set of Terraform configuration files (HCL) based on the existing resources and configurations." +
"\n\nRefer to the [instructional guide](https://registry.terraform.io/providers/auth0/auth0/latest/docs/guides/generate_terraform_config) for specific details on how to use this command." +
"\n\nThe generated Terraform files are written in HashiCorp Configuration Language (HCL)." +
"\n\nThis command is experimental and is subject to change in future versions.",
"\n\n**Note:** This command is experimental and is subject to change in future versions.",
Example: ` auth0 tf generate
auth0 tf generate --output-dir tmp-auth0-tf
auth0 tf generate --output-dir tmp-auth0-tf --resources auth0_action,auth0_tenant,auth0_client `,
Expand Down

0 comments on commit a5e7b34

Please sign in to comment.