You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The workaround is to clone and then compile terraform manually on OSX 10.11.6 (macbook pro):
$ go version
go version go1.6.3 darwin/amd64
$ git status
HEAD detached at v0.6.16
$ make dev
I now get success:
Initialized blank state with remote state enabled!
The text was updated successfully, but these errors were encountered:
This issue seems to be covering the same problem or request as #3536, so we're going to close it just to consolidate the discussion over there. Thanks!
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
ghost
locked and limited conversation to collaborators
Sep 27, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When using a private CA and using official terraform binaries, trying to set up remote state gives this error:
terraform remote config -backend=artifactory -backend-config="username=user1" -backend-config="password=xxxxx" -backend-config="url=https://artifactory.example.com/artifactory" -backend-config="repo=generic-terraform-state-files" -backend-config="subpath=test_path.us-west-2"
Error reloading remote state: Get https://artifactory.example.com/artifactory/terraform-state-files/test_path.us-west-2/terraform.tfstate: x509: certificate signed by unknown authority
Versions:
Terraform v0.6.16 or Terraform v0.7.0
The workaround is to clone and then compile terraform manually on OSX 10.11.6 (macbook pro):
$ go version
go version go1.6.3 darwin/amd64
$ git status
HEAD detached at v0.6.16
$ make dev
I now get success:
Initialized blank state with remote state enabled!
The text was updated successfully, but these errors were encountered: