We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba33718 commit 5f47e05Copy full SHA for 5f47e05
cloudbridge.tf
@@ -0,0 +1,7 @@
1
+## Copyright (c) 2019-2022 Oracle and/or its affiliates.
2
+## Licensed under the Universal Permissive License v1.0 as shown at https://oss.oracle.com/licenses/upl.
3
+
4
+resource "oci_cloud_bridge_inventory" "Inventory" {
5
+ compartment_id = var.tenancy_ocid
6
+ display_name = "Inventory"
7
+}
0 commit comments