mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-20 06:02:24 +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_providers {
|
||||
opentelekomcloud = {
|
||||
source = "terraform-providers/opentelekomcloud"
|
||||
source = "opentelekomcloud/opentelekomcloud"
|
||||
version = "1.22.5"
|
||||
}
|
||||
random = {
|
||||
source = "hashicorp/random"
|
||||
version = "~>3.0.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue