command: correct provider name in the test fixture for push

Currently this doesn't matter much, but we're about to start checking the
availability of providers early on and so we need to use the correct name
for the mock set of providers we use in command tests, which includes
only a provider named "test".

Without this change, the "push" tests will begin failing once we start
verifying this, since there's no "aws" provider available in the test
context.
This commit is contained in:
Martin Atkins 2017-04-21 17:22:19 -07:00
parent 0573ff6793
commit d6b6dbb5c6
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
resource "aws_instance" "foo" {}
resource "test_instance" "foo" {}
atlas {
name = "foo"