mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 20:39:18 -08:00
9 lines
133 B
HCL
9 lines
133 B
HCL
terraform {
|
|
required_providers {
|
|
# Vendor: Oracle
|
|
oci = {
|
|
source = "oracle/oci"
|
|
version = "5.45.0"
|
|
}
|
|
}
|
|
}
|