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
45ac265d74
terraform
/
backend
/
local
/
testdata
/
apply-error
/
main.tf
8 lines
105 B
Terraform
Raw
Normal View
History
Unescape
Escape
backend/local The local backend implementation is an implementation of backend.Enhanced that recreates all the behavior of the CLI but through the backend interface.
2017-01-19 05:47:56 +01:00
resource
"
test_instance
"
"
foo
"
{
ami
=
"
bar
"
}
resource
"
test_instance
"
"
bar
"
{
backend/local tests
2018-10-02 23:15:07 +02:00
ami
=
"
error
"
backend/local The local backend implementation is an implementation of backend.Enhanced that recreates all the behavior of the CLI but through the backend interface.
2017-01-19 05:47:56 +01:00
}