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
f1ea705dbe
terraform
/
command
/
testdata
/
backend-change-multi-to-no-...
/
main.tf
6 lines
90 B
Terraform
Raw
Normal View
History
Unescape
Escape
Implement the Enterprise enhanced remote backend
2018-07-04 17:24:49 +02:00
terraform
{
backend
"
local-no-default
"
{
Implement the remote enhanced backend This is a refactored version of the `remote` backend that was initially added to Terraform v0.11.8 which should now be compatible with v0.12.0.
2018-10-31 16:45:03 +01:00
workspace_dir
=
"
envdir-new
"
Implement the Enterprise enhanced remote backend
2018-07-04 17:24:49 +02:00
}
}