mirror of
https://github.com/apricote/home-cloud.git
synced 2026-01-13 21:11:02 +00:00
deps: upgrade to terraform 1.0
This commit is contained in:
parent
815a3192c5
commit
7d25467fb4
3 changed files with 29 additions and 35 deletions
|
|
@ -1,23 +1,19 @@
|
|||
|
||||
terraform {
|
||||
required_version = ">= 0.13"
|
||||
required_version = ">= 1.0"
|
||||
|
||||
required_providers {
|
||||
hcloud = {
|
||||
source = "hetznercloud/hcloud"
|
||||
version = "~> 1.30"
|
||||
}
|
||||
tls = {
|
||||
source = "hashicorp/tls"
|
||||
version = "~> 2.1"
|
||||
}
|
||||
template = {
|
||||
source = "hashicorp/template"
|
||||
version = "~> 2.1"
|
||||
}
|
||||
random = {
|
||||
source = "hashicorp/random"
|
||||
version = "~> 2.2"
|
||||
}
|
||||
null = {
|
||||
source = "hashicorp/null"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue