Skip to content

Commit 667e3cd

Browse files
authored
Merge pull request #11 from oracle-quickstart/kumar-ola-patch-1
Update .gitignore
2 parents 5a4e73e + e5a469c commit 667e3cd

File tree

9 files changed

+20
-14
lines changed

9 files changed

+20
-14
lines changed

contents/dashboards/EBS-Dashboards.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright (c) 2023, Oracle and/or its affiliates.
2+
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
3+
14
{
25
"dashboards": [
36
{

dashboards.tf

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

24
resource "oci_management_dashboard_management_dashboards_import" "multiple_dashboard_files" {
35
for_each = fileset("./contents/dashboards", "*.json")

docs/.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
# Copyright (c) 2020, Oracle and/or its affiliates. All rights reserved.
33
# The Universal Permissive License (UPL), Version 1.0
44
#
5-
public
65
node_modules
76
themes/*
87
!themes/redwood
98
resources/_gen/*
10-
static/index.json
9+
static/index.json

docs/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!make
22

3-
# Copyright (c) 2020, Oracle and/or its affiliates. All rights reserved.
4-
# The Universal Permissive License (UPL), Version 1.0
3+
# Copyright (c) 2023, Oracle and/or its affiliates.
4+
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
55

66
THEME=themes/redwood
77

docs/config.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
#
2-
# Copyright (c) 2020, 2021 Oracle and/or its affiliates. All rights reserved.
3-
# The Universal Permissive License (UPL), Version 1.0
4-
#
1+
# Copyright (c) 2023, Oracle and/or its affiliates.
2+
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
3+
54
baseURL = ""
65
languageCode = "en-us"
76
title = "Observability & Management"

locals.tf

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

24
locals {
35
namespace = data.oci_objectstorage_namespace.os_namespace.namespace

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2+
# Copyright (c) 2023, Oracle and/or its affiliates.
3+
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
14
{
25
"name": "Oracle Observability Dashboards",
36
"description": "Dashboards Samples",

providers.tf

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,14 @@
1-
# Copyright (c) 2022, Oracle and/or its affiliates.
1+
# Copyright (c) 2023, Oracle and/or its affiliates.
22
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
33

44
provider "oci" {
5-
# alias = "current"
65
tenancy_ocid = var.tenancy_ocid
7-
# comment for stack zip file
8-
# config_file_profile = var.config_file_profile
96
region = var.region
107
}
118

129
provider "oci" {
1310
alias = "home"
1411
tenancy_ocid = var.tenancy_ocid
15-
# comment for stack zip file
16-
# config_file_profile = var.config_file_profile
1712
region = data.oci_identity_region_subscriptions.home_region_subscriptions.region_subscriptions[0].region_name
1813
disable_auto_retries = "true"
1914
}

terraform.tfvars.sample

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright (c) 2023, Oracle and/or its affiliates.
2+
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
3+
14
# Required for the OCI Provider
25
tenancy_ocid="<TENANCY_OCID>"
36
region="<REGION>"

0 commit comments

Comments
 (0)