-
Notifications
You must be signed in to change notification settings - Fork 9.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add helpers.shema.Provisoner
base type for provisioners like there's one for providers
#10422
Closed
Commits on Nov 29, 2016
-
Configuration menu - View commit details
-
Copy full SHA for e87df48 - Browse repository at this point
Copy the full SHA e87df48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12e68d0 - Browse repository at this point
Copy the full SHA 12e68d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee5ffc8 - Browse repository at this point
Copy the full SHA ee5ffc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8feaae7 - Browse repository at this point
Copy the full SHA 8feaae7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68c556a - Browse repository at this point
Copy the full SHA 68c556aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 66a0ebc - Browse repository at this point
Copy the full SHA 66a0ebcView commit details
Commits on Dec 1, 2016
-
Migrate provisioners functions to
schema.ResourceData
Known problems: * had to introduce `ResourceData.GetRawConfig()` since chef provisioner parses configuration manually; * In `remote-exec` provisioner `inline` can no longer accept 'string' value, only list of strings allowed. - due to migration to schema. There's a workaround like it;s done in `chef` provisioner, but I'd like to keep code as is.
Configuration menu - View commit details
-
Copy full SHA for a3ed11c - Browse repository at this point
Copy the full SHA a3ed11cView commit details
Commits on Dec 2, 2016
-
Migrate
chef
provisionerschema.Schema
* `chef.Provisioner` structure left intact but now it's decoded from `schema.ResourceData` instead of `terraform.ResourceConfig` suing simple copy-paste-bsed solution; * Added simple schema without any validation yet; * `ResourceData.GetRawConfig` removed since it's not longer needed.
Configuration menu - View commit details
-
Copy full SHA for b4d8728 - Browse repository at this point
Copy the full SHA b4d8728View commit details -
Configuration menu - View commit details
-
Copy full SHA for bcd52d9 - Browse repository at this point
Copy the full SHA bcd52d9View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.