lib/bbc/cosmos/config/aws.rb in bbc-cosmos-config-0.0.7 vs lib/bbc/cosmos/config/aws.rb in bbc-cosmos-config-0.0.8

- old
+ new

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