Commit Graph

338 Commits (1d04cdb9bc00aefb15130dddc7ff3c6eef92b180)

Author SHA1 Message Date
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
Martin Atkins c1ce8ff31a Merge pull request #5218 from paybyphone/paybyphone_set_maxitems
10 years ago
Radek Simko 8bdd92187c Merge pull request #4446 from TimeIncOSS/f-schema-new-resource
10 years ago
Chris Marchesi 8c5354b7dc Add MaxItems attribute to Schema
10 years ago
Trevor Pounds 0cd0ff0f8e Use built-in schema.HashString.
10 years ago
Mitchell Hashimoto 4576eaa966 helper/schema: replace config/lang
10 years ago
Paul Hinze da872eee66 Merge pull request #4864 from hashicorp/phinze/aws-min-elb-cap-regression
10 years ago
Paul Hinze c70eab6500 aws: undeprecate min_elb_capacity; restore min capacity waiting
10 years ago
Paul Hinze 069425a700 consul: Fix several problems w/ consul_keys update
10 years ago
Radek Simko 4c6ceef9b8 helper/schema: Allow identification of a new resource in update func
10 years ago
Paul Hinze edaf5795a5 Merge pull request #3257 from fatih/fix-nil-setting-schema
11 years ago
Paul Hinze 99244c5597 helper/schema: skip provider input for deprecated fields
11 years ago
Paul Hinze f1e7cec566 Merge pull request #3992 from svanharmelen/f-change-sets
11 years ago
Sander van Harmelen ef4726bd50 Change Set internals and make (extreme) performance improvements
11 years ago