Skip to content

Commit 01978b7

Browse files
authored
Updated copyright header (#38)
Signed-off-by: Karthic Ravindran <[email protected]>
1 parent d1f0168 commit 01978b7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

modules/iam-compartment/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2018, 2022, Oracle and/or its affiliates.
1+
// Copyright (c) 2018, 2023 Oracle and/or its affiliates.
22

33
########################
44
# Compartment

modules/iam-dynamic-group/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2018, 2022, Oracle and/or its affiliates.
1+
// Copyright (c) 2018, 2023 Oracle and/or its affiliates.
22

33
########################
44
# Dynamic Group

modules/iam-dynamic-group/outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2018, 2021, Oracle and/or its affiliates.
1+
// Copyright (c) 2018, 2023 Oracle and/or its affiliates.
22

33
output "dynamic_group_id" {
44
description = "Dynamic Group ocid"

modules/iam-group/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2018, 2022, Oracle and/or its affiliates.
1+
// Copyright (c) 2018, 2023 Oracle and/or its affiliates.
22

33
########################
44
# Group

modules/iam-group/outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2018, 2021, Oracle and/or its affiliates.
1+
// Copyright (c) 2018, 2023 Oracle and/or its affiliates.
22

33
output "group_id" {
44
description = "Group ocid"

0 commit comments

Comments
 (0)