Commit Graph

629 Commits (ea93b91a80201c19c00d12dfd6fddc46f443bd2a)

Author SHA1 Message Date
Mitchell Hashimoto 6d594b3bc6
helper/variables: trim whitespace on key before empty string comp
9 years ago
Mitchell Hashimoto b7f6f8eb2a
helper/variables: trim whitespace around the key in -var
9 years ago
Mitchell Hashimoto 42edd22566
helper/variables: address go vet
9 years ago
Mitchell Hashimoto 83e72b0361
helper/variables: ParseInput for consistent parsing
9 years ago
Mitchell Hashimoto 39e3d8ea9b
helper/variables: helpers for working with vars
9 years ago
James Nugent 3177fc0765 provider/aws: Extract helper/encryption library
9 years ago
James Bardin 7677bd94ed Merge pull request #10325 from hashicorp/jbardin/GH-10187
9 years ago
James Bardin 01be1a5ecd Check for interpolated values when reading a map
9 years ago
Paul Tyng fead481002 Fix typo in test method name (#10370)
9 years ago
Mitchell Hashimoto 0634aada69
Revert "core: Ensure hasComputedSubKeys iterates over Sets and Lists properly"
9 years ago
Mitchell Hashimoto f2fcf1494a
Merge branch 'fix-field-reader-setsubkeys-computed' of https://github.com/vancluever/terraform into vancluever-fix-field-reader-setsubkeys-computed
9 years ago
Mitchell Hashimoto fd36b548c5
helper/wrappedstreams: get original console input/output on Windows
9 years ago
James Bardin 24ebb72920 Merge pull request #10152 from hashicorp/jbardin/unique-id
9 years ago
Chris Marchesi 8d06d68d0f core: Backport NewComputed change to nested list/set tests
9 years ago
Chris Marchesi f258056731 core: Tests for hasComputedSubKeys fix
9 years ago
Chris Marchesi 4d8208d840 core: Ensure hasComputedSubKeys iterates over Sets and Lists properly
9 years ago
James Bardin c4eefd4b5e Allow primitive type in maps via all FieldReaders
9 years ago
James Bardin 730014b33e Convert the map fields values when reading diff
9 years ago
Radek Simko ad34f1ec74 Add (failing) test for map w/ non-string values
9 years ago
James Bardin e28e11d44c Fix resource.UniqueId to be properly ordered
9 years ago
Mitchell Hashimoto 39542898b0
helper/schema: mark diff as forcenew if element is computed
9 years ago
Mitchell Hashimoto 6557a3de18
helper/shadow: Close for auto-closing all values
9 years ago
Mitchell Hashimoto 1a6056b287
command: split out and tag code so compilation works on Solaris
9 years ago
Mitchell Hashimoto a867457d75
command/console
9 years ago
Mitchell Hashimoto 73a1564dac
helper/wrappedreadline: helper for dealing with wrapped standard streams
9 years ago
Mitchell Hashimoto 785cc7b78a
terraform: default new graphs on, old graphs behind -Xlegacy-graph
9 years ago
Mitchell Hashimoto 15f50b86bf
helper/schema: passing tests for computed complex sets
9 years ago
Mitchell Hashimoto 59bd1a22f4
helper/diff: handle unknownvariablevalue
9 years ago
Mitchell Hashimoto 29485f6167
terraform: ResourceConfig.IsComputed cases
9 years ago
Mitchell Hashimoto 5792b2cba2
helper/schema: convert _Diff to subtests
9 years ago
Mitchell Hashimoto 2b7177cfe7 Merge pull request #9607 from hashicorp/f-provider-stop-redo
9 years ago
Mitchell Hashimoto e45debe0e5
helper/schema: only mark "ForceNew" on resources that cause the ForceNew
9 years ago
Mitchell Hashimoto b7bee66df5
helper/schema: sort errors in helper/schema test for deterministic tests
10 years ago
Mitchell Hashimoto f0abe6d1a0 Merge pull request #9812 from hashicorp/b-bool-computed-crash
10 years ago
Mitchell Hashimoto 65b17ccd06
helper/schema: allow ConflictsWith and Computed Optional fields
10 years ago
Mitchell Hashimoto 7834cf7190
helper/schema: computed bool fields should not crash
10 years ago
Mitchell Hashimoto 2d84582881 Merge pull request #9699 from hashicorp/b-removed-forcenew
10 years ago
Mitchell Hashimoto f7a234bc71
helper/schema: validate Read, Delete are set
10 years ago
Mitchell Hashimoto 5489d8c549
helper/schema: removed optional items force new
10 years ago
Mitchell Hashimoto 3f36787207 Merge pull request #9618 from hashicorp/b-computed-prim
10 years ago
Mitchell Hashimoto af82be19ea
helper/experiment: a helper for setting, making experiments
10 years ago
Mitchell Hashimoto 95d37ea79c
helper/schema,terraform: handle computed primtives in diffs
10 years ago
Mitchell Hashimoto ad5a82de75
helper/resource: remove StopCh, use contexts instead
10 years ago
Mitchell Hashimoto 5ee8042dff
helper/schema: expose stop information as a Context
10 years ago
Mitchell Hashimoto be34dfe7c1
helper/resource: StopCh as a helper for provider stopCh + timeout
10 years ago
Mitchell Hashimoto d1bb2f3487
helper/schema: support Stop()
10 years ago
Mitchell Hashimoto 60140b28f4
Revert "Merge pull request #9536 from hashicorp/f-provider-stop"
10 years ago
Mitchell Hashimoto 61bbaf6f85
helper/resource: remove StopCh, use contexts instead
10 years ago
Mitchell Hashimoto 86eb30b8a2
helper/schema: expose stop information as a Context
10 years ago
Mitchell Hashimoto 89647745b0
helper/resource: StopCh as a helper for provider stopCh + timeout
10 years ago