Created
April 7, 2015 16:39
-
-
Save dblessing/d499415cb4aa1cbd2a22 to your computer and use it in GitHub Desktop.
Route Prop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
================================================================================ | |
Error executing action `create` on resource 'aws_route_table[AZ1_Private_w_NAT_Route_dev] (rtb-f8a48f9d)' | |
================================================================================ | |
NoMethodError | |
------------- | |
undefined method `enable_vgw_route_propagation' for <AWS::EC2::RouteTable id:rtb-f8a48f9d>:AWS::EC2::RouteTable | |
Resource Declaration: | |
--------------------- | |
# In /var/chef/cache/cookbooks/bke_aws/recipes/vpc.rb | |
60: aws_route_table "#{az_name}_Private_w_NAT_Route_#{env}" do | |
61: vpc "North_Virginia_#{env}" | |
62: routes node['bke_aws']['us_east'][az]['private_routes'] | |
63: ignore_route_targets ['^vgw-', '^i-'] | |
64: enable_vgw_route_propagation true | |
65: end | |
66: | |
Compiled Resource: | |
------------------ | |
# Declared in /var/chef/cache/cookbooks/bke_aws/recipes/vpc.rb:60:in `block in from_file' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment