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.
- 17 Aug, 2018 1 commit
-
-
Martin Atkins authored
This was created in a few steps. "go" in the following is go 1.11-rc1 - Use "go mod init" to migrate the vendor/vendor.json references into a new go.mod. - rm -rf vendor, since we're going to reconstruct that again in a moment. - "go mod tidy" as a way to get all the necessary stuff installed and the go.mod updated for what was actually resolved. - "go mod vendor" copied all of the dependencies from the module cache into the "vendor" directory, and created the `vendor/modules.txt` index file. This can then be built using "go install -mod=vendor .", where that extra flag forces it to read the dependencies only from the vendor dir and not from upstream or the local cache. This is not intended to be merged: it was just an experiment to test out Go 1.11-rc1 and get a sense of what a transition here might look like.
-
- 15 Aug, 2018 2 commits
-
-
Kristin authored
-
Kristin Laemmert authored
-
- 14 Aug, 2018 3 commits
-
-
Chris Griggs authored
Adding TFE v2 provider links
-
Chris Griggs authored
-
HashiBook1000 authored
-
- 13 Aug, 2018 2 commits
-
-
Paddy authored
pretty-print json in http requests/responses
-
Martin Atkins authored
Here our prior existing single template becomes the "Bug report" template, and we introduce a second "Feature request" template that is more appropriate for gathering context about a feature request.
-
- 10 Aug, 2018 2 commits
-
-
Sander van Harmelen authored
backend/remote: do not use the TFE_TOKEN env variable
-
Sander van Harmelen authored
Instead promote the use of shared credentials using the CLI Config File
-
- 09 Aug, 2018 5 commits
-
-
Chris Griggs authored
update master branch with provider links
-
HashiBook1000 authored
-
HashiBook1000 authored
-
Dana Hoffman authored
-
Martin Atkins authored
-
- 07 Aug, 2018 1 commit
-
-
Chris Griggs authored
-
- 06 Aug, 2018 2 commits
-
-
HashiBook1000 authored
-
Sander van Harmelen authored
backend/remote: use schema max/min items options
-
- 05 Aug, 2018 1 commit
-
-
Sander van Harmelen authored
-
- 03 Aug, 2018 7 commits
-
-
Sander van Harmelen authored
-
Sander van Harmelen authored
backend/remote: add a new backend for storing state and running operations remotely
-
Sander van Harmelen authored
-
Sander van Harmelen authored
By adding this method you now only have to pass a `*disco.Disco` object around in order to do discovery and use any configured credentials for the discovered hosts. Of course you can also still pass around both a `*disco.Disco` and a `auth.CredentialsSource` object if there is a need or a reason for that!
-
Sander van Harmelen authored
-
Sander van Harmelen authored
It’s a purely cosmetic change, but I find it easier to read them like this.
-
Sander van Harmelen authored
-
- 02 Aug, 2018 1 commit
-
-
Nick Fagerlund authored
Just providing the hostname won't work. This commit adds an example and fixes the explanation.
-
- 01 Aug, 2018 4 commits
-
-
Chris Marchesi authored
help: Make version and help flags consistent
-
Chris Marchesi authored
These flags are presented as POSIX/GNU-style long-form flags (double-dash), whereas the rest of our CLI flags as seen in sub-commands are presented as single-dash options. While both work in both cases (on part of the flag package allowing double dashes as well), we converge around the single-dash form, so the basic help text here should be consistent.
-
Kristin Laemmert authored
website: Correcting terraform custom provider name in community-index.html.markdown
-
Chris Marchesi authored
helper/resource: Add ability to pre-taint resources
-
- 31 Jul, 2018 4 commits
-
-
Phillip Wong authored
Corrected the naming of the 'Keboola' provider and shifted it down to keep alphabetical ordering.
-
Martin Atkins authored
It's been a while since we made any significant updates to this page. The main theme of this revamp is to ensure that we highlight how to provide "ambient credentials" for each of the module sources using the standard mechanisms for each source type. While there, I also attempted a general cleanup to highlight the main cases and make this less like a detailed description of all of go-getter's esoteric features, and did some general copy-editing to write it in our usual documentation "voice".
-
Brian Flad authored
-
Brian Flad authored
vendor: terraform-providers/terraform-provider-aws@v1.29.0 and aws/aws-sdk-go@v1.14.31
-
- 30 Jul, 2018 5 commits
-
-
Brian Flad authored
-
Brian Flad authored
-
Brian Flad authored
-
Brian Flad authored
vendor: Pin aws/aws-sdk-go/service/lexmodelbuildingservice@v1.13.28 and aws/aws-sdk-go/service/organizations@v1.13.28 in vendor.json for consistency
-
-