Skip to content

Commit

Permalink
Copy change (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
notanthony authored Apr 4, 2024
1 parent e737c87 commit c2a2f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cone/terraform_gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ func terraformGen(cmd *cobra.Command, args []string) error {
if err != nil {
pterm.Info.Println("Please make sure you have Terraform v1.5 or later installed and the conductorone provider is v0.4.2 or later")
pterm.Info.Println("You can find out more here: https://developer.hashicorp.com/terraform/language/import/generating-configuration")
pterm.Error.Printfln("Try running `terraform plan -generate-config-out=generated_resources.tf` in `%s` to see a more detailed error message.", terraformDir)
pterm.Error.Printfln("Try running `terraform plan -generate-config-out=%s` in `%s` to see a more detailed error message.", generatedFileName, terraformDir)
return fmt.Errorf("terraform plan failed: %w", err)
}

Expand Down

0 comments on commit c2a2f82

Please sign in to comment.