terraform { required_version = ">= 1.0.0" backend "local" { workspace_dir = "terraform.tfstate.d" } }