Solucionado (ver solução)
Solucionado
(ver solução)
1
resposta

Erro ao executar o terraform init

Ao rodar o comando: C:\Users\u0181365\Desktop\BKP de Tudo\Curso Alura\Terraform> terraform init

É exibido o erro abaixo:

Initializing the backend...

Error: Required token could not be found

Make sure you configured a credentials block for app.terraform.io in your CLI Config File.

Contéudo do arquivo remote-state.tf

Using a single workspace:

terraform { backend "remote" { hostname = "app.terraform.io" organization = "tiagobmarqueslabs"

workspaces {
  name = "aws-tiagobmarqueslabs"
}

} }

Meu arquivo .terraformrc, está sendo salvo em C:\Users\u0181365

Contéudo:

credentials "app.terraform.io" { token = "0dy3qGnarx4WpA.atlasv1.sMUTkQ7L3t6dNouREtlYdKlY7DLJAjZQVc4mBL5ZQZWwuz02w90Ccl9SW94kzOV7jsM" }

Alguém sabe me dizer o que estou fazendo errado?

1 resposta
solução!

Olá Guilherme Pela docs do terraform no Windows o arquivo terraform.rc (credencials) precisa ser adicionado no %APPDATA% isso foi feito?

On Windows, the file must be named named terraform.rc and placed in the relevant user's %APPDATA% directory. The physical location of this directory depends on your Windows version and system configuration; use $env:APPDATA in PowerShell to find its location on your system.

https://www.terraform.io/docs/commands/cli-config.html