Update doc for ecs_service for using non-default cluster by jedipunkz · Pull Request #508 · k1LoW/awspec

I confirmed that it can be tested with the following description. describe ecs_service('example'), cluster: 'example' do it { should exist } it { should be_active } end The test...