Commit Graph

635 Commits (cba9d3d2ec61cd4aef0fd71fe9d72eb4e11acacd)

Author SHA1 Message Date
Kit Ewbank 87d98b1ff1 Correct aws_s3_bucket_object data source acceptance tests. (#11346)
9 years ago
Radek Simko 6222b3e91d
helper/resource: Add retries to err message
9 years ago
Radek Simko be4e5e53a9
Add more details (Retries) to resource.NotFoundError
9 years ago
Conor Mongey 77c8683281 provider/vault: Remove user input for optional vault provider fields (#11082)
9 years ago
Sean Chittenden 7862e5b499
Differentiate between lookup failure and value inequality.
9 years ago
clint shryock 6bafd4c896 fix typo
9 years ago
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
10 years ago
Mitchell Hashimoto 83e72b0361
helper/variables: ParseInput for consistent parsing
10 years ago
Mitchell Hashimoto 39e3d8ea9b
helper/variables: helpers for working with vars
10 years ago
James Nugent 3177fc0765 provider/aws: Extract helper/encryption library
10 years ago
James Bardin 7677bd94ed Merge pull request #10325 from hashicorp/jbardin/GH-10187
10 years ago
James Bardin 01be1a5ecd Check for interpolated values when reading a map
10 years ago
Paul Tyng fead481002 Fix typo in test method name (#10370)
10 years ago
Mitchell Hashimoto 0634aada69
Revert "core: Ensure hasComputedSubKeys iterates over Sets and Lists properly"
10 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
10 years ago
Mitchell Hashimoto fd36b548c5
helper/wrappedstreams: get original console input/output on Windows
10 years ago
James Bardin 24ebb72920 Merge pull request #10152 from hashicorp/jbardin/unique-id
10 years ago
Chris Marchesi 8d06d68d0f core: Backport NewComputed change to nested list/set tests
10 years ago
Chris Marchesi f258056731 core: Tests for hasComputedSubKeys fix
10 years ago
Chris Marchesi 4d8208d840 core: Ensure hasComputedSubKeys iterates over Sets and Lists properly
10 years ago
James Bardin c4eefd4b5e Allow primitive type in maps via all FieldReaders
10 years ago
James Bardin 730014b33e Convert the map fields values when reading diff
10 years ago
Radek Simko ad34f1ec74 Add (failing) test for map w/ non-string values
10 years ago
James Bardin e28e11d44c Fix resource.UniqueId to be properly ordered
10 years ago
Mitchell Hashimoto 39542898b0
helper/schema: mark diff as forcenew if element is computed
10 years ago
Mitchell Hashimoto 6557a3de18
helper/shadow: Close for auto-closing all values
10 years ago
Mitchell Hashimoto 1a6056b287
command: split out and tag code so compilation works on Solaris
10 years ago
Mitchell Hashimoto a867457d75
command/console
10 years ago
Mitchell Hashimoto 73a1564dac
helper/wrappedreadline: helper for dealing with wrapped standard streams
10 years ago
Mitchell Hashimoto 785cc7b78a
terraform: default new graphs on, old graphs behind -Xlegacy-graph
10 years ago
Mitchell Hashimoto 15f50b86bf
helper/schema: passing tests for computed complex sets
10 years ago
Mitchell Hashimoto 59bd1a22f4
helper/diff: handle unknownvariablevalue
10 years ago
Mitchell Hashimoto 29485f6167
terraform: ResourceConfig.IsComputed cases
10 years ago
Mitchell Hashimoto 5792b2cba2
helper/schema: convert _Diff to subtests
10 years ago
Mitchell Hashimoto 2b7177cfe7 Merge pull request #9607 from hashicorp/f-provider-stop-redo
10 years ago
Mitchell Hashimoto e45debe0e5
helper/schema: only mark "ForceNew" on resources that cause the ForceNew
10 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