moto/tests/test_cloudformation/fixtures/ec2_classic_eip.py

4 lines
105 B
Python
Raw Normal View History

from __future__ import unicode_literals
2019-10-31 15:44:26 +00:00
template = {"Resources": {"EC2EIP": {"Type": "AWS::EC2::EIP"}}}