Commit Graph

276 Commits (0efa4227b26ff156863ae38cebe2d18ebdfc17cc)

Author SHA1 Message Date
Sarah French 371e625ea9
Update URLs from `www.terraform.io` to `developer.hashicorp.com` (#36792)
1 year ago
Rémi Lapeyre 5a8de9d70d
Add TRACE logs when uploading to the cloud and remote backends (#36757)
1 year ago
Craig Wright 403cc5042a
Merge pull request #36706 from latentd/fix/rename-legacy-terms
1 year ago
Sarah French 2d6eda2877
Update comments about backend interfaces, enhanced vs operations, and fix copy-paste inaccuracies (#36716)
1 year ago
latentd 5edcdef6fc update legacy term: Terraform Cloud agent => HCP Terraform Agent
1 year ago
Daniel Banck 10c9b64007
Rename schema.Block to Body (#36629)
1 year ago
James Bardin 3b3e4bf003 update the rest of the go:generate calls
1 year ago
Radek Simko 289a3568da
Address `go vet` 1.24 failures (#36485)
1 year ago
Mark DeCrane 166434811e
Merge pull request #36453 from hashicorp/IPL-7602/saved-plan-apply-hangs-with-auto-approve-flag
1 year ago
Mark DeCrane 50f2018c16 Move changelog entry to backport section, added an explanatory comment
1 year ago
Mark DeCrane 739c35cabb Add test
1 year ago
Mark DeCrane 8eff169fc7 Do the apply if there is a saved plan file, regardless of whether -auto-approve is set
1 year ago
Samsondeen 16a34fe47f
Accept CLI option for the number of parallel ops in a test run's plan/apply (#36323)
1 year ago
Sarah French 21cafd70ea
Add more details to JUnit `terraform test` output to describe why a test was skipped (#36315)
1 year ago
Sarah French 0daf6e8f01
Update comments about Backend interface implementation, add implementation assertion (#36168)
2 years ago
Bruno Schaatsbergen a5d8673a41
Revert "Merge pull request #35929 from bschaatsbergen/b/fix-retry-messages-in-cloud-backend-json"
2 years ago
Bruno Schaatsbergen 45c38a6469
Merge branch 'main' into b/fix-retry-messages-in-cloud-backend-json
2 years ago
Bruno Schaatsbergen f1428b3388
backend/cloud: expose View to enable reuse in a (cloud) backend
2 years ago
Brandon Croft f41d5a5954
Fix typo
2 years ago
Brandon Croft ad96f4161c
Prefer kv tags when tags defined as set
2 years ago
Bruno Schaatsbergen 1e80cd8e10
cloud: clarify reason for guard statement
2 years ago
Bruno Schaatsbergen 09ddfc039f
docs: add a comment to the View field
2 years ago
Bruno Schaatsbergen d8bfe7a80b
cloud: Initialize a new cloud view in the backend to render messages based on view type.
2 years ago
Bruno Schaatsbergen a90930427a
chore: remove the retrylog hook from the init view
2 years ago
Bruno Schaatsbergen f9797595e3
chore: initialize new view in meta backend
2 years ago
Brandon Croft 9d0133a541
Fix non-string elements in tags schema
2 years ago
Brandon Croft e87335a972
cloud: Allows object tag schema for selecting kv tagged workspaces
2 years ago
Radek Simko 06fd817b7c
Remove handling of ephemeral root outputs (#35809)
2 years ago
Brandon Croft cc54f79ba7
cloud: retry state version pending gracefully
2 years ago
James Bardin 2cbb6bf92f udpate code which was failing staticckeck
2 years ago
kmoe a2039517a5
states: store ephemeral output values in memory (#35676)
2 years ago
Jeff Bonhag 8b2941455a
Upgrade go-tfe from 1.51.0 to 1.58.0 (#35495)
2 years ago
Liam Cervante 70b93b24b4
deferred actions: load all values from deferred resources when building eval context (#35526)
2 years ago
Brandon Croft 0efd586490
cloud: retry output if current state outputs are not available
2 years ago
Brandon Croft 716fcce239
chore: add command ctx to GetRootOutputValues
2 years ago
Sebastian Rivera fb06df80fc Refactor generalError to use appName
2 years ago
Sebastian Rivera 015f795ff0 Rebrand Terraform Cloud to HCP Terraform
2 years ago
Rose M Koron a344e83a39
Apply suggestions from code review
2 years ago
Rose 9babc8a1ee Fix grammar
2 years ago
Rose 0eac58dcab Change the header names
2 years ago
Mrinali Rao b1a40a1a65
Update the Terraform CLI output to show logical separation between OPA and Sentinel policy evaluations (#34963)
2 years ago
Martin Atkins f058de612c statemgr: Incorporate IntermediateStateConditionalPersister
2 years ago
Martin Atkins cf3bbb890f State managers use schemarepo.Schemas instead of terraform.Schemas
2 years ago
Martin Atkins 88cb4aeea3 backendrun: Separate the types/etc for backends that support operations
2 years ago
Martin Atkins 06f51dbe04 command/workdir: Model the "backend state" file format
2 years ago
Martin Atkins af44fdbbf5 cloud: Use copy.DeepCopyValue instead of copystructure dependency
2 years ago
Martin Atkins 1358245617 dependencies: Remove all non-legacy uses of hashicorp/go-multierror
2 years ago
Lauren 6d9b3b2cd7 call Colorize() on CLI output
2 years ago
Nick Fagerlund c02533c889 Cloud backend: Cache service discovery in public ServicesHost field
2 years ago
Nick Fagerlund 0248b6cf90 Give cloud TestRunner its own service discovery function
2 years ago