fix(tf): add required_version
This commit is contained in:
@@ -1,7 +1,9 @@
|
|||||||
terraform {
|
terraform {
|
||||||
|
required_version = ">= 1.0.0"
|
||||||
required_providers {
|
required_providers {
|
||||||
ovh = {
|
ovh = {
|
||||||
source = "ovh/ovh"
|
source = "ovh/ovh"
|
||||||
|
version = ">= 2.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user