2023-11-12 17:17:35 +00:00
|
|
|
terraform {
|
2024-03-19 20:00:28 +00:00
|
|
|
required_version = "~> 1.6.1"
|
|
|
|
|
2023-11-12 17:17:35 +00:00
|
|
|
required_providers {
|
|
|
|
hostingde = {
|
|
|
|
source = "pub-solar/hostingde"
|
2024-03-19 20:00:28 +00:00
|
|
|
version = ">=0.0.8"
|
2023-11-12 17:17:35 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
provider "hostingde" {
|
|
|
|
# Configuration options
|
|
|
|
}
|