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.
- 15 Sep, 2022 1 commit
-
-
Matteo Ferraroni authored
-
- 25 Oct, 2022 1 commit
-
-
Laura Pacilio authored
Backport of fix(docs): change set to list when recommending using toset() into v1.3
-
- 20 Oct, 2022 19 commits
-
-
James Bardin authored
-
James Bardin authored
Merge pull request #32055 from hashicorp/backport/jbardin/destroy-checkable-outputs/mainly-diverse-ox Backport of Clean up handling of check-related graph nodes into v1.3
-
James Bardin authored
-
James Bardin authored
-
James Bardin authored
-
James Bardin authored
NoOp changes should not participate in a destroy sequence, but because they are included as normal update nodes the usual connections were still being made.
-
James Bardin authored
-
James Bardin authored
-
James Bardin authored
Refreshing for a destroy should use the refresh-only plan to avoid planning new objects or evaluating conditions. This should also be skipped if there is no state, since there would be nothing to refresh.
-
James Bardin authored
-
James Bardin authored
-
James Bardin authored
-
James Bardin authored
The removeRootOutputs field was not strictly used for that purpose, and was also copied to another DestroyPlan field.
-
James Bardin authored
IsFullDestroy was a workaround during apply to detect when the change set was created by a destroy plan. This no longer works correctly, and we need to fall back to the UIMode set in the plan.
-
James Bardin authored
Not all root output instances were going through proper expansion when destroy operations were involved, leading to cases where they would be evaluated even though the expected result was only to remove them from the state. Normally destroy nodes stand alone in the graph, and do not produce references to other nodes. Because root output nodes were replaced by expansion nodes, these were being connected via normal references, even in the case where we were working with a destroy graph.
-
James Bardin authored
Module output may need to be evaluated during destroy in order to possibly be used by providers. The final state however is that all objects are destroyed, so preconditions should not be evaluated.
-
James Bardin authored
-
The Terraform Team authored
* backport of commit a2bcc4ed * backport of commit e0dcc9e8 * backport of commit b68c925c * backport of commit 06537b09 * backport of commit e9502900 Co-authored-by:
HashiBot <62622282+hashibot-web@users.noreply.github.com> Co-authored-by:
Kevin Wang <kwangsan@gmail.com>
-
The Terraform Team authored
* no-op commit due to failed cherry-picking * chore: rewrite internal redirects (#32038) Co-authored-by:
temp <temp@hashicorp.com> Co-authored-by:
Kevin Wang <kwangsan@gmail.com>
-
- 19 Oct, 2022 2 commits
-
-
hc-github-team-tf-core authored
-
hc-github-team-tf-core authored
-
- 18 Oct, 2022 3 commits
-
-
Liam Cervante authored
-
The Terraform Team authored
* backport of commit 52bbf8df762c2985bacfbb46361dfb2ea3d91a77 * backport of commit 595c4656fb68a9fbbf24abb015238a84a3725f42 Co-authored-by:
Liam Cervante <liam.cervante@hashicorp.com>
-
James Bardin authored
Backport of go get -u golang.org/x/net into v1.3
-
- 12 Oct, 2022 2 commits
-
-
James Bardin authored
-
James Bardin authored
Backport of core: A NoOp orphan change has nothing to apply into v1.3
-
- 11 Oct, 2022 2 commits
-
-
James Bardin authored
-
Craig Wright authored
We missed merging this change, I'm just re-doing it in the right file: https://github.com/hashicorp/terraform/pull/31753
-
- 06 Oct, 2022 6 commits
-
-
hc-github-team-tf-core authored
-
hc-github-team-tf-core authored
-
Laura Pacilio authored
Backport of Add callout to Continuous Validation into v1.3
-
Matthew Garrell authored
Merge pull request #31956 from hashicorp/backport/mg_no_code_prov_followup/marginally-relevant-eagle Backport of Adding mention of no-code to Creating Modules section of TF Language docs into v1.3
-
Matthew Garrell authored
-
Laura Pacilio authored
-
- 05 Oct, 2022 4 commits
-
-
Laura Pacilio authored
Backport of Update backends.mdx into v1.3
-
Laura Pacilio authored
-
Laura Pacilio authored
-
Laura Pacilio authored
-