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.
- 20 Aug, 2019 7 commits
-
-
James Bardin authored
MinItems and MaxItems validations
-
James Bardin authored
We can only validate MinItems >= 1 (equiv to "Required") during decoding, as dynamic blocks each only decode as a single block. MaxItems cannot be validated at all, also because of dynamic blocks, which may have any number of blocks in the config.
-
James Bardin authored
Due to both the nature of dynamic blocks, and the need for resources to sometimes communicate incomplete values, we cannot validate MinItems and MaxItems in CoerceValue.
-
Radek Simko authored
go.mod: Remove unnecessary replace directive for autorest
-
Radek Simko authored
-
Radek Simko authored
vendor: Bump go-azure-helpers to 0.7.0
-
Radek Simko authored
-
- 19 Aug, 2019 2 commits
-
-
Justin Campbell authored
registry/response: Remove unused verified bool
-
Yecheng Fu authored
* docs: install tools before building in docker environment * Update README.md Co-Authored-By:
Kristin Laemmert <mildwonkey@users.noreply.github.com>
-
- 16 Aug, 2019 15 commits
-
-
Martin Atkins authored
This is a minor release of Go that does not include any changes that affect Terraform's behavior. This does include a fix for golang/go#31084 that could potentially affect HCL arithmetic (via math/big) on aarch64, but we do not currently build Terraform for aarch64 so it cannot have affected any previous releases.
-
Martin Atkins authored
This this includes some security fixes that don't impact Terraform along with a number of general improvements and fixes in the Go toolchain that don't appear to affect Terraform behavior. - URL parsing (such as in the "source" argument in a "module" block) now validates more strictly the port portion, rejecting non-numeric ports. Previously this could potentially lead to parts of the URL being silently ignored. - The temporary callback server for the forthcoming OAuth client implementation in "terraform login" would otherwise have been vulnerable to local (on the same host) denial of service attacks, which is not a common attack vector but good to fix anyway.
-
Nick Fagerlund authored
The Terraform Enterprise brand has now been split into two parts: - Terraform Cloud is the application that helps teams use Terraform together, with remote state storage, a shared run environment, etc. - Terraform Enterprise is the on-premise distribution that lets enterprises run a private instance of the Terraform Cloud application. The former TFE docs have been split accordingly.
-
Nick Fagerlund authored
Now that the last private installs of legacy TFE have been upgraded, the push era is over.
-
Nick Fagerlund authored
-
Chris Griggs authored
[Website] MongoDB Atlas provider links
-
James Bardin authored
don't validate Min/Max block vals in CoerceValue
-
Pam Selle authored
-
Pam Selle authored
Fix panic on double dynamic blocks
-
Hasan Ramezani authored
-
Roger Berlind authored
I tested that all state commands work with remote backend using Terraform 0.11.13.
-
Kaushik NP authored
* Missing punctuation mark Minor change * Updated default values for easier reading As suggested by @radeksimko
-
Daniel Schroeder authored
-
Kristin Laemmert authored
-
Kristin Laemmert authored
Any command using meta.defaultFlagSet *might* occasionally exit before the flag package's output got written. This caused flag error messages to get lost. This PR discards the flag package output in favor of directly returning the error to the end user.
-
- 15 Aug, 2019 6 commits
-
-
cgriggs01 authored
-
Pam Selle authored
-
Pam Selle authored
Add SSH certificate authentication method for connection via Bastion
-
Brian Flad authored
docs: Additional for_each commands and resource addressing documentation
-
James Bardin authored
A provider may not have the data to fill in required block values in all cases during the resource Read operation. This is more common in import, because there is no initial configuration or state, and it's possible some values are only provided in the configuration. The original intent of MinItems and MaxItems in the schema was to enforce configuration constraints, not to enforce what the resource could save in the state. Since the configuration is already statically validated, and the Schema is validated against the configuration in a separate step, we can drop these extra validation constraints in CoerceValue and relax it to only ensure the types conform to what is expected.
-
Kristin Laemmert authored
* website/docs: document providers schema output format * Update website/docs/commands/providers/schema.html.md Co-Authored-By:
Nick Fagerlund <nick@hashicorp.com>
-
- 13 Aug, 2019 10 commits
-
-
Martin Atkins authored
-
Roberto Jung Drebes authored
This is a consequence of googleapis/google-cloud-common#260.
-
Pam Selle authored
-
Pam Selle authored
-
Pam Selle authored
Add edge when calculating for_each orphans
-
Pam Selle authored
-
Pam Selle authored
Link to license is broken; now linked to local copy of MPL
-
Pam Selle authored
fix misspelling
-
Pam Selle authored
Properly end code block in upgrade docs
-
Pam Selle authored
-