Hi,
I am trying to add a new gateway to existing AWS route table but facing following error:
Error: routes property is read-only once ec2_vpc_routetable created.
Error: /Stage[main]/Aws::Create::Route_table/Ec2_vpc_routetable[production_diageo_vpc]/routes: change from [{"destination_cidr_block"=>"
10.0.0.0/24", "gateway"=>"local"}] to {"destination_cidr_block"=>"
0.0.0.0/24", "gateway"=>"test_igw"} failed: routes property is read-only once ec2_vpc_routetable created
Can anyone please help me how to fix this in puppet aws code? I dont want to move on AWS CLI for this.
Thanks,
Sanjiv