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