Skip to content

Commit

Permalink
code review
Browse files Browse the repository at this point in the history
  • Loading branch information
kwiatekus committed Sep 6, 2024
1 parent 4a1cd6a commit 831beb7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 12 deletions.
8 changes: 8 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Run

Ensure you have opentofu (or terraform CLI installed).
The sample scripts relly on `tofu` command, but its 100% compatible with `terraform` CLI.

Ensure the tofu CLI is installed by calling:
```sh
brew install opentofu
```

Save a new version of the template file `examples/kyma-on-btp-basic/local-template.tfvars` as `examples/kyma-on-btp-basic/local.tfvars`. Provide values for input variables.

Run the example:
Expand Down
24 changes: 12 additions & 12 deletions examples/kyma-on-btp-basic/local-template.tfvars
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# BTP_USE_SUBACCOUNT_ID =
# BTP_NEW_SUBACCOUNT_NAME =
BTP_SA_REGION =
BTP_BOT_USER =
BTP_BOT_PASSWORD =
BTP_GLOBAL_ACCOUNT=
BTP_BACKEND_URL=
BTP_CUSTOM_IAS_TENANT=
BTP_CUSTOM_IAS_DOMAIN=
BTP_KYMA_PLAN=
BTP_KYMA_REGION=
BTP_PROVIDER_SUBACCOUNT_ID=
# BTP_USE_SUBACCOUNT_ID = ""
# BTP_NEW_SUBACCOUNT_NAME = ""
BTP_SA_REGION = ""
BTP_BOT_USER = ""
BTP_BOT_PASSWORD = ""
BTP_GLOBAL_ACCOUNT = ""
BTP_BACKEND_URL = ""
BTP_CUSTOM_IAS_TENANT = ""
BTP_CUSTOM_IAS_DOMAIN = ""
BTP_KYMA_PLAN = ""
BTP_KYMA_REGION = ""
BTP_PROVIDER_SUBACCOUNT_ID = ""

0 comments on commit 831beb7

Please sign in to comment.