18 lines
316 B
Python
18 lines
316 B
Python
# terrascript/data/hashicorp/template.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:28:21 UTC)
|
|
import terrascript
|
|
|
|
|
|
class template_cloudinit_config(terrascript.Data):
|
|
pass
|
|
|
|
|
|
class template_file(terrascript.Data):
|
|
pass
|
|
|
|
|
|
__all__ = [
|
|
"template_cloudinit_config",
|
|
"template_file",
|
|
]
|