Skip to content

Commit 658c624

Browse files
committed
name fix
1 parent f7842fa commit 658c624

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

feature_store/apigw_terraform/README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,24 @@ This module handles opinionated Feature Store AuthN/AuthZ configuration using AP
66
77
1. Click to download the [terraform bundle][https://cloud.oracle.com/resourcemanager/stacks/create?zipUrl=https://raw.githubusercontent.com/harsh97/oci-data-science-ai-samples/feature-store/feature_store/fs_apigw_terraform.zip]
88

9-
1. Create a stack in OCI resource manager with the downloaded bundle
9+
2. Create a stack in OCI resource manager with the downloaded bundle
1010

11-
1. Follow the on-screen prompts and instructions to create the stack.
11+
3. Follow the on-screen prompts and instructions to create the stack.
1212

13-
1. After creating the stack, click Terraform Actions, and select Plan.
13+
4. After creating the stack, click Terraform Actions, and select Plan.
1414

15-
1. Wait for the job to be completed, and review the plan.
15+
5. Wait for the job to be completed, and review the plan.
1616

17-
1. To make any changes, return to the Stack Details page, click Edit Stack, and make the required changes. Then, run the Plan action again.
17+
6. To make any changes, return to the Stack Details page, click Edit Stack, and make the required changes. Then, run the Plan action again.
1818

19-
1. If no further changes are necessary, return to the Stack Details page, click Terraform Actions, and select Apply.
19+
7. If no further changes are necessary, return to the Stack Details page, click Terraform Actions, and select Apply.
2020

21-
1. After the stack application is complete attach the auto-provisioned security rules to the respective service and node subnets of the OKE cluster.
21+
8. After the stack application is complete attach the auto-provisioned security rules to the respective service and node subnets of the OKE cluster.
2222

2323
### Prerequisites
2424
#### Required permissions:
25+
26+
```bash
2527
allow group <user_group> to manage orm-stacks in compartment <compartment_name>
2628
allow group <user_group> to manage orm-jobs in compartment <compartment_name>
2729
allow group <user_group> to read network-load-balancers in compartment <compartment_name>
@@ -31,6 +33,7 @@ allow group <user_group> to manage dynamic-groups in compartment <compartment_na
3133
allow group <user_group> to manage functions-family in compartment <compartment_name>
3234
allow group <user_group> to manage virtual-network-family in compartment <compartment_name>
3335
allow group <user_group> to manage policies in tenancy
36+
```
3437

3538

3639
### Running Terraform

0 commit comments

Comments
 (0)