mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 21:12:11 +00:00
Update providers and add version constraints
This commit is contained in:
parent
5a65ceb5b5
commit
1b386ed32f
1 changed files with 3 additions and 1 deletions
|
@ -2,10 +2,12 @@ terraform {
|
||||||
required_version = ">= 0.13"
|
required_version = ">= 0.13"
|
||||||
required_providers {
|
required_providers {
|
||||||
opentelekomcloud = {
|
opentelekomcloud = {
|
||||||
source = "terraform-providers/opentelekomcloud"
|
source = "opentelekomcloud/opentelekomcloud"
|
||||||
|
version = "1.22.5"
|
||||||
}
|
}
|
||||||
random = {
|
random = {
|
||||||
source = "hashicorp/random"
|
source = "hashicorp/random"
|
||||||
|
version = "~>3.0.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue