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.
- 13 Oct, 2021 2 commits
-
-
hc-github-team-tf-core authored
-
James Bardin authored
-
- 12 Oct, 2021 4 commits
-
-
James Bardin authored
Backport of Check for nil change during apply into v1.0
-
Alisdair McDiarmid authored
-
James Bardin authored
-
James Bardin authored
v1.0 backport of #29720: skip refreshing deposed during destroy plan
-
- 08 Oct, 2021 2 commits
-
-
James Bardin authored
-
James Bardin authored
The destroy plan should not require a configured provider (the complete configuration is not evaluated, so they cannot be configured). Deposed instances were being refreshed during the destroy plan, because this instance type is only ever destroyed and shares the same implementation between plan and walkPlanDestroy. Skip refreshing during walkPlanDestroy. add comment about when we call ConfigureProvider
-
- 05 Oct, 2021 3 commits
-
-
James Bardin authored
-
James Bardin authored
Merge pull request #29704 from hashicorp/backport/jbardin/proposed-new-null-objs/previously-infinite-midge Backport of objchange: fix ProposedNew from null objects into v1.0
-
James Bardin authored
-
- 04 Oct, 2021 1 commit
-
-
James Bardin authored
-
- 29 Sep, 2021 6 commits
-
-
Melissa Gurney Greene authored
Updated language around contributing modules with overlapping features in the Publishing Modules section: "We welcome..." (all contributions)
-
hc-github-team-tf-core authored
-
hc-github-team-tf-core authored
-
James Bardin authored
-
James Bardin authored
Backport of Check required_version as early as possible into v1.0
-
James Bardin authored
-
- 28 Sep, 2021 4 commits
-
-
James Bardin authored
-
James Bardin authored
-
James Bardin authored
-
James Bardin authored
-
- 24 Sep, 2021 3 commits
-
-
Alisdair McDiarmid authored
-
Alisdair McDiarmid authored
Merge pull request #29644 from hashicorp/backport/alisdair/fix-refresh-only-with-orphans/inherently-helped-imp Backport of core: Fix refresh-only interaction with orphans into v1.0
-
Alisdair McDiarmid authored
-
- 16 Sep, 2021 3 commits
-
-
Laura Pacilio authored
Merge pull request #29599 from hashicorp/backport/laura-add-mrui-to-sidebar/highly-resolved-blowfish Backport of Add Machine-Readable UI to sidebar into v1.0
-
Laura Pacilio authored
-
Laura Pacilio authored
-
- 15 Sep, 2021 6 commits
-
-
hc-github-team-tf-core authored
-
hc-github-team-tf-core authored
-
James Bardin authored
-
James Bardin authored
-
James Bardin authored
Merge pull request #29587 from hashicorp/backport/jbardin/proposed-new-empty-containers/actually-working-viper Backport of handle empty containers in ProposedNew NestedTypes into v1.0
-
James Bardin authored
-
- 14 Sep, 2021 2 commits
-
-
James Bardin authored
-
James Bardin authored
-
- 13 Sep, 2021 4 commits
-
-
James Bardin authored
-
James Bardin authored
v1.0 backport 29559
-
James Bardin authored
In order to handle optional attributes, the Variable type needs to keep track of the type constraint for decoding and conversion, as well as the concrete type for creating values and type comparison. Since the Type field is referenced throughout the codebase, and for future refactoring if the handling of optional attributes changes significantly, the constraint is now loaded into an entirely new field called ConstraintType. This prevents types containing ObjectWithOptionalAttrs from escaping the decode/conversion codepaths into the rest of the codebase.
-
James Bardin authored
-