added first implementation
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
terraform {
|
||||
required_version = ">= 1.0.0"
|
||||
|
||||
backend "local" {
|
||||
workspace_dir = "terraform.tfstate.d"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user