fixed
This commit is contained in:
parent
972a425b3e
commit
112420e2ed
@ -257,7 +257,7 @@ module Provider
|
|||||||
"cid:user" => stack.owner
|
"cid:user" => stack.owner
|
||||||
# "cid:remoteUser" => s.remote_user
|
# "cid:remoteUser" => s.remote_user
|
||||||
}
|
}
|
||||||
ids = stack_resource(stack).map {|resource| resource['PhysicalResourceId']}
|
ids = stack_resources(stack).map {|resource| resource['PhysicalResourceId']}
|
||||||
ids << stack.id
|
ids << stack.id
|
||||||
compute.create_tags(ids, tags)
|
compute.create_tags(ids, tags)
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user