Skip to content

Commit 36005f7

Browse files
authored
Update README.md
1 parent 7993f89 commit 36005f7

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

examples/oci-functions/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ Before you deploy this sample function, make sure you have run step C of the [Or
2424

2525
Note: Alternatively, You can also use your local machine or OCI Compute as your dev environments. refer the quick start guide.
2626

27-
## Architecture
28-
29-
![Helloworld Function](./images/helloworld.png)
3027

3128
## Create Docker image using cloudshell ![user input icon](./images/userinput.png)
3229

@@ -120,7 +117,9 @@ region = "ap-sydney-1"
120117
compartment_id = "ocid1.compartment.oc1..xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
121118
```
122119

123-
## Review the files main.tf, functions.tf, network.tf. Edit the main.tf with the required values. Look for "< >" brackets and add the details accordingly.
120+
## Review
121+
122+
Review the files `main.tf, functions.tf, network.tf` Edit the `main.tf` with the required values. Look for "< >" brackets and add the details accordingly.
124123

125124
Then apply the example using the following commands:
126125

@@ -158,4 +157,4 @@ Error: Service error:NotAuthenticated. Not authenticated. http status code: 401.
158157
159158
on functions.tf line 41, in resource "oci_functions_invoke_function" "this":
160159
41: resource "oci_functions_invoke_function" "this" {
161-
```
160+
```

0 commit comments

Comments
 (0)