python-terrascript/terrascript/eksctl/r.py

30 lines
516 B
Python

# terrascript/eksctl/r.py
# Automatically generated by tools/makecode.py ()
import warnings
warnings.warn(
"using the 'legacy layout' is deprecated", DeprecationWarning, stacklevel=2
)
import terrascript
class eksctl_cluster(terrascript.Resource):
pass
class eksctl_courier_alb(terrascript.Resource):
pass
class eksctl_courier_route53_record(terrascript.Resource):
pass
class eksctl_iamserviceaccount(terrascript.Resource):
pass
class eksctl_nodegroup(terrascript.Resource):
pass