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.
- 06 Apr, 2020 5 commits
-
-
Petros Kolyvas authored
-
Petros Kolyvas authored
-
Petros Kolyvas authored
-
Petros Kolyvas authored
Alisdair's fixes. Co-Authored-By:
Alisdair McDiarmid <alisdair@users.noreply.github.com>
-
Petros Kolyvas authored
Co-Authored-By:
Alisdair McDiarmid <alisdair@users.noreply.github.com>
-
- 03 Apr, 2020 7 commits
-
-
Petros Kolyvas authored
-
Petros Kolyvas authored
-
Petros Kolyvas authored
-
Petros Kolyvas authored
-
Petros Kolyvas authored
-
Petros Kolyvas authored
-
Petros Kolyvas authored
-
- 01 Apr, 2020 5 commits
-
-
Petros Kolyvas authored
-
Petros Kolyvas authored
-
Petros Kolyvas authored
-
Petros Kolyvas authored
They don't seem to be present on `localhost`
-
Petros Kolyvas authored
-
- 31 Mar, 2020 1 commit
-
-
Petros Kolyvas authored
-
- 27 Mar, 2020 8 commits
-
-
Petros Kolyvas authored
-
Petros Kolyvas authored
-
Petros Kolyvas authored
-
Petros Kolyvas authored
-
Petros Kolyvas authored
-
Alisdair McDiarmid authored
-
Alisdair McDiarmid authored
command/fmt: Include source snippets in errors
-
Alisdair McDiarmid authored
command/format: Fix multi-line diagnostic output
-
- 26 Mar, 2020 6 commits
-
-
Alisdair McDiarmid authored
Previously, if a diagnostic context spanned multiple lines, any lines which did not overlap with the highlight range would be displayed as blank. This commit fixes the bug. The problem was caused by the unconditional use of `PartitionAround` to split the line into before/highlighted/after ranges. When two ranges don't overlap, this method returns empty ranges, which results in a blank line. Instead, we first check if the ranges do overlap, and if not we print the entire line from the context.
-
Alisdair McDiarmid authored
Previously, diagnostic errors would display the filename and line number, along with "(source code not available)". This is because the fmt command directly loads and parses the configuration, instead of using the config loader. This commit registers the manually parsed source as a synthetic configuration file, so that the diagnostic formatter can look up the source for the range with the error and display it.
-
Pam Selle authored
Update ModuleCallOutput and add AbsModuleCallOutput
-
Pam Selle authored
-
James Bardin authored
Module Expansion Activate!
-
James Bardin authored
This name method won't be called in the full graph, and remove it to prevent confusion with the parent node in logs.
-
- 25 Mar, 2020 8 commits
-
-
James Bardin authored
-
James Bardin authored
eval nodes no longer always have a context path
-
James Bardin authored
simplify the test a bit and add a few more combinations to the config
-
James Bardin authored
-
James Bardin authored
The expand logic was separated into nodeExpandRefreshableManagedResource, but the orphan logic wasn't updated.
-
James Bardin authored
-
James Bardin authored
Remove the shims where they aren't necessary from the Init and Close provider nodes. This also removed some provider path checks from the builtin eval context, which cannot be resolved since the context may not be created with a ModuleInstance path.
-
James Bardin authored
We can't get module instances during transformation, so we need to reduce the Dependencies to using `addrs.ConfigResource` for now.
-