diff --git a/examples/README.md b/examples/README.md index 60e4a9d..4b360eb 100644 --- a/examples/README.md +++ b/examples/README.md @@ -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: diff --git a/examples/kyma-on-btp-basic/local-template.tfvars b/examples/kyma-on-btp-basic/local-template.tfvars index fb1245d..22b3bdb 100644 --- a/examples/kyma-on-btp-basic/local-template.tfvars +++ b/examples/kyma-on-btp-basic/local-template.tfvars @@ -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= \ No newline at end of file +# 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 = "" \ No newline at end of file