Commit Graph

115 Commits (6440c839474f052d8997bb5cec19c2743e5108e6)

Author SHA1 Message Date
Kristin Laemmert d76cfc8c0c
Merge pull request #26440 from hashicorp/mildwonkey/remove-older-state-vs
6 years ago
Kristin Laemmert 479655ad47 refactor tests to use modern states.State in favor of terraform.State where possible
6 years ago
James Bardin ab6d6f99ae fix races in remote backend mock
6 years ago
Kristin Laemmert 6621501ae3
state: remove deprecated state package (#25490)
6 years ago
Kristin Laemmert 86e9ba3d65
* backend/local: push responsibility for unlocking state into individual operations
6 years ago
Kristin Laemmert 604e65bb62 Revert "backend/local: release lock if there is an error in Context() (#25427)"
6 years ago
Kristin Laemmert 1ba0d615e7
backend/local: release lock if there is an error in Context() (#25427)
6 years ago
James Bardin 35d232481f prevent panic in remote backend retry
6 years ago
Kristin Laemmert e6cf6cd758
backend/remote: do not panic if PrepareConfig or Configure receive null (#25135)
6 years ago
CJ Horton e1dcae17b7 add sad path tests for the TFP API version check
6 years ago
CJ Horton 68f199fc76 replace status string with go-tfe enum
6 years ago
Martin Atkins 8e1615a802 backend/remote: Handle cost estimation skipped due to targeting
6 years ago
CJ Horton 0eea4e7c62 prevent targeting for unsupported API versions
6 years ago
Mike Nomitch 650a272a1d Change message sent to remote backend if -target used
6 years ago
Martin Atkins 16f1f3b739 backend/remote: Support -target on plan and apply
6 years ago
Martin Atkins db4f3f8bc5 vendor: go get github.com/hashicorp/go-tfe@v0.8.0
6 years ago
Pam Selle 60b3815af4
Merge pull request #24696 from hashicorp/leetrout/remote-state-force-push
6 years ago
Lee Trout cb0e20ca2b Add support for force pushing with the remote backend
6 years ago
Kritonas 71395a0656 Fixed minor grammatical errors
6 years ago
Ryan Uber 105fcb3cac backend/remote: move reading policy check logs earlier
6 years ago
Ryan Uber 93906e1ad8 backend/remote: display cost estimate and policy check whenever available
6 years ago
Alisdair McDiarmid f15e58adf8 Improve remote backend missing token error
6 years ago
Robert Tillery af77d1d22c backend/remote: Filter environment variables when loading context (#23358)
6 years ago
Martin Atkins 8f27409007 backend/remote: Support HCL variable values in local operations
6 years ago
Martin Atkins 9f9f22091e backend/remote: Unlock workspace if Context fails
6 years ago
Martin Atkins b10f058cbb backend/remote: Only load variables if we're going to use them
6 years ago
Martin Atkins a8d01e3940 backend/remote: Report invalid variables only remotely
6 years ago
Pam Selle a5f2f4cbba Update messaging for .terraformignore
6 years ago
Radek Simko 32f9722d9d
Replace import paths & set UA string where necessary
6 years ago
Paul Thrasher f2ef8ef317
slow down tfce polling to 1s
7 years ago
Paul Thrasher 4e308ef362
typos. some code, some text.
7 years ago
Paul Thrasher d2eaffabea
vendor latest go-tfe
7 years ago
Paul Thrasher d3fc3dee6e
clean up go mod for go-tfe
7 years ago
Paul Thrasher e2831b3d1e
tfce test additions
7 years ago
Paul Thrasher bc2d888b7b
update to go-tfe 0.3.23
7 years ago
Paul Thrasher 39817ac476
cost estimation status polling
7 years ago
Paul Thrasher 979bba0f32
tfce mock fix
7 years ago
Kristin Laemmert 412d459292
backend/remote: remove milseading contents from error message (#22148)
7 years ago
Kristin Laemmert 190ef537ec backend/remote: notify users when uploading something other than cwd
7 years ago
Kristin Laemmert 89eeaed0a0
[WIP] backend/enhanced: start with absolute configuration path (#22096)
7 years ago
Radek Simko 5b9f2fafc8 Standardise directory name for test data
7 years ago
Mary Cutrali e44ca40702 update remote apply language to use proper its/it's
7 years ago
David Celis 5ccccfb91f
Remove pre-alpha cost estimation logic
7 years ago
Sander van Harmelen 394f20f59c backend/remote: do not unlock after a failed upload
7 years ago
Paul Thrasher 151c91ffda
use scanner for reading logs
7 years ago
Paul Thrasher 0e27a8862f
remove duplicate remote output line
7 years ago
Sander van Harmelen bb12206bca Fixup the tests
7 years ago
Sander van Harmelen 7cf744241a Do not use a scanner to read the logs
7 years ago
Paul Thrasher c7a023a95c
update test for new go-tfe version
7 years ago
Paul Thrasher 53f977bee2
TFCE api correct pluralization
7 years ago