10 lines
147 B
Python
10 lines
147 B
Python
|
from __future__ import unicode_literals
|
||
|
|
||
|
template = {
|
||
|
"Resources": {
|
||
|
"EC2EIP": {
|
||
|
"Type": "AWS::EC2::EIP"
|
||
|
}
|
||
|
}
|
||
|
}
|