enable cloudformation of NetworkInterface

This commit is contained in:
Joseph Lawson 2014-11-03 14:24:22 -05:00
commit 8299b5c312
4 changed files with 60 additions and 1 deletions

View file

@ -203,6 +203,10 @@ class NetworkInterface(object):
raise NotImplementedError('"Fn::GetAtt" : [ "{0}" , "SecondaryPrivateIpAddresses" ]"')
raise UnformattedGetAttTemplateException()
@property
def physical_resource_id(self):
return self.id
class NetworkInterfaceBackend(object):
def __init__(self):