4 lines
106 B
Python
4 lines
106 B
Python
template = {
|
|
"Resources": {"VPCEIP": {"Type": "AWS::EC2::EIP", "Properties": {"Domain": "vpc"}}}
|
|
}
|