moto/tests/test_cloudformation/fixtures/vpc_eip.py

6 lines
144 B
Python
Raw Normal View History

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