Feature
As a developer, I may have some accounts that don't belong in a Control-Plane architecture (e.g. test or learning accounts).
Restacker should be able to detect that an account or plane does not have a :ctrl: tag in restacker.yml and be able to authenticate directly to that account.
Detail
# restacker.yml
...
:testing:
:region: us-west-2
:target:
:label: testing_account
:account_number: '123456789012'
:bucket:
:name: test-s3-bucket
...