Merge pull request #79 from yu-iskw/terraform

Add Terraform
pull/90/head
MinJae Kwon 6 years ago committed by GitHub
commit c788cfdf3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,15 @@
# This module is automatically generated by autogen.sh. DO NOT EDIT.
from . import _OnPrem
class _Iac(_OnPrem):
_type = "iac"
_icon_dir = "resources/onprem/iac"
class Terraform(_Iac):
_icon = "terraform.png"
# Aliases

@ -75,6 +75,10 @@ Node classes list of onprem provider.
- **diagrams.onprem.container.Docker**
- **diagrams.onprem.container.Rkt**, **RKT** (alias)
## onprem.iac
- **diagrams.onprem.iac.Terraform**
## onprem.compute
- **diagrams.onprem.compute.Nomad**

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Loading…
Cancel
Save