moto/tests/test_cloudformation/fixtures/ec2_classic_eip.py

10 lines
147 B
Python
Raw Normal View History

from __future__ import unicode_literals
template = {
"Resources": {
"EC2EIP": {
"Type": "AWS::EC2::EIP"
}
}
}