class Convection::Model::Template::Resource::EC2VPCPeeringConnection

AWS::EC2::VPCPeeringConnection

Public Instance Methods

render(*args) click to toggle source
# File lib/convection/model/template/resource/aws_ec2_vpc_peering_connection.rb, line 17
def render(*args)
  super.tap do |resource|
    render_tags(resource)
  end
end