mirror of
https://github.com/optim-enterprises-bv/terraform-talos.git
synced 2025-11-01 10:48:36 +00:00
11 lines
148 B
HCL
11 lines
148 B
HCL
|
|
terraform {
|
|
required_providers {
|
|
oci = {
|
|
source = "hashicorp/oci"
|
|
version = "4.108.0"
|
|
}
|
|
}
|
|
required_version = ">= 1.2"
|
|
}
|