-
Notifications
You must be signed in to change notification settings - Fork 14
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 Example documentation for Image #479
Conversation
Does the PR have any schema changes?Looking good! No breaking changes found. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The examples look great.
I have a couple nits for the implementation that should be addressed before merging.
Makefile
Outdated
.PHONY: development build build_sdks examples install_go_sdk install_java_sdk install_python_sdk install_sdks only_build build_dotnet build_go build_java build_nodejs build_python clean cleanup help install_dotnet_sdk install_nodejs_sdk install_plugins lint_provider provider test tfgen |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just so diffs become meaningful (assuming we are now editing this file by hand.
.PHONY: development build build_sdks examples install_go_sdk install_java_sdk install_python_sdk install_sdks only_build build_dotnet build_go build_java build_nodejs build_python clean cleanup help install_dotnet_sdk install_nodejs_sdk install_plugins lint_provider provider test tfgen | |
.PHONY: development build build_sdks \ | |
examples install_go_sdk install_java_sdk \ | |
install_python_sdk install_sdks only_build \ | |
build_dotnet build_go build_java \ | |
build_nodejs build_python clean \ | |
cleanup help install_dotnet_sdk \ | |
install_nodejs_sdk install_plugins lint_provider \ | |
test tfgen provider |
Does the PR have any schema changes?Looking good! No breaking changes found. |
Does the PR have any schema changes?Looking good! No breaking changes found. |
Does the PR have any schema changes?Looking good! No breaking changes found. |
This addition supports Makefile changes introduced to pulumi-docker in pulumi/pulumi-docker#479.
* Add logic to add a `docs` Makefile target This addition supports Makefile changes introduced to pulumi-docker in pulumi/pulumi-docker#479. * generalize approach to denote a hybrid provider rather than docekr specifically * Generate all providers. Updates major version for Fastly but does not add any extra targets to non-hybrid providers, as expected.
This PR uses code similar to pulumi/pulumi-kubernetes#1999
to generate valid code blocks to use as an example for the use of the Image resource.
Fixes #406
Supersedes #440