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.
- 26 Jan, 2022 1 commit
-
-
Laura Pacilio authored
-
- 06 Jan, 2022 2 commits
-
-
Laura Pacilio authored
-
Laura Pacilio authored
-
- 04 Jan, 2022 4 commits
-
-
Laura Pacilio authored
-
Laura Pacilio authored
-
Laura Pacilio authored
-
Laura Pacilio authored
-
- 21 Dec, 2021 6 commits
-
-
Laura Pacilio authored
-
Laura Pacilio authored
-
Laura Pacilio authored
-
Laura Pacilio authored
-
Laura Pacilio authored
-
Laura Pacilio authored
-
- 24 Jan, 2022 1 commit
-
-
Laura Pacilio authored
Merge pull request #30400 from hashicorp/backport/fix-provisioners-content/socially-discrete-buzzard Backport of Fix provisioners content into v1.1
-
- 21 Jan, 2022 4 commits
-
-
Alisdair McDiarmid authored
-
Alisdair McDiarmid authored
Backport of Fix autocomplete for workspace subcommands into v1.1
-
Laura Pacilio authored
-
Laura Pacilio authored
-
- 20 Jan, 2022 6 commits
-
-
Michele Degges authored
-
James Bardin authored
-
James Bardin authored
Backport of Update aws-sdk-go dependency to support new region (Jakarta) into v1.1
-
Laura Pacilio authored
-
Laura Pacilio authored
-
The Terraform Team authored
Co-authored-by:
Brian Flad <bflad417@gmail.com>
-
- 19 Jan, 2022 3 commits
-
-
hc-github-team-tf-core authored
-
hc-github-team-tf-core authored
-
Martin Atkins authored
-
- 18 Jan, 2022 7 commits
-
-
Laura Pacilio authored
-
Laura Pacilio authored
-
Laura Pacilio authored
-
Laura Pacilio authored
-
Laura Pacilio authored
-
Laura Pacilio authored
-
Laura Pacilio authored
-
- 17 Jan, 2022 2 commits
- 11 Jan, 2022 4 commits
-
-
Martin Atkins authored
Previously we were just returning a string representation of the file mode, which spends more characters on the irrelevant permission bits that it does on the directory entry type, and is presented in a Unix-centric format that likely won't be familiar to the user of a Windows system. Instead, we'll recognize a few specific directory entry types that seem worth mentioning by name, and then use a generic message for the rest. The original motivation here was actually to deal with the fact that our tests for this function were previously not portable due to the error message leaking system-specific permission detail that are not relevant to the test. Rather than just directly addressing that portability problem, I took the opportunity to improve the error messages at the same time. However, because of that initial focus there are only actually tests here for the directory case. A test that tries to test any of these other file modes would ...
-
Martin Atkins authored
-
Martin Atkins authored
Terraform uses "implied" move statements to represent the situation where it automatically handles a switch from count to no-count on a resource. Because that situation requires targeting only a specific resource instance inside a specific module instance, implied move statements are always presented as if they had been declared in the root module and then traversed through the exact module instance path to reach the target resource. However, that means they can potentially cross a module package boundary, if the changed resource belongs to an external module. Normally we prohibit that to avoid the root module depending on implementation details of the called module, but Terraform generates these implied statements based only on information in the called module and so there's no need to apply that same restriction to implied move statements, which will always have source and destination addresses belonging to the same module instance. This change therefore fixes a misbehavior where Terraform would reject an attempt to switch from no-count to count in a called module, where previously the author of the calling configuration had no recourse to fix it because the change has actually happened upstream.
-
Laura Pacilio authored
Backport of Fix broken links to external docs into v1.1
-