Skip to content
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
@athompson-r7

Description

@athompson-r7

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions