Commit Graph

24661 Commits

Author SHA1 Message Date
James Bardin
682286e184 test for Required win MinItems > 1 2019-07-26 14:36:19 -07:00
Pam Selle
f184d2c62a Docs to assist with #21978 2019-07-26 16:14:23 -04:00
Pam Selle
112b7755c0
Update CHANGELOG.md 2019-07-26 11:44:57 -04:00
Pam Selle
360068b3cb
Merge pull request #21922 from pselle/resource_for_each
Resource for_each
2019-07-26 11:41:56 -04:00
Pam Selle
1b25cb7d4a Docs updates for data resources, update expressions ref 2019-07-26 11:22:10 -04:00
Pam Selle
e7d8ac5ad7 Remove panic, update comment 2019-07-26 11:22:10 -04:00
Pam Selle
799ebbf79b
Update CHANGELOG.md 2019-07-25 17:36:30 -04:00
Pam Selle
a534e9c784
Merge pull request #22209 from pselle/heredocs
Upgrade HCL to include fmt fix
2019-07-25 17:35:13 -04:00
Pam Selle
fadbe69da6
Merge pull request #22213 from hashicorp/d-remote-state-backend
docs: Update example remote_state to use remote backend
2019-07-25 17:15:26 -04:00
Thayne McCombs
7c678d104f Add support for for_each for data blocks.
This also fixes a few things with resource for_each:

It makes validation more like validation for count.

It makes sure the index is stored in the state properly.
2019-07-25 16:59:06 -04:00
Paul Hinze
69d44f763f
docs: Update example remote_state to use remote backend
The "remote" backend supersedes the "atlas" backend so this is the one we should use in the example.
2019-07-25 13:33:41 -05:00
Pam Selle
d34103696f Upgrade HCL to include fmt fix, involves #21434 2019-07-25 11:27:51 -04:00
Radek Simko
c41e98a075
Merge pull request #19166 from manojlds/patch-1
Minor edits to improve the reading flow
2019-07-24 08:51:52 +01:00
Kristin Laemmert
bc13ec7488
Update CHANGELOG.md 2019-07-23 13:07:06 -04:00
Kristin Laemmert
66f4a48b8c
configs/configupgrade: fix panic on nil hilNode (#22181)
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.
2019-07-23 13:05:37 -04:00
The Terraform Team
eaa57243c7
Merge pull request #22182 from hashicorp/appilon/hashibot-lock-closed
[hashibot] configure issue locker
2019-07-23 12:31:55 -04:00
Alex Pilon
2b068c595b
configure issue locker 2019-07-23 12:08:11 -04:00
James Bardin
1bd65bd4b2
Merge pull request #22169 from hashicorp/jbardin/dynamic-on-attr
invlaid use of dynamic with attrs should not panic
2019-07-23 09:50:43 -04:00
Kristin Laemmert
a16e1fc0a1
command/init: omit a warning if -backend-config is used with no backend (#22164)
* 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" {}
}
```
2019-07-23 08:08:28 -04:00
James Bardin
6e222375c7 invlaid use of dynamic with attrs should not panic
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.
2019-07-22 17:16:18 -04:00
Chris Griggs
a02e43b86e
Merge pull request #22165 from hashicorp/cgriggs01-aci
[Website] Cisco ACI links
2019-07-22 08:04:09 -07:00
Pam Selle
7d905f6777 Resource for_each 2019-07-22 10:51:16 -04:00
Kristin Laemmert
16fa18c139
Update CHANGELOG.md 2019-07-22 09:07:43 -04:00
Kristin Laemmert
412d459292
backend/remote: remove milseading contents from error message (#22148)
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.
2019-07-22 09:06:39 -04:00
Mark
3031aca971 Add SSH cert authentication method for connection via Bastion 2019-07-21 09:32:48 +03:00
James Bardin
4c337cc51d update CHANGELOG.md 2019-07-19 16:43:26 -04:00
James Bardin
a0b0c29ad2
Merge pull request #22146 from hashicorp/jbardin/get-panic
missing error check in discovery
2019-07-19 16:28:47 -04:00
James Bardin
666838f309 missing error check in discovery 2019-07-19 15:20:50 -04:00
Radek Simko
b117457c6a
Update CHANGELOG.md 2019-07-19 19:52:10 +01:00
Radek Simko
68d729bfaa
Merge pull request #22097 from dancyatfranz/master
Improve ssh connection debug messages
2019-07-19 19:51:25 +01:00
James Bardin
cb723702d9 update CHANGELOG.md 2019-07-19 14:47:30 -04:00
Ahmon Dancy
f9db6651b8 Improve ssh connection debug messages
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.
2019-07-19 08:49:00 -07:00
Radek Simko
8d799ff8fc
Update CHANGELOG.md 2019-07-19 11:32:07 +01:00
Martin Atkins
d41fc8d517 states/statefile: additional context for some v3 upgrade error messages
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.
2019-07-18 18:20:53 -07:00
James Bardin
4b79f85a25
Merge pull request #22137 from hashicorp/jbardin/update-hcl2
update hcl2
2019-07-18 20:55:36 -04:00
James Bardin
f69e4df5c5 update hcl2
Includes fixes for conditionals with unknown values.
2019-07-18 20:26:45 -04:00
appilon
15c71e8538
Merge pull request #22130 from hashicorp/appilon/prune-meta-command
[Cleanup] prune dead code from command/meta
2019-07-18 16:35:08 -04:00
Alex Pilon
d5997e05db
prune dead code from command/meta 2019-07-18 16:11:41 -04:00
Radek Simko
5c30bafee0
Merge pull request #22119 from hashicorp/b-chunklist-empty-list
lang/funcs: Pass through empty list in chunklist
2019-07-18 20:59:47 +01:00
appilon
7df19fb26d
Merge pull request #22128 from hashicorp/appilon/prune-ResourceProviderFullName
[SDK Cleanup] Prune ResourceProviderFullName and its callers
2019-07-18 15:40:57 -04:00
Alex Pilon
c2bc88fc23
prune ResourceProviderFullName and its callers 2019-07-18 15:24:34 -04:00
appilon
b143c04216
Merge pull request #22125 from hashicorp/appilon/move-VarEnvPrefix
[SDK cleanup] Move VarEnvPrefix out of terraform pkg
2019-07-18 14:44:54 -04:00
appilon
30fd65497a
Merge pull request #22124 from hashicorp/appilon/move-IsEmptyDir
[SDK cleanup] Move IsEmptyDir to configs pkg
2019-07-18 14:43:43 -04:00
Alex Pilon
e3bc1e7d5c
move VarEnvPrefix out of terraform pkg 2019-07-18 14:19:39 -04:00
tf-release-bot
edf3afb854 Cleanup after v0.12.5 release 2019-07-18 17:14:21 +00:00
Alex Pilon
7dd36e7afc
run go mod tidy 2019-07-18 13:07:51 -04:00
Alex Pilon
0450f487fa
move IsEmptyDir to configs package 2019-07-18 13:07:10 -04:00
tf-release-bot
0facd03d3a
v0.12.5 2019-07-18 17:04:24 +00:00
Martin Atkins
60c4d28573
Update CHANGELOG.md 2019-07-18 09:52:40 -07:00
Kristin Laemmert
190ef537ec backend/remote: notify users when uploading something other than cwd
When a TFC workspace is configured without a VCS root, and with a
working directory, and a user is running `terraform init` from that same
directory, TFC uploads the entire configuration directory, not only the
user's cwd. This is not obvious to the user, so we are adding a descriptive
message explaining what is being uploaded, and why.
2019-07-18 09:50:17 -07:00