Advertisement
Guest User

Untitled

a guest
Sep 20th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. # kubectl_apply
  2.  
  3. Use a null resource to apply changes to a kubernetes cluster.
  4.  
  5. <!-- terraform-docs-start -->
  6.  
  7. ## Inputs
  8.  
  9. | Name | Description | Type | Default | Required |
  10. |------|-------------|:----:|:-----:|:-----:|
  11. | client_certificate | | string | - | yes |
  12. | client_key | | string | - | yes |
  13. | cluster_ca_certificate | | string | - | yes |
  14. | disabled | Used to make the module a noop | string | `false` | no |
  15. | host | | string | - | yes |
  16. | password | | string | - | yes |
  17. | resources | The YAML to apply to kubernetes | string | - | yes |
  18. | triggers | Inputs that trigger a new deployment when changed | map | `<map>` | no |
  19. | username | | string | - | yes |
  20.  
  21. ## Outputs
  22.  
  23. | Name | Description |
  24. |------|-------------|
  25. | id | Deployment ID, changes on each deploy |
  26.  
  27. <!-- terraform-docs-end -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement