Skip to content

Commit 5fd90a2

Browse files
Update main.tf
added copyright
1 parent 3b20978 commit 5fd90a2

File tree

1 file changed

+2
-1
lines changed
  • manageability-and-operations/observability-and-manageability/external-database-enablement/root_module

1 file changed

+2
-1
lines changed

manageability-and-operations/observability-and-manageability/external-database-enablement/root_module/main.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright (c) 2025 Oracle and/or its affiliates.
12
module "container_connection" {
23
source = "./modules/container/container_connection"
34
compartment_ocid = var.compartment_ocid
@@ -83,4 +84,4 @@ locals {
8384
}
8485
]
8586
])
86-
}
87+
}

0 commit comments

Comments
 (0)