mirror of
https://github.com/apricote/home-cloud.git
synced 2026-01-13 13:01:03 +00:00
11 lines
130 B
HCL
Executable file
11 lines
130 B
HCL
Executable file
provider "null" {
|
|
version = "~> 1.0"
|
|
}
|
|
|
|
provider "local" {
|
|
version = "~> 1.2"
|
|
}
|
|
|
|
provider "template" {
|
|
version = "~> 1.0"
|
|
}
|