parent
9b8ac493b1
commit
082de33b5d
7 changed files with 194 additions and 143 deletions
|
@ -31,6 +31,7 @@ Documentation Home
|
|||
tech/index.rst
|
||||
tech/conf.rst
|
||||
tech/resource.rst
|
||||
tech/automation.rst
|
||||
tech/schemas.rst
|
||||
|
||||
|
||||
|
|
16
docs/tech/automation.rst
Normal file
16
docs/tech/automation.rst
Normal file
|
@ -0,0 +1,16 @@
|
|||
Automation Plugins
|
||||
==================
|
||||
|
||||
Base
|
||||
----
|
||||
|
||||
.. autoclass:: app.terraform.BaseAutomation
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
||||
Terraform
|
||||
---------
|
||||
|
||||
.. autoclass:: app.terraform.terraform.TerraformAutomation
|
||||
:members:
|
||||
:undoc-members:
|
Loading…
Add table
Add a link
Reference in a new issue