Commit Graph

105 Commits (c6cbbcb79a751fcee2334b22bb3ee18aecaefb91)

Author SHA1 Message Date
Mikhail Mazurskiy c9ce1f0c1f
Fix typos (#24531)
6 years ago
James Bardin a0f92f9d6a remove extra brackets in state string output
6 years ago
James Bardin 3ee9cf49ce missing wg.Wait in concurrent test
6 years ago
Kristin Laemmert c4873778c8 Mildwonkey/tests (#24548)
6 years ago
Kristin Laemmert d95667f264 states/version3 upgrade: revert provider FQN changes (#24504)
6 years ago
Martin Atkins 4061cbed38 internal/getproviders: A new shared model for provider requirements
6 years ago
James Bardin b3fc0dab94 use addrs.ConfigResource for dependency tracking
6 years ago
Kristin Laemmert ed1aebbeda
terraform: large refactor to use Provider from configs.Resource (#24396)
6 years ago
James Bardin ea51b790bc states.Resource needs to record its module too
6 years ago
James Bardin 3729e6a705 update MaybeFixUpResourceInstanceAddressForCount
6 years ago
James Bardin e13eecbc5b finish provider ModuleInstance replacement
6 years ago
James Bardin 8497adcb6e AbsProviderConfig to use addrs.Module
6 years ago
James Bardin 654e880bb8
Merge pull request #24084 from hashicorp/jbardin/cbd-instance-state
6 years ago
Alisdair McDiarmid f54e2a62bf states: Fix coverage blips in statemgr/filesystem
6 years ago
James Bardin dd8ab5812e add CreateBeforeDestroy to state
6 years ago
Kristin Laemmert 47a16b0937
addrs: embed Provider in AbsProviderConfig instead of Type
6 years ago
Martin Atkins 8b511524d6
Initial steps towards AbsProviderConfig/LocalProviderConfig separation (#23978)
6 years ago
Kristin Laemmert 6541775ce4
addrs: roll back change to Type field in ProviderConfig (#23937)
6 years ago
Kristin Laemmert 67fc4dd5a1 configs: move ProviderConfigCompact[Str] from addrs to configs
6 years ago
Kristin Laemmert e3416124cc
addrs: replace "Type string" with "Type Provider" in ProviderConfig
6 years ago
Pam Selle e4d2469698 Update comment
6 years ago
Pam Selle de953eca6f Fixup for allowing empty lists/sets of resources
6 years ago
Pam Selle 19b408e053 Only need this one call, don't call the meta func
6 years ago
Pam Selle 61ce1cb3ad Fix provider related tests
6 years ago
Pam Selle 01da7b4f7f Tested and confirmed we cannot delete this, so removed TODO
6 years ago
Pam Selle 87fdcd0064 Add a new method cause doing things in module is weird
6 years ago
Pam Selle 3b4382082d More comments and names
6 years ago
Pam Selle fd34def9dc More comment updates, a lil refactor
6 years ago
Pam Selle ca9da51516 Cleanup
6 years ago
Pam Selle 9482bb8eb0 Comment cleanup
6 years ago
Pam Selle d144b83d50 This works, with lots of noise
6 years ago
Martin Atkins 7cf782c1bf states/statefile: Better error messages for some unsupported v3 cases
7 years ago
Martin Atkins 1ae47ae314 states/statefile: tolerate and ignore invalid depends_on in version 3
7 years ago
aqche bcaf7f7ba7 states/statemgr: Properly return error when Unlock detects invalid lock id
7 years ago
James Bardin 5a0a0020a0 read+write the new dependencies in the statefile
7 years ago
James Bardin 2c3c011f20 change state dependencies to AbsResource addrs
7 years ago
Radek Simko 7860f55e4f
Version tools per Go convention under tools.go
7 years ago
Radek Simko 95cbf1c282
Fix copy-paste errors in test data
7 years ago
Pam Selle e6817f6319 Reordering, comment update
7 years ago
Alex Pilon 4bf43efcfd
move hcl2shim package to configs
7 years ago
Martin Atkins d41fc8d517 states/statefile: additional context for some v3 upgrade error messages
7 years ago
James Bardin 2988e373d6
Merge pull request #21484 from minamijoyo/fix-statev2-hash-decode
7 years ago
James Bardin ac2219ba6e don't lose Private state data during copy
7 years ago
Masayuki Morita ac83827c90 states/statefile: decode backend hash as uint64
7 years ago
James Bardin 1e1dcfd95a always write the current state terraform_version
7 years ago
Radek Simko 8a6d1d62b6
stringer: Regenerate files with latest version
7 years ago
Kristin Laemmert d7dda4e436
states/statefile: upgrade legacy dependency syntax (#21159)
7 years ago
Paul Tyng ab2d09b0cb
godoc typo
7 years ago
Sander van Harmelen 21cca34716 Fixup the docs for WriteStateForMigration
7 years ago
Sander van Harmelen 57f6e01830 backend/local: preserve serial and lineage on failure
7 years ago