Commit Graph

653 Commits (abfa35db7ca4386da73645c16ebe2aed3dcbacfe)

Author SHA1 Message Date
clint shryock aa3677cd89 helper/schema: Guard against a panic if Timeout is not properly
9 years ago
Clint 2fe5976aec helper/schema: Add configurable Timeouts (#12311)
9 years ago
Mitchell Hashimoto 3342aa580c
terraform: InstanceState.Meta is value type interface{}
9 years ago
Mitchell Hashimoto c6d0333dc0
flatmap: mark computed list as a computed value in Expand
9 years ago
Mitchell Hashimoto 2124135287
helper/slowmessage
9 years ago
Kit Ewbank 64fda44b00 Add 'aws_vpn_gateway' data source. (#11886)
9 years ago
James Bardin ced4c53324 Merge pull request #11757 from hashicorp/jbardin/GH-11588
9 years ago
James Bardin 7359a18a71 Make sure to diff all nested schema.Set elements
9 years ago
Mitchell Hashimoto 864c79396d
terraform: default shadow to false
9 years ago
Mitchell Hashimoto 61881d2795 Merge pull request #10934 from hashicorp/f-provisioner-stop
9 years ago
Radek Simko d5ac48de2a helper/schema: Remove missed subfields when parent list is removed (#11498)
9 years ago
Mitchell Hashimoto 09242fab09
terraform: remove legacy graph builder
9 years ago
Mitchell Hashimoto 487a37b0dd
helper/schema: PromoteSingle for legacy support of "maybe list" types
9 years ago
Mitchell Hashimoto 3c0c81957a
provisioners/remote-exec: switch to helper/schema
9 years ago
Mitchell Hashimoto a2e044829b
provisioners/file: use the old communicator.New just to minimize risk
9 years ago
Mitchell Hashimoto a1da59a73e
helper/schema: provisioner allows for nil state
9 years ago
Mitchell Hashimoto b2891bc9ef
helper/schema: Provisioner support
9 years ago
Mitchell Hashimoto 251e5c6f87
helper/schema: framework for Backends
9 years ago
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
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
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