moto/tests/test_cloudformation/fixtures/vpc_eip.py
2021-10-18 19:44:29 +00:00

4 lines
106 B
Python

template = {
"Resources": {"VPCEIP": {"Type": "AWS::EC2::EIP", "Properties": {"Domain": "vpc"}}}
}