File tree Expand file tree Collapse file tree 9 files changed +20
-14
lines changed Expand file tree Collapse file tree 9 files changed +20
-14
lines changed Original file line number Diff line number Diff line change 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 {
Original file line number Diff line number Diff line change 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
24resource "oci_management_dashboard_management_dashboards_import" "multiple_dashboard_files" {
35 for_each = fileset (" ./contents/dashboards" , " *.json" )
Original file line number Diff line number Diff line change 22# Copyright (c) 2020, Oracle and/or its affiliates. All rights reserved.
33# The Universal Permissive License (UPL), Version 1.0
44#
5- public
65node_modules
76themes /*
87! themes /redwood
98resources /_gen /*
10- static /index.json
9+ static /index.json
Original file line number Diff line number Diff line change 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
66THEME =themes/redwood
77
Original file line number Diff line number Diff line change 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+
54baseURL = " "
65languageCode = " en-us"
76title = " Observability & Management"
Original file line number Diff line number Diff line change 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
24locals {
35 namespace = data. oci_objectstorage_namespace . os_namespace . namespace
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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
44provider "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
129provider "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}
Original file line number Diff line number Diff line change 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
25tenancy_ocid="<TENANCY_OCID>"
36region="<REGION>"
You can’t perform that action at this time.
0 commit comments