mirror of
https://github.com/apricote/home-cloud.git
synced 2026-01-13 13:01:03 +00:00
8 lines
87 B
Terraform
8 lines
87 B
Terraform
|
|
provider "null" {
|
||
|
|
version = "~> 1.0"
|
||
|
|
}
|
||
|
|
|
||
|
|
provider "template" {
|
||
|
|
version = "~> 1.0"
|
||
|
|
}
|