Commit Graph

351 Commits (bcd4e73d185e65529673bc79fdac2964fcaec657)

Author SHA1 Message Date
Mitchell Hashimoto 3f36787207 Merge pull request #9618 from hashicorp/b-computed-prim
10 years ago
Mitchell Hashimoto 95d37ea79c
helper/schema,terraform: handle computed primtives in diffs
10 years ago
Mitchell Hashimoto 60140b28f4
Revert "Merge pull request #9536 from hashicorp/f-provider-stop"
10 years ago
Mitchell Hashimoto 86eb30b8a2
helper/schema: expose stop information as a Context
10 years ago
Mitchell Hashimoto 8c11f137f5
helper/schema: support Stop()
10 years ago
James Nugent 43dd13cd36 helper/schema: Introduce Noop and RemoveFromState
10 years ago
Mitchell Hashimoto fa9758e162
helper/schema: test with DiffSuppress and Default
10 years ago
stack72 5a537cdbf9
helper/schema: Adding of MinItems as a validation to Lists and Maps
10 years ago
Paul Hinze 534a5a3b75 Merge pull request #8891 from gotascii/fix-diff-set-update
10 years ago
Justin Marney 895d10a627 Use DeepEqual instead of multiple if statements to reduce noise.
10 years ago
Justin Marney 53e10dfa89 Name test appropriately.
10 years ago
Justin Marney 9217f5a063 Unchanged NestedSets are not returned by DiffFieldReader.
10 years ago
James Nugent e0226c9039 core: Check for attrV being nil before dereference
10 years ago
Paul Stack bf755bb5c9 Merge pull request #8585 from hashicorp/f-diff-suppression
10 years ago
James Nugent 85ec09111b helper/schema: Add diff suppression callback
10 years ago
Radek Simko b90ab0b705
schema: Return all validation errors together from InternalValidate
10 years ago
Paul Hinze 3dccfa0cc9
terraform: diffs with only tainted set are non-empty
10 years ago
Clint a84aa5e914 Revert "helper/schema: Make nested Set(s) in List(s) work" (#7436)
10 years ago
Radek Simko 37d57f4a85 Improve naming convention (resultSet -> exists)
10 years ago
Radek Simko 917ad44cf0 helper/schema: Fix readSet implementation (DiffFieldReader)
10 years ago
Radek Simko c738c5a9a3 helper/schema: Implement reader-specific readList method
10 years ago
Radek Simko 378b526dc3 helper/schema: Add regression tests for nested Set/List
10 years ago
James Nugent dbf725bd68 core: Allow dynamic attributes in helper/schema
10 years ago
clint shryock 7d71b8cc3c helper and terraform interpolate test update
10 years ago
James Bardin 2c7b702d1f Merge pull request #7091 from hashicorp/jbardin/serialize
10 years ago
James Bardin bab031aac5 Add test for TypeMap in a Schema
10 years ago
James Bardin d8fbaa7924 Serialization for hash panics on TypeMap
10 years ago
James Nugent 074545e536 core: Use .% instead of .# for maps in state
10 years ago
James Nugent 91587a49f3 core: Remove unnecessary debug logging
10 years ago
Chris Marchesi 9d7fb89114 core: Adding Sensitive attribute to resource schema
10 years ago
Sander van Harmelen 8560f50cbc
Change taint behaviour to act as a normal resource
10 years ago
Mitchell Hashimoto 55583baa7e
Merge branch 'f-aws-import'
10 years ago
Mitchell Hashimoto b7d4767dd6
helper/schema: pass through import state func
10 years ago
Martin Atkins 6cd22a4c9a helper/schema: emit warning when using data source resource shim
10 years ago
Martin Atkins fb262d0dbe helper/schema: shim for making data sources act like resources
10 years ago
Martin Atkins 6a468dcd83 helper/schema: Resource can be writable or not
10 years ago
Martin Atkins 0e0e3d73af core: New ResourceProvider methods for data resources
10 years ago
Mitchell Hashimoto b728e55861
helper/schema: Resource.Data should set latest schema version
10 years ago
Mitchell Hashimoto c02c6c3f9c
helper/schema: default state func for import
10 years ago
Mitchell Hashimoto 2bb814e3de
helper/schema: adapt to ID being arg to ImportState
10 years ago
Mitchell Hashimoto 03931bfda9
helper/schema: ImportState must set ID on the resource data
10 years ago
Mitchell Hashimoto 445194ebdf
helper/schema: test ImportState
10 years ago
Mitchell Hashimoto 1685054a9a
helper/schema: cleaner way to store Ephemeral
10 years ago
Mitchell Hashimoto 84531a3fd5
helper/schema: sets Importable to true for resources that have importer
10 years ago
Mitchell Hashimoto 19609bde0e
helper/schema: can specify Importer on Resource, InternalValidate
10 years ago
Mitchell Hashimoto b8121ea63e
helper/schema: Resource.Data to return a ResourceData for a Resource
10 years ago
Mitchell Hashimoto 4e9877179c
helper/schema: start the resource importer
10 years ago
James Nugent 7b6df27e4a helper/schema: Read native maps from configuration
10 years ago
James Nugent f49583d25a core: support native list variables in config
10 years ago
Paul Hinze b4df304b47
helper/schema: Normalize bools to "true"/"false" in diffs
10 years ago