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.
- 27 Jul, 2019 2 commits
-
-
James Bardin authored
If there are unknowns, the block may have come from a dynamic declaration, and we can't validate MinItems. Once the blocks are expanded, we will get the full config for validation without any unknown values.
-
James Bardin authored
If a block was defined via "dynamic", there will be only one block value until the expansion is known. Since we can't detect dynamic blocks at this point, don't verify MinItems while there are unknown values in the config. The decoder spec can also only check for existence of a block, so limit the check to 0 or 1.
-
- 26 Jul, 2019 1 commit
-
-
James Bardin authored
-
- 25 Jul, 2019 5 commits
-
-
Pam Selle authored
-
Pam Selle authored
Upgrade HCL to include fmt fix
-
Pam Selle authored
docs: Update example remote_state to use remote backend
-
Paul Hinze authored
The "remote" backend supersedes the "atlas" backend so this is the one we should use in the example.
-
Pam Selle authored
-
- 24 Jul, 2019 1 commit
-
-
Radek Simko authored
Minor edits to improve the reading flow
-
- 23 Jul, 2019 6 commits
-
-
Kristin Laemmert authored
-
Kristin Laemmert authored
In some cases (see #22020 for a specific example), the parsed hilNode can be nil. This causes a series of panics. Instead, return an error and move on.
-
The Terraform Team authored
[hashibot] configure issue locker
-
Alex Pilon authored
-
James Bardin authored
invlaid use of dynamic with attrs should not panic
-
Kristin Laemmert authored
* command/init: omit a warning if -backend-config is used with no backend block Terraform would silently accept - and swallow - `-backend-config` on the CLI when there was no `backend` block. Since it is mostly expected to override existing backend configuration, terraform should omit a warning if there is no backend configuration to override. If the user intended to override the default (local) backend configuration, they can first add a `backend` block to the `terraform` block to silence the warning (or just ignore it): ```hcl terraform { backend "local" {} } ```
-
- 22 Jul, 2019 4 commits
-
-
James Bardin authored
Mistakenly using dynamic on an attribute will lead to a panic when attempting to resolve variable references with a partial body, because the dynamic blocks have yet to be expanded and validated. Check that the block element type is actually an object before generating a schema.
-
Chris Griggs authored
[Website] Cisco ACI links
-
Kristin Laemmert authored
-
Kristin Laemmert authored
Previously, terraform was returning a potentially-misleading error message in response to anything other than a 404 from the b.client.Workspaces.Read operation. This PR simplifies Terraform's error message with the intent of encouraging those who encounter it to focus on the error message returned from the tfe client. The added test is odd, and a bit hacky, and possibly overkill.
-
- 19 Jul, 2019 11 commits
-
-
James Bardin authored
-
James Bardin authored
missing error check in discovery
-
James Bardin authored
-
Radek Simko authored
-
Radek Simko authored
Improve ssh connection debug messages
-
James Bardin authored
-
Ahmon Dancy authored
1) Mention the host and port in the "Connecting..." message. 2) Mention the username in the post-connection handshaking message. 3) If handshaking fails, mention the user, host, and port in the error message that will eventually be returned to the user.
-
Radek Simko authored
-
Martin Atkins authored
Some of our errors returned here were lacking context about what part of the file was problematic, which led to some useless error reporting for some real-world situations that this upgrade process doesn't seem to be catching. Here we add additional context to those error cases, as a step towards tracking down exactly which upgrade cases are missing here so that we can potentially fix them in a subsequent release.
-
James Bardin authored
update hcl2
-
James Bardin authored
Includes fixes for conditionals with unknown values.
-
- 18 Jul, 2019 10 commits
-
-
appilon authored
[Cleanup] prune dead code from command/meta
-
Alex Pilon authored
-
Radek Simko authored
lang/funcs: Pass through empty list in chunklist
-
appilon authored
[SDK Cleanup] Prune ResourceProviderFullName and its callers
-
Alex Pilon authored
-
appilon authored
[SDK cleanup] Move VarEnvPrefix out of terraform pkg
-
appilon authored
[SDK cleanup] Move IsEmptyDir to configs pkg
-
Alex Pilon authored
-
tf-release-bot authored
-
Alex Pilon authored
-