mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-03 13:30:57 +07:00
Use remote backend
This commit is contained in:
parent
e88104c5b5
commit
cda886384e
@ -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"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user