Commit Graph

430 Commits (eccfa6de5ca33867f83ea2ea950579c7a2bd4d9c)

Author SHA1 Message Date
Jake Champlin 3600f0b730 Merge pull request #15723 from hashicorp/f-get-boolean-non-default
9 years ago
Jake Champlin d969f97e73
update tests
9 years ago
Jake Champlin fa272e8c9c
Add more specific exists tests
9 years ago
Jake Champlin 268138dbd4
Rename to GetOkExists
9 years ago
Jake Champlin 270bbdb19b
core: Add `GetOkRaw` schema function
9 years ago
James Bardin ca68723c91 memoize DiffFieldReader.ReadField
9 years ago
Radek Simko f979b8feef Enforce field names to be alphanum lowercase + underscores (#15562)
9 years ago
Radek Simko 07cbd54fbc Actively disallow reserved field names in schema (#15522)
9 years ago
joel.ringuette ffddf96603 Fix issue with reading timeouts on Delete
9 years ago
clint shryock 11dc0c5fdf Regression test for #767 (https://github.com/hashicorp/terraform/issues/14444)
9 years ago
Sander van Harmelen 7e180aec92 Refactor the provisioner validation function (#15273)
9 years ago
Radek Simko 1244309579 Fix stringer comments (#15069)
9 years ago
He Guimin 87562be855 provider/alicloud: Add the function of replacing ecs instance's system disk (#15048)
9 years ago
Jake Champlin ac177492fb
core: Revert stringer changes from earlier commits
9 years ago
Thomas Schaaf 79c91e11c8 provider/aws: Add aws elastic beanstalk solution stack (#14944)
9 years ago
Jake Champlin 7894478c8c Merge pull request #14681 from svanharmelen/f-review
9 years ago
James Bardin 6bc52be0a5 check for IsComputed when validating a schema obj
9 years ago
Matt Robenolt b9a3433f6b helper/schema: fix validating nested objects
9 years ago
Sander van Harmelen 0e422737ba Fix and refactor the Chef provisioner
9 years ago
Vladislav Rassokhin f5449a62e0 Various built-in provisioners improvements:
9 years ago
Radek Simko 44a99e0ae5 core: Avoid crash on empty TypeSet blocks (#14305)
9 years ago
Radek Simko 9867ce4dde
helper/schema: Disallow validation+diff suppression on computed-only fields
9 years ago
James Bardin 9aaf220efb Merge pull request #13863 from hashicorp/jbardin/computed-list-requires-new
9 years ago
James Bardin caadb4297f make sure a computed list is can be RequiresNew
9 years ago
Martin Atkins b1763e262a Restore stringer-generated files back to new version
9 years ago
Jasmin Gacic 61499cfcf0 Provider Oneandone (#13633)
9 years ago
Sander van Harmelen 3d0073e05c core: fix a crash by suggesting a different approach to solve #11170 (#13541)
9 years ago
James Bardin 735dfc416d Merge pull request #13427 from hashicorp/jbardin/context-keys
9 years ago
Martin Atkins a0269c688c helper/schema: Clarify the expectations for DefaultFunc
9 years ago
James Bardin 8a1089a161 convert the other context keys to the correct type
9 years ago
James Bardin 812f9fb253 don't use primitive types for context value keys
9 years ago
Martin Atkins 21cd5595e2 Update stringer-generated files to new boilerplate
9 years ago
James Bardin 2e6a44d5ff reify the list values before validation
9 years ago
James Bardin 99a12f5df3 interpolation strings were beeing validated
9 years ago
James Bardin efd0f5b0db Fix logic when skipping schema input
9 years ago
Radek Simko 1df1c21d5b schema: Allow *Resource as Elem of TypeMap in validation (#12722)
9 years ago
Radek Simko afd34f79df schema: Enable map value validation (#12638)
9 years ago
Clint 3fdeacdca7 helper/schema: Rename Timeout resource block to Timeouts (#12533)
9 years ago
James Bardin ecb1944c31 Merge pull request #12498 from hashicorp/jbardin/test-reset
9 years ago
James Bardin 1d9d7be28c Add schema.Provider.TestReset method
9 years ago
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
James Bardin 7359a18a71 Make sure to diff all nested schema.Set elements
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 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