From a2aca5e24aae8f1ecfe75e4f93a7f527e543ba0c Mon Sep 17 00:00:00 2001 From: Daniel Gross Date: Thu, 4 Sep 2025 16:55:36 +0200 Subject: [PATCH] Update readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d5fb82c..79eba3d 100644 --- a/README.md +++ b/README.md @@ -54,8 +54,14 @@ Please refer to official STACKIT [documentation](https://docs.stackit.cloud/stac ## Terraform -* create service account: `https://docs.stackit.cloud/stackit/en/how-to-create-cloud-foundry-service-accounts-67772133.html#HowtoCreateCloudFoundryServiceAccounts-StepBySteptotheServiceAccount` +### Prerequisites + +As for now, the Cloud Foundry organization and the Stage you deploy into have to be created beforehand. +Create service account: see the [docs](https://docs.stackit.cloud/stackit/en/how-to-create-cloud-foundry-service-accounts-67772133.html#HowtoCreateCloudFoundryServiceAccounts-StepBySteptotheServiceAccount). + * `cf create-service space-scoped-service-account space-deployer test-tf` * `cf create-service-key ` * retrieve credentials: `cf service-key ` + +