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 48c2178da..c9ad640a3 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 @@ -65,7 +65,7 @@ Before applying the Stack fill in the vars:
  • initial_image that is used to create the OCI Function as target environment for the OCI DevOps deployment pipeline. By default it is loaded from Dockerhub, but you can use any X86 arch image if want to replace this
  • docker_user is your OCIR Docker user to push the initial image (above) to OCIR repo for the Function. Replace <namespace> with your tenancy namespace. oracleidentitycloudservice is only used for federated domains/users, not local
  • -
  • docker_password is our OCIR Docker user password (your user profile auth token in OCI)
  • +
  • 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.