14 lines
212 B
HCL
14 lines
212 B
HCL
terraform {
|
|
required_version = "~> 1.5.3"
|
|
required_providers {
|
|
hostingde = {
|
|
source = "pub-solar/hostingde"
|
|
version = ">=0.0.5"
|
|
}
|
|
}
|
|
}
|
|
|
|
provider "hostingde" {
|
|
# Configuration options
|
|
}
|