mirror of
https://github.com/optim-enterprises-bv/terraform-talos.git
synced 2025-11-01 18:58:39 +00:00
10 lines
117 B
HCL
10 lines
117 B
HCL
|
|
terraform {
|
|
required_providers {
|
|
oci = {
|
|
source = "hashicorp/oci"
|
|
version = "4.56.0"
|
|
}
|
|
}
|
|
}
|