mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
Revert "feat(oci): whoops. re-disable private network"
This reverts commit 05b134436c.
This commit is contained in:
parent
05b134436c
commit
89bb3f5383
1 changed files with 1 additions and 3 deletions
|
|
@ -1,4 +1,3 @@
|
||||||
/*
|
|
||||||
# https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/terraformgettingstarted.htm
|
# https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/terraformgettingstarted.htm
|
||||||
# https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/terraformproviderconfiguration.htm
|
# https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/terraformproviderconfiguration.htm
|
||||||
provider "oci" {
|
provider "oci" {
|
||||||
|
|
@ -28,5 +27,4 @@ module "oci_common_private_network" {
|
||||||
depends_on = [
|
depends_on = [
|
||||||
module.oci_compartment_bootstrap
|
module.oci_compartment_bootstrap
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue