lib/bbc/cosmos/config/aws.rb in bbc-cosmos-config-0.3.3 vs lib/bbc/cosmos/config/aws.rb in bbc-cosmos-config-0.3.4

- old
+ new

@@ -42,11 +42,11 @@ end def dummy_instance Struct.new(:tags).new({ "aws:cloudformation:stack-name" => "stack_name", - "Component" => "component_name", - "AppName" => "development" + "BBCComponent" => "component_name", + "AppName" => "app_name" }) end def aws_instance @ec2.regions[region].instances[instance_id]