mirror of
https://github.com/outbackdingo/terraform-render-bootstrap.git
synced 2026-01-27 10:20:45 +00:00
11 lines
187 B
HCL
11 lines
187 B
HCL
# Terraform version and plugin versions
|
|
|
|
terraform {
|
|
required_version = "~> 0.12.0"
|
|
required_providers {
|
|
local = "~> 1.2"
|
|
template = "~> 2.1"
|
|
tls = "~> 2.0"
|
|
}
|
|
}
|