mirror of
https://github.com/vcscsvcscs/OCI-Kubernetes-cluster-with-traefik.git
synced 2025-08-12 13:59:09 +02:00
8 lines
115 B
HCL
8 lines
115 B
HCL
terraform {
|
|
required_providers {
|
|
oci = {
|
|
source = "oracle/oci"
|
|
version = ">= 4.64.0"
|
|
}
|
|
}
|
|
} |