Skip to content

Commit ead8ab6

Browse files
authored
Modif demo-livelab video-on-demand-with-nosql-database/ (#120)
* QA node.js example * Improving Spring my-first-spring-app * Modif demo-livelab video-on-demand-with-nosql-database/ * Update schema.yaml * Update policies.tf * Update video-on-demand-with-nosql-database.zip * Update video-on-demand-with-nosql-database.zip
1 parent 4c32be0 commit ead8ab6

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed
Binary file not shown.

Diff for: demo-livelab/video-on-demand-with-nosql-database/policies.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ resource "oci_identity_policy" "FunctionsServiceDynamicGroupPolicy" {
2121
description = "nosql_demos_ci"
2222
compartment_id = var.compartment_ocid
2323
statements = [
24-
"allow dynamic-group ${oci_identity_dynamic_group.NoSQLServiceDynamicGroup.name} to manage all-resources in compartment id ${var.compartment_ocid} "
24+
"allow dynamic-group ${oci_identity_dynamic_group.NoSQLServiceDynamicGroup.name} to manage nosql-family in compartment id ${var.compartment_ocid} "
2525
]
2626

2727
provisioner "local-exec" {

Diff for: demo-livelab/video-on-demand-with-nosql-database/schema.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@
33

44
title: "Discover Serverless Apps Using Oracle NoSQL Database Cloud Service"
55
description: "Learn and Discover why NoSQL Cloud Services and OCI native services are compelling"
6-
informationalText: "Modern apps benefit from predictable low latency, flexibility, and horizontal scale-out of NoSQL databases. Join us to learn how effortless it is to develop a modern app using Oracle Cloud Infrastructure and Oracle NoSQL Database Cloud Service. This lab is based on data from an airline baggage tracking app"
7-
instructions: "Please choose the region Phoenix and Choose "
6+
informationalText: "Modern apps benefit from predictable low latency, flexibility, and horizontal scale-out of NoSQL databases. Join us to learn how effortless it is to develop a modern app using Oracle Cloud Infrastructure and Oracle NoSQL Database Cloud Service. Oracle NoSQL powers Video On-Demand applications"
87
troubleshooting: "Need Help"
98
stackDescription: "Learn and Discover why NoSQL Cloud Services and OCI native services are compelling"
109
schemaVersion: 1.1.0
11-
version: "20210101"
10+
version: "20230101"
1211
locale: "en"
1312

1413

Diff for: zips/video-on-demand-with-nosql-database.zip

-962 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)