Skip to content

Commit 5fd7b74

Browse files
committed
added policy header to all code files in my modules
1 parent 3b34a3d commit 5fd7b74

File tree

45 files changed

+122
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+122
-0
lines changed

cloud-foundation/modules/cloud-foundation-library/identity/examples/basic/main.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright © 2022, Oracle and/or its affiliates.
2+
# All rights reserved. Licensed under the Universal Permissive License (UPL), Version 1.0 as shown at https://oss.oracle.com/licenses/upl.
13

24

35

cloud-foundation/modules/cloud-foundation-library/identity/examples/basic/provider.tf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright © 2022, Oracle and/or its affiliates.
2+
# All rights reserved. Licensed under the Universal Permissive License (UPL), Version 1.0 as shown at https://oss.oracle.com/licenses/upl.
3+
14

25
#Auth Vars
36
variable "tenancy_ocid" {}

cloud-foundation/modules/cloud-foundation-library/identity/examples/basic/schema.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Copyright © 2022, Oracle and/or its affiliates.
2+
# All rights reserved. Licensed under the Universal Permissive License (UPL), Version 1.0 as shown at https://oss.oracle.com/licenses/upl.
3+
4+
15
title: "Basic Identity Stack"
26
description: "This example stack shows a basic configuration for the identity module"
37
schemaVersion: 1.1.0

cloud-foundation/modules/cloud-foundation-library/identity/examples/basic/test_assertions.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright © 2022, Oracle and/or its affiliates.
2+
# All rights reserved. Licensed under the Universal Permissive License (UPL), Version 1.0 as shown at https://oss.oracle.com/licenses/upl.
13

24

35

cloud-foundation/modules/cloud-foundation-library/identity/examples/complex/main.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright © 2022, Oracle and/or its affiliates.
2+
# All rights reserved. Licensed under the Universal Permissive License (UPL), Version 1.0 as shown at https://oss.oracle.com/licenses/upl.
13

24

35

cloud-foundation/modules/cloud-foundation-library/identity/examples/complex/provider.tf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright © 2022, Oracle and/or its affiliates.
2+
# All rights reserved. Licensed under the Universal Permissive License (UPL), Version 1.0 as shown at https://oss.oracle.com/licenses/upl.
3+
14

25
#Auth Vars
36
variable "tenancy_ocid" {}

cloud-foundation/modules/cloud-foundation-library/identity/examples/complex/schema.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Copyright © 2022, Oracle and/or its affiliates.
2+
# All rights reserved. Licensed under the Universal Permissive License (UPL), Version 1.0 as shown at https://oss.oracle.com/licenses/upl.
3+
4+
15
title: "Empty Identity Stack"
26
description: "This example stack shows the minimum configuration needed for the identity module"
37
schemaVersion: 1.1.0

cloud-foundation/modules/cloud-foundation-library/identity/examples/devops/main.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright © 2022, Oracle and/or its affiliates.
2+
# All rights reserved. Licensed under the Universal Permissive License (UPL), Version 1.0 as shown at https://oss.oracle.com/licenses/upl.
13

24

35

cloud-foundation/modules/cloud-foundation-library/identity/examples/devops/provider.tf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright © 2022, Oracle and/or its affiliates.
2+
# All rights reserved. Licensed under the Universal Permissive License (UPL), Version 1.0 as shown at https://oss.oracle.com/licenses/upl.
3+
14

25
#Auth Vars
36
variable "tenancy_ocid" {}

cloud-foundation/modules/cloud-foundation-library/identity/examples/devops/schema.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Copyright © 2022, Oracle and/or its affiliates.
2+
# All rights reserved. Licensed under the Universal Permissive License (UPL), Version 1.0 as shown at https://oss.oracle.com/licenses/upl.
3+
4+
15
title: "Devops Identity Stack"
26
description: "This example stack shows the configuration needed to enable devops for the identity module"
37
schemaVersion: 1.1.0

0 commit comments

Comments
 (0)