-
Notifications
You must be signed in to change notification settings - Fork 9.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
backend consul problem with address flag #1392
Comments
I just ran into this as well. You need to specify the
The docs probably need updating for v0.4. |
I tried what @hairmare suggested and the remote command didn't recognize the -path argument. I added -backend-config='path=release_engineering/terraform/terraform-docker' and it errors with: |
Thanks for the report @kennyg - @mitchellh can you pick this up in your remote-state issue sweep? |
Fixed |
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. |
with v0.3 I used to upload the state with:
terraform remote -backend=consul -address=consulhost:8500 -path=release_engineering/terraform/terraform-docker
now with v0.4 and the new remote config command:
terraform remote config -backend='consul' -address='consulhost:8500' -path='release_engineering/terraform/terraform-docker'
I get an error with the help text:
Error parsing CLI flags: flag provided but not defined: -address
The text was updated successfully, but these errors were encountered: