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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions