Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Commit

Permalink
Rename conn_type to connection_type. The 'type' attribute is reserved…
Browse files Browse the repository at this point in the history
… by Convection
  • Loading branch information
simonirwin-r7 committed Jun 10, 2016
1 parent 553fd50 commit 950927f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class EC2CustomerGateway < Resource
include Model::Mixin::Taggable

type 'AWS::EC2::CustomerGateway'
property :conn_type, 'Type'
property :connection_type, 'Type'
property :bgp_asn, 'BgpAsn'
property :ip_address, 'IpAddress'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class EC2VPNConnection < Resource
include Model::Mixin::Taggable

type 'AWS::EC2::VPNConnection'
property :conn_type, 'Type'
property :connection_type, 'Type'
property :static_routes_only, 'StaticRoutesOnly'
property :customer_gateway_id, 'CustomerGatewayId'
property :vpn_gateway_id, 'VpnGatewayId'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class EC2VPNGateway < Resource
include Model::Mixin::Taggable

type 'AWS::EC2::VPNGateway'
property :conn_type, 'Type'
property :connection_type, 'Type'

def render(*args)
super.tap do |resource|
Expand Down

0 comments on commit 950927f

Please sign in to comment.