18 lines
352 B
Python
18 lines
352 B
Python
# terrascript/resource/innovationnorway/azure_preview.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:12:49 UTC)
|
|
import terrascript
|
|
|
|
|
|
class azurepreview_budget(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class azurepreview_subscription(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
__all__ = [
|
|
"azurepreview_budget",
|
|
"azurepreview_subscription",
|
|
]
|