mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat(oci): define separate distinct provider instances
This commit is contained in:
parent
1e79f4f23c
commit
571fa04dba
7 changed files with 55 additions and 65 deletions
|
|
@ -1,5 +1,16 @@
|
|||
terraform {
|
||||
required_providers {
|
||||
# Vendor: Hashicorp
|
||||
tls = {
|
||||
source = "hashicorp/tls"
|
||||
version = "4.0.5"
|
||||
}
|
||||
# Vendor: Oracle
|
||||
oci = {
|
||||
source = "oracle/oci"
|
||||
version = "5.45.0"
|
||||
configuration_aliases = [ oci.oci_root, oci.oci_compartment ]
|
||||
}
|
||||
hcloud = {
|
||||
source = "hetznercloud/hcloud"
|
||||
version = "1.38.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue