-
Notifications
You must be signed in to change notification settings - Fork 988
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 documentation for kubernetes_deployment resource #194
Conversation
|
||
The following arguments are supported: | ||
|
||
* `metadata` - (Required) Standard deployment's metadata. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#metadata |
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.
Instead of having the raw URL's here, I'd just link this as like
[Kubernetes reference](https://....)
Or something, in each of these cases.
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.
good point! let me change that.
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.
FYI, this is the format throughout all the provider docs. I'll switch it everywhere.
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.
@paultyng How about now?
@paultyng broken links should be fixed now. |
* Add documentation for kubernetes_deployment resource * Docs - convert verbatim URLs to hyperlinks. * Fix broken links
Community PR that contributed the Deployments resource was missing it's corresponding documentation.
This change addresses that by adding the relevant documentation.
@terraform-providers/ecosystem