This website requires JavaScript.
Explore
Help
Register
Sign In
upstream
/
opentofu
Watch
1
Star
0
Fork
You've already forked opentofu
0
mirror of
https://github.com/opentofu/opentofu.git
synced
2026-05-28 04:15:54 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
2
introduce_plugin_manager
opentofu
/
internal
/
command
/
testdata
/
push
/
main.tf
6 lines
62 B
Terraform
Raw
Permalink
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-21 20:22:19 -04:00
resource
"
test_instance
"
"
foo
"
{
}
command/push: read name from the config
2015-03-06 18:12:39 -05:00
atlas
{
name
=
"
foo
"
}
Reference in a new issue
Copy permalink