Add version constraint for Terraform provider (hcloud)

This commit is contained in:
Dennis Hoppe 2022-01-13 09:53:00 +01:00
parent 01d568baf1
commit a88bf662f8
No known key found for this signature in database
GPG Key ID: F0DCF4EC6237CDD2

View File

@ -2,6 +2,7 @@ terraform {
required_providers {
hcloud = {
source = "hetznercloud/hcloud"
version = ">= 1.0.0, < 2.0.0"
}
}
}