This project is mirrored from https://:*****@github.com/hashicorp/terraform.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 25 Jul, 2018 2 commits
-
-
Marv Cool authored
-
Michał Kiełtyka authored
-
- 23 Jul, 2018 3 commits
-
-
Brian Cain authored
Fix typo in version docs
-
Kristin Laemmert authored
Fix documentation on tainting resources within modules
-
Kristin Laemmert authored
Update database-index.html.markdown
-
- 22 Jul, 2018 2 commits
-
-
Sitatirev, Xul authored
It looks like the output does not match the command, in fact. This pull-request fixes this issue.
-
Erich authored
Fix repeated word "with with"
-
- 12 Jul, 2018 2 commits
-
-
Kristin Laemmert authored
Update running-terraform-in-automation.html.md
-
Johannes Liebermann authored
Fix word ordering
-
- 10 Jul, 2018 1 commit
-
-
Aurelie Vache authored
One of the subcommands lists out the existing workspaces.
-
- 09 Jul, 2018 1 commit
-
-
Nick Fagerlund authored
Add links to important docs (like user tokens), and explain that this isn't part of our recommended primary workflows anymore.
-
- 06 Jul, 2018 2 commits
-
-
Kristin Laemmert authored
-
Kristin Laemmert authored
provisioner/habitat: add missing space for service url
-
- 05 Jul, 2018 2 commits
-
-
Cory Lucas authored
-
Skyler Layne authored
fix spacing for service url.
-
- 03 Jul, 2018 2 commits
-
-
Dustin J. Mitchell authored
-
Dustin J. Mitchell authored
-
- 29 Jun, 2018 4 commits
-
-
Martin Atkins authored
Based on some feedback on the initial draft, make some minor updates to how information is presented in the preview upgrade guide for v0.12. This also includes some minor copy-editing work to try to make the "voice" more consistent between different sections of the guide.
-
Sander van Harmelen authored
svchost/disco: make sure to close the response body
-
Sander van Harmelen authored
And fix a few linter warnings while we're at it…
-
Yevgeniy Brikman authored
This module now gets the region from the inherited provider block.
-
- 28 Jun, 2018 1 commit
-
-
James Bardin authored
Add 0.12 upgrade guide
-
- 26 Jun, 2018 6 commits
-
-
Martin Atkins authored
-
Borys Pierov authored
-
Kristin Laemmert authored
cli: fix tests
-
Kristin Laemmert authored
-
Martin Atkins authored
After some discussion with "iamakulov" on Twitter it seems that the use of the word "conflicts" and "merge conflicts" here was sounding like us implicitly condoning the use of version control as a mechanism for distributing local state files, which hasn't been recommended for quite some time since remote state now provides a much more robust solution. While here, I also tweaked some other language on this page for style and for use of terminology we more commonly use in our more recent documentation.
-
kfishner authored
-
- 22 Jun, 2018 2 commits
-
-
Thomas Kula authored
Following the examples as they were previously would cause errors accessing demo.consul.io. Now we consistently set the scheme to https for all examples that use demo.consul.io. This also includes some other updates to the URLs, since the Consul demo has been rebuilt with a different based configuration, and some general formatting and copyediting changes in the Consul example.
-
Kieran Spear authored
-
- 21 Jun, 2018 1 commit
-
-
Chris Griggs authored
Add AzureStack documentation links
-
- 20 Jun, 2018 5 commits
-
-
Paddy authored
-
Paddy authored
Export resource deprecation.
-
Paddy Carver authored
At the Enablement team's request, change from using `Deprecated` to `DeprecationMessage`, as it's a string value, not a boolean.
-
Kristin Laemmert authored
-
Lyle Franklin authored
- Fixes #11696 - This changes makes `terraform output -json` return '{}' instead of throwing an error about "no outputs defined" - If `-json` is not set, the user will receive an error as before - This UX helps new users to understand how outputs are used - Allows for easier automation of TF CLI as an empty set of outputs is usually acceptable, but any other error from `output` would be re-raised to the user.
-
- 19 Jun, 2018 4 commits
-
-
Kristin Laemmert authored
-
Kristin Laemmert authored
* cli: show workspace name in destroy confirmation If the workspace name is not "default", include it in the confirmation message for `terraform destroy`. Fixes #15480
-
Paddy Carver authored
We already had the functionality to make resources deprecated, which was used when migrating resources to data sources, but the functionality was unexported, so only the schema package could do it. Now it's exported, meaning providers can mark entire resources as deprecated. I also added a test in hopefully-the-right place?
-
Chris Griggs authored
-