feat: slight changes to provider config

This commit is contained in:
Kat Inskip 2024-06-08 17:55:13 -07:00
parent 571fa04dba
commit ad2ad0f42a
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
2 changed files with 3 additions and 4 deletions

View file

@ -9,7 +9,6 @@ terraform {
oci = { oci = {
source = "oracle/oci" source = "oracle/oci"
version = "5.45.0" version = "5.45.0"
configuration_aliases = [ oci.oci_root, oci.oci_compartment ]
} }
hcloud = { hcloud = {
source = "hetznercloud/hcloud" source = "hetznercloud/hcloud"

File diff suppressed because one or more lines are too long