diff options
| author | Seth Flynn <[email protected]> | 2025-02-06 18:15:12 -0500 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2025-02-06 18:15:12 -0500 |
| commit | 03d1243ac9e6c20f0e0437cf6c79bf7c0379d427 (patch) | |
| tree | 8de83ab3c8d07fbc6d7c889e4889e7e9cd377b26 /terraform/imports.tf | |
| parent | 72ce5493e34d1f3ce271682cfb3435946f038dca (diff) | |
terraform: remove manual oci imports
Diffstat (limited to 'terraform/imports.tf')
| -rw-r--r-- | terraform/imports.tf | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/terraform/imports.tf b/terraform/imports.tf deleted file mode 100644 index a94fa34..0000000 --- a/terraform/imports.tf +++ /dev/null @@ -1,16 +0,0 @@ -import { - to = oci_core_instance.atlas - id = "ocid1.instance.oc1.us-chicago-1.anxxeljrexqb25ycuh7peoywok5l356wn32c5q5xqpg4md4rgp4tmhtdzh4q" -} -import { - to = oci_identity_compartment.borealis - id = "ocid1.compartment.oc1..aaaaaaaasm3kq7wlnqaufkq7uopjn3i5nzvbyou2lem56g6zjfmvpvg3pi2a" -} -import { - to = oci_core_vcn.borealis - id = "ocid1.vcn.oc1.us-chicago-1.amaaaaaaexqb25yauoxabmb6kcoiseu7jjnf7msqrqjsi4bwxlrvfhmkrtra" -} -import { - to = oci_core_subnet.borealis_global - id = "ocid1.subnet.oc1.us-chicago-1.aaaaaaaa73blsshpatvxrewxptkrs4ws5tkveqpwhgzhqpabivudaeti4rxa" -} |
