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