mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 04:22:11 +00:00
OTC: Update required_providers for Terraform 0.13
This commit is contained in:
parent
5b1e07b9c8
commit
72e4134c86
1 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,11 @@
|
|||
terraform {
|
||||
required_version = ">= 0.12"
|
||||
required_version = ">= 0.13"
|
||||
required_providers {
|
||||
opentelekomcloud = {
|
||||
source = "terraform-providers/opentelekomcloud"
|
||||
}
|
||||
random = {
|
||||
source = "hashicorp/random"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue