Commit Graph

122 Commits (660ef01afc5d1e837e50c4bbcf362def8ea8f1cb)

Author SHA1 Message Date
Brandon Croft 50d48c635e
remove unused error and fix output authorization detection
4 years ago
Brandon Croft 0139e75a1a
feature: fall back to reading entire state when detailed-type is not available
4 years ago
Brandon Croft e1fa690879
style: goimports fixes
4 years ago
Brandon Croft 166d21b20b
refactor: extract cloud state ctyValue conversion function
4 years ago
Brandon Croft e794efc31e
better errors from terraform output when cloud is configured
4 years ago
Brandon Croft c33c8b013f
fix: have `terraform output` adhere to authorization w/ cloud
4 years ago
Brandon Croft 7892cb6b5a
reformat imports using goimports
4 years ago
Brandon Croft 0b9bd2fc36
make cloud backend_state error messages more conventional
4 years ago
Brandon Croft 01d510f3cb
test(cloud): ensure state version is created when saving state
4 years ago
Anna Winkler d72911a640 Save detailed type outputs to JSONStateOutputs
4 years ago
Luces Huayhuaca 70ddcc7d0d
add url to summary and check for optional values (#30993)
4 years ago
Anna Winkler 22c121df86
Bump compatibility version to 1.3.0 for terraform core release (#30988)
4 years ago
Luces Huayhuaca ea1f0007ff
fix typo for task.Status (#30978)
4 years ago
Sebastian Rivera 9d7fdbea2d Handle -input=false in cloud integration
4 years ago
Sebastian Rivera 5ded48e081 Give token in cloud config higher precedence than CLI config file
4 years ago
Sebastian Rivera f63ef2b5ef Rename cloud env vars to use TF_CLOUD prefix
4 years ago
Brandon Croft 42da030090
Merge pull request #30850 from hashicorp/brandonc/cloud_test_revisions
4 years ago
Brandon Croft 0dc26a9585
test(cloud): nonexisting org not a valid test when using mocks
4 years ago
Brandon Croft a38a0ee8a8
test(cloud): ensure mocks are used for backend configure tests
4 years ago
Sebastian Rivera b191faf8a4 Add skip test if missing vars helper
4 years ago
Sebastian Rivera 34114286ff Cloud e2e tests for configuring with env vars
4 years ago
Sebastian Rivera 8040dfec34
Merge pull request #30787 from hashicorp/sebasslash/tf-workspace-cloud-config
4 years ago
Sebastian Rivera dd864b1bac Add TF_WORKSPACE validation method
4 years ago
Eng Zer Jun fedd315275
test: use `T.TempDir` to create temporary test directory (#30803)
4 years ago
Sebastian Rivera 995ef15ab9 Add cloud configuration support for TF_WORKSPACE
4 years ago
Martin Atkins 49d7c879ac Fix problems caught by staticcheck v0.3.0
4 years ago
Sebastian Rivera a52c87cb5a Fix a flaky test manipulating environment variables
4 years ago
Sebastian Rivera 232d48fe00 Add support for TF_HOSTNAME env var
4 years ago
Sebastian Rivera b1c22d333e Fix error formatting for missing env and config value
4 years ago
Sebastian Rivera 45357f5004 Add TF_ORGANIZATION env var support
4 years ago
Luces Huayhuaca bdc7d8c0a1
Upgrade go-tfe dependency to use 1.0 version. It contains breaking changes, so we are updating method signatures, method names and the type of optional parameters, as needed. (#30626)
4 years ago
Theo Chupp d15a2bc024
fix: local variables should not be overridden by remote variables during `terraform import` (#29972)
4 years ago
Sebastian Rivera 52c5f9f6b7 Updated for latest go-tfe run task changes
4 years ago
Sebastian Rivera 126d6df088 Added run task support for post plan run stage, removed pre apply
4 years ago
uturunku1 383da4893b use new enum string for task stages
4 years ago
Brandon Croft aa0dda81b4 Fall back to reading latest run without task_stages
4 years ago
uturunku1 a9da859ee5 rename variables to something more descriptive
4 years ago
uturunku1 77946af472 pull latest changes from go-tfe branch and use use new field name that previously was incorrectly named TaskStage
4 years ago
uturunku1 8090b23db7 delete unused function
4 years ago
Brandon Croft 0b8bb29a61 [cloud] refactor integration context and add code documentation
4 years ago
Brandon Croft 791c36c504 [cloud] report run tasks by name instead of assuming pre_apply
4 years ago
uturunku1 6b5da4d43c [cloud] run tasks output formatting
4 years ago
Brandon Croft 2938ec43fa [cloud] handle unreachable run tasks
4 years ago
uturunku1 3e9ae69a12 [cloud] run tasks integration
4 years ago
Barrett Clark d196d2870a Refactor cloud table test runs
4 years ago
Barrett Clark c647b41d65 Add parallelism back into the tests
5 years ago
Barrett Clark 7aeaec9b48 Update tests for new prompts
5 years ago
Barrett Clark 27aa51687e Fix cloud e2e tests for updated migration flow
5 years ago
Martin Atkins bac59d2480 command/init: Be explicit that some options are not relevant for Cloud
5 years ago
Martin Atkins c28b57b4d6 cloud/e2e: Additional context for failing to find expected output
5 years ago