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

Support vpn #133

Merged
merged 4 commits into from
Jun 10, 2016
Merged

Support vpn #133

merged 4 commits into from
Jun 10, 2016

Conversation

simonirwin-r7
Copy link
Contributor

I'd like to revisit this at some stage to add some sugar to more easily link up the different resources.

Need to add an example to the docs, too.

include Model::Mixin::Taggable

type 'AWS::EC2::VPNConnection'
property :conn_type, 'Type'
Copy link
Contributor

@erran-r7 erran-r7 Jun 10, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why use :conn_type? Let's use connection_type since type is taken. It's more clear.

edit: Looks like we even use type in one place, which makes me think while it is used elsewhere naming a property it wouldn't cause a conflict:

lib/convection/model/template/resource_property/aws_cloudfront_georestriction.rb
11:          property :type, 'RestrictionType'

@simonirwin-r7 simonirwin-r7 merged commit 8efdb26 into v0.2 Jun 10, 2016
@simonirwin-r7 simonirwin-r7 deleted the support_vpn branch June 10, 2016 16:20
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants