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.
- 22 Nov, 2021 4 commits
-
-
Dylan Staley authored
This reverts commit 3cb12b5a.
-
Dylan Staley authored
-
Luces Huayhuaca authored
Create a function for logic that assigns value to initReason var after changing backend configuration (#29967) * Create a function for logic that assigns value to initReason var after changing backend configuration Create func determineInitReason() for logic block that assigns value to initReason var after changing backend/cloud configuration block or migrating to a different type of backend configuration. Also clarify 'cloud' configuration block message to say 'Terraform Cloud configuration block has changed' instead of 'Terraform Cloud configuration has changed'.
-
Alisdair McDiarmid authored
cli: Fix nested single and map diff rendering
-
- 19 Nov, 2021 4 commits
-
-
Alisdair McDiarmid authored
Indentation was out by two spaces. This is now consistent with the other displays of object/map values: four spaces for each nesting level.
-
Alisdair McDiarmid authored
cli: Fix diff for nested set unchanged elements
-
Alisdair McDiarmid authored
-
Alisdair McDiarmid authored
Unchanged elements in nested attributes backed by sets were previously misrendered as empty objects. This commit removes the additional brackets and adds a count of unchanged elements.
-
- 18 Nov, 2021 3 commits
-
-
Krista LaFentres (she/her) authored
Fix failing checks
-
Krista LaFentres authored
-
Krista LaFentres authored
-
- 17 Nov, 2021 21 commits
-
-
Barrett Clark authored
* Remove double question to migrate * Remove parallelism (it has been flaky) * Add subtests to apply_auto_approve_test (it was overlooked before)
-
Martin Atkins authored
The specialized Terraform Cloud migration process asks right up top whether the user wants to migrate state, because there are various other questions contingent on that answer. Therefore we ought to just honor their earlier answer when we get to the point of actually doing the state migration, rather than prompting again. This is tricky because we're otherwise just reusing a codepath that's common to both modes. Hopefully we can find a better way to do this in a later commit, but for the moment our main motivation is minimizing risk to the very next release.
-
Barrett Clark authored
-
Martin Atkins authored
There are a few command line options for "terraform init" which are only relevant when working with traditional backends, with the Cloud integration previously just mostly ignoring them, or sometimes misbehaving slightly due to them creating an unreasonable situation. Now we'll catch these and return explicit errors, in order to be clear that these options are not needed nor supported in Cloud mode.
-
Martin Atkins authored
This just gives a little extra information to work with when trying to understand why a test failed. It doesn't change what any of the tests are actually trying to test.
-
Martin Atkins authored
This aims to encapsulate the somewhat-weird logic we currently use to distinguish between the various "terraform init" situations involving Terraform Cloud mode, in the hope of making codepaths that branch based on this slightly easier to read. This isn't yet used, but uses of it will follow in subsequent commits.
-
kt authored
This PR adds support for using MSAL instead of ADAL for getting auth tokens in the AzureRM backend, meaning that Microsoft Graph Tokens will be used rather than Azure Active Directory Graph Tokens. For the moment this is an opt-in feature - however in a future release we'll flip the default from ADAL to MSAL since ADAL is deprecated.
-
Tom Harvey authored
Co-authored-by:
Tom Bamford <tbamford@hashicorp.com>
-
Tom Harvey authored
Co-authored-by:
Tom Bamford <tbamford@hashicorp.com>
-
Tom Harvey authored
Co-authored-by:
Tom Bamford <tbamford@hashicorp.com>
-
Tom Harvey authored
Co-authored-by:
Tom Bamford <tbamford@hashicorp.com>
-
Tom Harvey authored
Co-authored-by:
Tom Bamford <tbamford@hashicorp.com>
-
tombuildsstuff authored
-
tombuildsstuff authored
-
tombuildsstuff authored
-
tombuildsstuff authored
-
tombuildsstuff authored
-
tombuildsstuff authored
This redirects to the registry so we should point there directly
-
tombuildsstuff authored
-
tombuildsstuff authored
-
tombuildsstuff authored
-
- 16 Nov, 2021 8 commits
-
-
James Bardin authored
Remove retracted k8s package
-
Jared Ledvina authored
Signed-off-by:
Jared Ledvina <jared.ledvina@datadoghq.com>
-
James Bardin authored
Use the latest k8s.io packages from v0.21
-
Barrett Clark authored
Cloud: Migrate empty default workspace prompt
-
Barrett Clark authored
This pull request focuses on removing the prompt to rename the default workspace when it is empty. Functionality already exists to not migrate an empty workspace. This commit adds some clarifying language in the comment where we do the evaluation to know whether to ask for a new name or not. I also added an end to end test, which I should have added to begin with.
-
kmoe authored
refactoring: error when changing resource type during move
-
Katy Moe authored
-
Barrett Clark authored
Given: You have multiple explicit local workspaces, and the `default` workspace is empty. When: You migrate the workspaces to Terraform Cloud. Then: Terraform should _not_ ask for a workspace to migrate the `default` workspace to in Terraform Cloud.
-