Commit Graph

398 Commits (eba067c8bc11c53fc6ec94c5ed587401ac168bf4)

Author SHA1 Message Date
Martin Atkins d3b8a55781 go.mod: go get google.golang.org/protobuf@v1.33.0
2 years ago
Martin Atkins 84df5562f2 moduleaddrs: Terraform now owns module source address normalization
2 years ago
Martin Atkins 78ae6af906 legacy/terraform: Minimize the contents of this legacy package
2 years ago
Martin Atkins 621befc3a2 configtesting: Separate package for the SynthBody helper
2 years ago
Martin Atkins 56006416ba go.mod: go get golang.org/x/tools@v0.19.0
2 years ago
Martin Atkins c541757f4a go.mod: go get golang.org/x/mod@v0.16.0
2 years ago
Martin Atkins b059985227 go.mod: go get golang.org/x/sync@v0.6.0
2 years ago
Martin Atkins caa7a757bc go.mod: go get golang.org/x/oauth2@v0.18.0
2 years ago
Martin Atkins 9c7ece8ad4 go.mod: go get golang.org/x/net@v0.22.0
2 years ago
Martin Atkins fad9c2a4cd go.mod: go get golang.org/x/crypto@v0.21.0
2 years ago
Martin Atkins a1d2169c85 go.mod: go get golang.org/x/term@v0.18.0
2 years ago
Martin Atkins b3f6a6230d go.mod: go get golang.org/x/sys@v0.18.0
2 years ago
Martin Atkins 61a5c1f57b go.mod: go get github.com/hashicorp/terraform-registry-address@v0.2.3
2 years ago
Martin Atkins 8603ee0ab5 go.mod: go get github.com/hashicorp/go-slug@v0.14.0
2 years ago
Martin Atkins 914618b061 gcs: Adopt the "ReadPathOrContents" helper function
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 5f2eab6944 providerreqs: Provider requirement/version types in their own package
2 years ago
Martin Atkins 310331bdc6 backend/consul: go.mod updates from a merge conflict
2 years ago
Martin Atkins 5811be26f8 go.mod: Separate modules at code ownership boundaries
2 years ago
Martin Atkins 6bd1c66cbc backendbase: Basic support for default values
2 years ago
Martin Atkins b16cb49fb6 backendbase: "SDK-like" helpers
2 years ago
Martin Atkins a5d63a23ab backend/consul: Use backendbase instead of helper/schema
2 years ago
Martin Atkins eb87e86ddf backend/http: Use backendbase instead of helper/schema
2 years ago
Martin Atkins 2222c23d4b backendbase: BoolValue and MustBoolValue
2 years ago
Martin Atkins 1eaa18d60a backendbase: IntValue
2 years ago
Martin Atkins 70537aab08 backendbase: ErrorAsDiagnostics
2 years ago
Martin Atkins 46951b5b35 backendbase: Attribute lookup helpers
2 years ago
Martin Atkins d4c58fac4c backend/inmem: No more legacy/helper/schema
2 years ago
Martin Atkins df4cefbea9 backend: new "backendbase" helper package
2 years ago
Martin Atkins c0943fdd2a backend/azure: Bring randString test helper into this package
2 years ago
Martin Atkins 4295cebb05 dependencies: No more golang.org/x/exp
2 years ago
Martin Atkins 1358245617 dependencies: Remove all non-legacy uses of hashicorp/go-multierror
2 years ago
thirdkeyword 8284cde302 remove repetitive words
2 years ago
Jared Baker 54866790ca
backend/s3: remove use_legacy_workflow argument
2 years ago
Daniel Schmidt 8564e934aa
Merge pull request #34699 from hashicorp/terraform-test-use-vars-within-blocks
2 years ago
Daniel Schmidt 5a72e696ce
check for presence and not for warnings
2 years ago
Daniel Schmidt a4651fac4c
append diags unconditionally
2 years ago
Daniel Schmidt 57f6ce81b5
rename suite to file and make var internal
2 years ago
Daniel Schmidt 6a4ef8e2b3
fix comment
2 years ago
Daniel Schmidt 631293060b
only extract global and suite level variables once
2 years ago
Daniel Schmidt e57368045c
fix implementation of variable checking
2 years ago
Daniel Schmidt df3ee21d82
extract global and suite-level variables before configuring providers
2 years ago
Daniel Schmidt 697e0d1d9e
refactor variable extraction
2 years ago
Liam Cervante c46515c5da
stacks: add support for external providers to validate context (#34701)
2 years ago
Daniel Schmidt 7ae7a203d8
test: allow using global variables in suite-level variable definitions
2 years ago
Liam Cervante f0b61090a2
Move the testing MockProvider into a dedicated shared package (#34681)
2 years ago
Liam Cervante 58289db4a9
terraform test: use platform independent path functions (#34666)
2 years ago
Martin Atkins 884e1fb2a4 terraform: Plans can be "complete" and "applyable"
2 years ago