1
resposta

Erro depois de alterar para repositório remoto

Depois de realizar a última lição de atualizar para repositório remoto, não consegui mais executar o terraform plan, exibindo o seguinte erro

eric@madaschi:~/terraform$ terraform plan Running plan in the remote backend. Output will stream here. Pressing Ctrl-C will stop streaming the logs, but will not stop the plan running remotely.

Preparing the remote plan...

To view this run in a browser, visit: https://app.terraform.io/app/madaschi/aws-madaschi/runs/run-hCHvScYNEA3acXeq

Waiting for the plan to start...

Terraform v0.12.20

------------ Terraform Enterprise System Message ------------

Terraform Enterprise detected a terraform.tfstate file in your working directory: /terraform.tfstate

The presence of this file causes a state migration error which prevents Terraform from running successfully. To fix this error please migrate your local terraform.tfstate to Terraform Enterprise and make sure the the file is deleted from your version control system.

For step by step instructions on how to migrate your terraform.tfstate file from Terraform Open Source to Terraform Enterprise, please see:

https://www.terraform.io/docs/enterprise/migrate/index.html


Setup failed: Terraform Enterprise detected a terraform.tfstate file

1 resposta

Olá Eric, tudo bem? Esse acontece porque nesse momento tudo será feito no Terraform Cloud inclusive o armazenamento do estado (state), e se você pode perceber dentro da pasta do projeto que você está trabalhando existe um arquivo terraform.tfstate, você deve excluir esse arquivo, porque o mesmo será gerado no Terraform Cloud de forma automática.

Espero ter ajudado!