Store state on NFS

This commit is contained in:
2022-03-17 15:57:51 +13:00
parent f0045883c4
commit 38b1ace2d7

View File

@@ -21,6 +21,9 @@ terraform {
version = "1.16.0"
}
}
backend "local" {
path = "/data/runner.tfstate"
}
}
provider "linode" {