From 38b1ace2d75f278697cdf1598584cb7215376f62 Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Thu, 17 Mar 2022 15:57:51 +1300 Subject: [PATCH] Store state on NFS --- terraform/drone-runners.tf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/terraform/drone-runners.tf b/terraform/drone-runners.tf index a7ec096..27c3b15 100644 --- a/terraform/drone-runners.tf +++ b/terraform/drone-runners.tf @@ -21,6 +21,9 @@ terraform { version = "1.16.0" } } + backend "local" { + path = "/data/runner.tfstate" + } } provider "linode" {