9 lines
134 B
HCL
9 lines
134 B
HCL
terraform {
|
|
required_providers {
|
|
template = {
|
|
source = "hashicorp/template"
|
|
}
|
|
}
|
|
required_version = ">= 0.12.26"
|
|
}
|