This repository was archived by the owner on Oct 19, 2023. It is now read-only.
This repository was archived by the owner on Oct 19, 2023. It is now read-only.
Resource redefination should not be allowed #29
Open
Description
For example the following should throw an error or some kind.
rds_subnet_group 'VPCDBSubnetGroup' do
description 'RDS Subnet Group for the Razor VPC'
subnet stack.get('vpc', 'RDSSubnets')
end
rds_subnet_group 'VPCDBSubnetGroup' do
description 'RDS Subnet Group for the Razor VPC'
subnet stack.get('vpc', 'RDSSubnets')
end