22 lines
409 B
Python
22 lines
409 B
Python
# terrascript/awx/r.py
|
|
# Automatically generated by tools/makecode.py ()
|
|
|
|
import warnings
|
|
|
|
warnings.warn(
|
|
"using the 'legacy layout' is deprecated", DeprecationWarning, stacklevel=2
|
|
)
|
|
import terrascript
|
|
|
|
|
|
class awx_credential_azure_key_vault(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class awx_credential_input_source(terrascript.Resource):
|
|
pass
|
|
|
|
|
|
class awx_credential_machine(terrascript.Resource):
|
|
pass
|