Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds actions to add/del routing entries from aws_route_table resource #404

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Dec 7, 2015

  1. # This is a combination of 2 commits.

    # The first commit's message is:
    
    Adds actions to add/del routing entries from aws_route_table resource
    
    When using actions :route_add and :route_del for an specified route_table
    resorce, the routing entry defined in the 'route' attribute will be
    added or deleted from the routing table, respectively.
    
    This allows more fine grained control on the aws routing table objects.
    
    # This is the 2nd commit message:
    
    Delete the route if exists when using add_route
    
    By default, catch exception when route exists and delete first before
    adding the route.
    jlferrer committed Dec 7, 2015
    Configuration menu
    Copy the full SHA
    f6cdbe6 View commit details
    Browse the repository at this point in the history