home-cloud/provider_other.tf

8 lines
87 B
Terraform
Raw Normal View History

2019-01-30 19:49:47 +01:00
provider "null" {
version = "~> 1.0"
}
provider "template" {
version = "~> 1.0"
}