mirror of https://github.com/mingrammer/diagrams
parent
a599e2dac2
commit
7e46956325
@ -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
|
After Width: | Height: | Size: 18 KiB |
Loading…
Reference in new issue