mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-10 04:49:19 -08:00
14 lines
230 B
HCL
14 lines
230 B
HCL
terraform {
|
|
required_providers {
|
|
# Vendor: Hashicorp
|
|
tls = {
|
|
source = "hashicorp/tls"
|
|
version = "4.0.5"
|
|
}
|
|
# Vendor: Oracle
|
|
oci = {
|
|
source = "oracle/oci"
|
|
version = "5.45.0"
|
|
}
|
|
}
|
|
}
|