Commit Graph

21937 Commits (ca4875128e49463be1d66a445e80ff5a67863876)
 

Author SHA1 Message Date
Martin Atkins ca4875128e configupgrade: Basic expression formatting
8 years ago
Martin Atkins 1c5d05b1a0 configupgrade: Beginnings of Upgrade function
8 years ago
Martin Atkins 79b361160a configupgrade: Load source code for a module and detect already upgraded
8 years ago
Martin Atkins 34b0a20ee5 configupgrade: new package for upgrading configs for 0.12
8 years ago
Martin Atkins 2b124a1d00 configload: Don't download the same module source multiple times
8 years ago
James Bardin 119665ec6a add GetSchema to provisioner interface
8 years ago
James Bardin 661848d30d Add ImportedResource type
8 years ago
James Bardin b385c86269 use cty.Value for connection info
8 years ago
James Bardin 483490f8c2 rename UpgradedState
8 years ago
James Bardin d694076fb2 split PriorStateRaw into JSON and Flatmap
8 years ago
James Bardin 39650828c0 add versions to the provider schemas
8 years ago
James Bardin b942eb7f7f rename provider and provisioner packages
8 years ago
Martin Atkins 3d304efd91 tfdiags: Sort order for diagnostics
8 years ago
James Bardin 2b5ae042b8 Add provider plugin interface and types
8 years ago
James Bardin 56a9af829f Add provisioner interface and request types
8 years ago
Martin Atkins 4466754bb9 plans/planfile: Reading and writing the new plan format
8 years ago
Martin Atkins ab3dccff1f plans: New package for in-memory plan models
8 years ago
Martin Atkins 628a846b24 configload: Configuration snapshots
8 years ago
Martin Atkins f98ca58f75 govendor fetch github.com/zclconf/go-cty/cty/...
8 years ago
Martin Atkins 2a5d6348e8 govendor fetch github.com/zclconf/go-cty/cty/...
8 years ago
Martin Atkins 40816dcda2 govendor fetch github.com/golang/protobuf/proto/...
8 years ago
Martin Atkins 8f45d020a6 states: New SyncState type
8 years ago
Martin Atkins 1235b69f48 statemgr: New package for state managers
8 years ago
Martin Atkins cb8225d2ee statefile: New package for loading and saving state files
8 years ago
Martin Atkins 60ac0956f7 states: New package with modern models for Terraform state
8 years ago
Martin Atkins 92dca16302 addrs: More string parsing helpers for addresses
8 years ago
Martin Atkins 05d295eb61 addrs: "Less" comparison method for resource and module instances
8 years ago
Kristin Laemmert 013d51463d minor fixes
8 years ago
Kristin Laemmert 2a28480c8c functions: ValuesFunc - cleanup return type
8 years ago
Kristin Laemmert 99c6aff05b functions: add tests and support for unknown values
8 years ago
Kristin Laemmert 825cd8822d functions: pr feedback fixes
8 years ago
Kristin Laemmert 2a62b1a51a functions: fix lookup()'s handling of numberical defaults
8 years ago
Kristin Laemmert c4e42da7d5 functions: ZipmapFunc
8 years ago
Martin Atkins 7f205645a1 Fix up some missed "go fmt"
8 years ago
James Bardin 63ca238c72 core: use absolute address in CloserProvider
8 years ago
James Bardin bd12441030 core: run ProvisionerTransformer during plan
8 years ago
Martin Atkins d65dfcddcc website: "functions" layout "Terraform Language" is back
8 years ago
Martin Atkins e405b58c79 website: document the functions "keys", "lookup", and "values"
8 years ago
Martin Atkins fa9d7f4d20 helper/schema: Tolerate incorrectly-specified collection elems
8 years ago
Martin Atkins a607951007 core: Better failure output for TestContext2Apply_moduleDestroyOrder
8 years ago
Martin Atkins c9bfbf58c1 core: update Stringer implementations for GraphType and walkOperation
8 years ago
Martin Atkins 368a76ea47 core: remove TestContext2Apply_outputInvalid
8 years ago
Martin Atkins 44c88dc9d9 core: Fix TestContextImport_providerVarConfig
8 years ago
James Bardin 5b66703cb2 core: attach provisioner schemas in subgraphs
8 years ago
Martin Atkins edb56a7e16 core: Don't save provider input for non-root module
8 years ago
Martin Atkins d216b2aacd core: Correct schema for TestContext2Apply_issue5254
8 years ago
Martin Atkins 3895b23ffa core: Fix TestContext2Refresh_dataState
8 years ago
James Bardin acd5e2240e core: TestContext2Apply_dataDependsOn
8 years ago
James Bardin 56be68f6bc core: TestContext2Validate_interpolateMap
8 years ago
Martin Atkins 824efdde62 core: Don't create indirect provider dependencies for references
8 years ago