15 lines
213 B
HCL
15 lines
213 B
HCL
terraform {
|
|
required_version = "~> 1.6.1"
|
|
|
|
required_providers {
|
|
hostingde = {
|
|
source = "pub-solar/hostingde"
|
|
version = ">=0.0.8"
|
|
}
|
|
}
|
|
}
|
|
|
|
provider "hostingde" {
|
|
# Configuration options
|
|
}
|