Commit Graph

111 Commits (179e108cd1b1541b53bc355efcd2b9cd7ac277ff)

Author SHA1 Message Date
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
4 years ago
Barrett Clark 7aeaec9b48 Update tests for new prompts
4 years ago
Barrett Clark 27aa51687e Fix cloud e2e tests for updated migration flow
4 years ago
Martin Atkins bac59d2480 command/init: Be explicit that some options are not relevant for Cloud
4 years ago
Martin Atkins c28b57b4d6 cloud/e2e: Additional context for failing to find expected output
4 years ago
Martin Atkins e5172fea95 cloud: DetectConfigChangeType helper
4 years ago
Barrett Clark a146a2746e Add clarifying commend and e2e test
4 years ago
Omar Ismail 9b675f8b70 Add skip for cloud e2e tests when env vars missing
4 years ago
Omar Ismail 57a4b51e87 remove build tags for cloud e2e
4 years ago
Barrett Clark 5ef82ddd2f Cloud: fix e2e tests
4 years ago
Brandon Croft 1f01ba4dbc
fix(run variables): support all variable types (map, list, bool, number, null, string)
4 years ago
Brandon Croft 9441666d9a
Merge pull request #29903 from hashicorp/pull-mock-gotfe-changes
4 years ago
Chris Arcand 21750037d5 cloud: Help output typos
4 years ago
uturunku1 58304b678c import path to go mocks in tfe
4 years ago
Luces Huayhuaca 4e3218b4d5
cloud: convert uses of worspaces.operations into workspaces.executionMode (#29844)
4 years ago
Omar Ismail 1da7031855 cloud: Add tags to workspace if necessary when fetching state
4 years ago