mirror of
https://github.com/khuedoan/homelab.git
synced 2025-07-10 15:59:47 +07:00
Use remote backend
This commit is contained in:
@ -1,9 +1,19 @@
|
||||
terraform {
|
||||
required_version = ">= 0.13"
|
||||
|
||||
backend "remote" {
|
||||
hostname = "app.terraform.io"
|
||||
organization = "khuedoan"
|
||||
|
||||
workspaces {
|
||||
name = "homelab"
|
||||
}
|
||||
}
|
||||
|
||||
required_providers {
|
||||
rke = {
|
||||
source = "rancher/rke"
|
||||
version = "1.1.3"
|
||||
}
|
||||
}
|
||||
required_version = ">= 0.13"
|
||||
}
|
||||
|
Reference in New Issue
Block a user