lib/bbc/cosmos/config/aws.rb in bbc-cosmos-config-0.3.2 vs lib/bbc/cosmos/config/aws.rb in bbc-cosmos-config-0.3.3
- old
+ new
@@ -43,10 +43,10 @@
def dummy_instance
Struct.new(:tags).new({
"aws:cloudformation:stack-name" => "stack_name",
"Component" => "component_name",
- "AppName" => "app_name"
+ "AppName" => "development"
})
end
def aws_instance
@ec2.regions[region].instances[instance_id]