You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+27-2Lines changed: 27 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,9 @@ There are three ways to deploy this in your OCI infrastructure
16
16
- Upload the module to the Oracle Resource Manager.
17
17
18
18
### Using the magic button
19
+
20
+

21
+
19
22
1. Click the button [![Deploy to Oracle Cloud][magic_button]][magic_sysdig_stack] to go to the OCI deployment wizard.
20
23
2. Provide configuration parameters and credentials explained in the requirements section above.
21
24
3. Follow the wizard isntructions and run **Plan** check the stack.
@@ -24,10 +27,32 @@ There are three ways to deploy this in your OCI infrastructure
24
27
25
28
### Using Terraform Scripts
26
29
27
-
You can use Terraform scripts to apply. If you are using Terraform (locally or via CloudShell), you need to copy the file `terraform.tfvars.example` to `terraform.tfvars` and populate the necessary variables.
30
+
Using Terraform (locally or via CloudShell), copy the file `terraform.tfvars.example` to `terraform.tfvars` and configure the variables. Make sure you have the OCI CLI installed and configured, then go ahead with terraform init, plan and apply.
0 commit comments