Arjun Goel
Results
2
comments of
Arjun Goel
The right set of commands should be: `rm -r .terraform` `rm -r .terraform.lock.hcl` and then run this command to configure backend `terraform init -backend-config=access_key="xxxxxxxxxxxx" -backend-config=secret_key="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" ` After that you can...
Hey @fransf-wtax, did you configure the credentials again using `aws configure` before trying that out as the solution I provided above worked for me in first go.