Commit Graph

609 Commits (073fd0d183a6fa68965bdfcedbf459e2fbc78f8d)

Author SHA1 Message Date
Mikhail Mazurskiy c9ce1f0c1f
Fix typos (#24531)
6 years ago
Paddy e6592dc710
Add support for provider metadata to modules. (#22583)
6 years ago
Radek Simko 7860f55e4f
Version tools per Go convention under tools.go
7 years ago
appilon d3dc1263bf
Merge pull request #22382 from hashicorp/appilon/delete-files
7 years ago
Radek Simko ecbfc365a0
Merge pull request #20157 from shinmog/conflictswith
7 years ago
Radek Simko 7861cc6141
Merge pull request #20309 from chanzuckerberg/ryanking/remove_lifecycle_comment
7 years ago
Radek Simko 350395d804
Add better comment
7 years ago
Alex Pilon 77757d9f5b
prune references to config/module
7 years ago
Alex Pilon 4bf43efcfd
move hcl2shim package to configs
7 years ago
Alex Pilon ec0402a238
add case to decoder to assert to slice, then each item to a map
7 years ago
Alex Pilon 6ae281b34f
set Err to true for test
7 years ago
Alex Pilon 6de3c32652
comment out failing test
7 years ago
Alex Pilon 83aa07f907
prune NewResourceConfig and update tests
7 years ago
The Terraform Team 176f790323
Merge pull request #22262 from hashicorp/mildwonkey/b-deprecation-warnings
7 years ago
Kristin Laemmert bfd66083de helper/schema: don't skip deprecation check during validation
7 years ago
Paul Tyng e400c25358
Minor typo
7 years ago
Paul Tyng 366f70a71e
Update copy for Exists
7 years ago
James Bardin 7648f99bca
Merge pull request #22236 from hashicorp/jbardin/nil-in-config
7 years ago
James Bardin 016c4f782d don't reflect nil in schema validation
7 years ago
James Bardin 4bed030d40 don't validate MinItems with unknowns in a block
7 years ago
Alex Pilon 7f8f198719
remove UnknownVariabeValue from config and update references to shim
7 years ago
James Bardin cd3ac50ddb prevent sdk panics in 2 specific cases
7 years ago
James Bardin 2448d1d38b move timeout handling to grpc_provider
7 years ago
James Bardin 6055cb632e filter unknowns from simple lists and maps in sdk
7 years ago
James Bardin c8a2f3840b remove SkipCoreTypeCheck
7 years ago
Radek Simko 8a6d1d62b6
stringer: Regenerate files with latest version
7 years ago
James Bardin 6bc36d3321 validate integers when using protoV5
7 years ago
James Bardin 7075bc9a4d restrict the ComputedKeys usage to containers
7 years ago
James Bardin 133d3d7971 check for computed values in the config
7 years ago
James Bardin 67395306e1 delete unknown values from apply config altogether
7 years ago
Alex Somesan 275e0a53f2
Merge pull request #20851 from hashicorp/doc-validatefunc-maps
7 years ago
Alex Somesan 01a169c66f make fmt
7 years ago
Alex Somesan 0395c3ac58
Re-phrase docs to enumerate types which support ValidateFunc
7 years ago
Martin Atkins 861a2ebf26 helper/schema: Use a more targeted shim for nested set diff applying
7 years ago
Martin Atkins bd1a215580 helper/resource: Ignore Removed attributes for ImportStateVerify
7 years ago
James Bardin 5f52aba3ae Remove unknown value strings from apply diffs
7 years ago
James Bardin 3ec93710fc PromoteSingle is used in 0.11 mode
7 years ago
James Bardin 8730d99309 LegacyResourceSchema to remove 0.12 features
7 years ago
James Bardin c5023c7702 cleanup after AsSingle removal
7 years ago
James Bardin 1a9c06d0f5 Revert "helper/schema: Implementation of the AsSingle mechanism"
7 years ago
James Bardin 4dbe6add77 Revert "helper/schema: Schema.AsSingle flag"
7 years ago
Brian Flad a8e3787afc
helper/schema: Prevent setSet() panic with typed nil
7 years ago
Alex Somesan ef681e527d Rephrase for clarity
7 years ago
Alex Somesan adebc65d95 Document that ValidateFunc works on maps.
7 years ago
Martin Atkins 135121562e helper/plugin: Implement Schema.SkipCoreTypeCheck
7 years ago
Martin Atkins 7f860dc83e helper/schema: Schema.SkipCoreTypeCheck flag
7 years ago
Justin Downing 1e32ae243c grammatical updates to comments and docs (#20195)
7 years ago
Paul Tyng ea7e922007
oxford comma
7 years ago
Paul Tyng ec9450a262
Fix limitations on Elem for TypeMap
7 years ago
Martin Atkins 1987a92386 helper/schema: Implementation of the AsSingle mechanism
7 years ago