Skip to content

Commit 5f47e05

Browse files
Added Inventory resource.
1 parent ba33718 commit 5f47e05

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

cloudbridge.tf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)