-
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
terraform remote config does not work in 0.9 #12762
Comments
It's in the release notes: |
Thanks @maxblaze :) |
Can I downgrade to .8 to create an s3 backend, and then upgrade back to .9? |
I understand the hashicorp guys working in terraform enforcing their changes in the Mexican-stand mindset of Their-Way-Or-The-Highway. |
I am also experiencing the same issue. Will this be fixed? |
For anyone landing here: https://www.terraform.io/upgrade-guides/0-9.html#remote-state |
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. |
Hi there,
I have started using Terraform v0.8.8 two days ago, wrote a README using the
terraform remote config
command for my colleagues. They tried to follow it today and this specific command returns an output showing that the command does not exist.Terraform Version
The issue is with Terraform v0.9 that apparently does not include the
remote
command anymore. My colleagues used brew to install Terraform and thus got the latest version, something that was not my case (I was still running v0.8.8 on my computer).What can be solved
The current output is kinda useless:
You were supporting a command in 0.8 and you are not in 0.9, that is perfectly fine but I would expect an output telling me with which command to use instead.
The text was updated successfully, but these errors were encountered: