home-cloud/provider_other.tf

7 lines
87 B
HCL
Executable file

provider "null" {
version = "~> 1.0"
}
provider "template" {
version = "~> 1.0"
}