Skip to content

Commit

Permalink
Updated copyright header (#38)
Browse files Browse the repository at this point in the history
Signed-off-by: Karthic Ravindran <karthic.ravindran@oracle.com>
  • Loading branch information
karthicgit authored May 29, 2023
1 parent d1f0168 commit 01978b7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion modules/iam-compartment/main.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2018, 2022, Oracle and/or its affiliates.
// Copyright (c) 2018, 2023 Oracle and/or its affiliates.

########################
# Compartment
Expand Down
2 changes: 1 addition & 1 deletion modules/iam-dynamic-group/main.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2018, 2022, Oracle and/or its affiliates.
// Copyright (c) 2018, 2023 Oracle and/or its affiliates.

########################
# Dynamic Group
Expand Down
2 changes: 1 addition & 1 deletion modules/iam-dynamic-group/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2018, 2021, Oracle and/or its affiliates.
// Copyright (c) 2018, 2023 Oracle and/or its affiliates.

output "dynamic_group_id" {
description = "Dynamic Group ocid"
Expand Down
2 changes: 1 addition & 1 deletion modules/iam-group/main.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2018, 2022, Oracle and/or its affiliates.
// Copyright (c) 2018, 2023 Oracle and/or its affiliates.

########################
# Group
Expand Down
2 changes: 1 addition & 1 deletion modules/iam-group/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2018, 2021, Oracle and/or its affiliates.
// Copyright (c) 2018, 2023 Oracle and/or its affiliates.

output "group_id" {
description = "Group ocid"
Expand Down

0 comments on commit 01978b7

Please sign in to comment.