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