This website requires JavaScript.
Explore
Help
Sign In
ResiLien
/
terraform
Watch
2
Star
0
Fork
You've already forked terraform
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
20e9d8e28c
terraform
/
internal
/
command
/
testdata
/
push
/
main.tf
6 lines
62 B
Terraform
Raw
Normal View
History
Unescape
Escape
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.
2017-04-22 02:22:19 +02:00
resource
"
test_instance
"
"
foo
"
{
}
command/push: read name from the config
2015-03-07 00:12:39 +01:00
atlas
{
name
=
"
foo
"
}