mirror of
https://github.com/puppetmaster/typhoon.git
synced 2024-12-26 17:49:32 +01:00
13 lines
230 B
Terraform
13 lines
230 B
Terraform
|
# Terraform version and plugin versions
|
||
|
|
||
|
terraform {
|
||
|
required_version = "~> 0.12.0"
|
||
|
required_providers {
|
||
|
digitalocean = "~> 1.3"
|
||
|
ct = "~> 0.3.2"
|
||
|
template = "~> 2.1"
|
||
|
null = "~> 2.1"
|
||
|
}
|
||
|
}
|
||
|
|