diff --git a/app-dev/devops-and-containers/devops/oci-devops-terraform-function-java-graalvm/README.md b/app-dev/devops-and-containers/devops/oci-devops-terraform-function-java-graalvm/README.md index c9ad640a3..8b8ab8948 100644 --- a/app-dev/devops-and-containers/devops/oci-devops-terraform-function-java-graalvm/README.md +++ b/app-dev/devops-and-containers/devops/oci-devops-terraform-function-java-graalvm/README.md @@ -50,14 +50,19 @@ The DevOps project is not specific to any programming language but includes Create Stack under Resource Manager in your project compartment. Drag-n-drop the files -folder to Stack Configuration (folder type). +Clone this repo locally. In OCI Console click Create Stack under Resource Manager in your project compartment. Drag-n-drop the files -folder to Stack Configuration (folder type) or click this button below to create the stack on your OCI tenancy: + +

+ +[![Deploy to Oracle Cloud](https://oci-resourcemanager-plugin.plugins.oci.oraclecloud.com/latest/deploy-to-oracle-cloud.svg)](https://cloud.oracle.com/resourcemanager/stacks/create?zipUrl=https://github.com/oracle-devrel/technology-engineering/releases/download/latest/devops-tf-stack.zip) +

-OCI DevOps IAM Policies are not part of the stack, please refer to docs how to create them first. +Note! OCI DevOps IAM Policies are not part of the stack, please refer to docs how to create them before running the devops project pipelines.

### Stack settings -Before applying the Stack fill in the vars: +Creating the stack in OCI Resource Manger fill in the vars: ![Stack](./files/stack.jpg) @@ -68,7 +73,7 @@ Before applying the Stack fill in the vars:

  • docker_password is your OCIR Docker user password (your user profile auth token in OCI)
  • -Run Stacks's Apply to create the OCI DevOps project. +After creation run Stacks's Apply to create the OCI DevOps project.

    The Stack creates only a private subnet in the VCN and hence the Function cannot be called outside the tenancy by default after the build and deploy.