From 0995e4ac23b59ee308d3636a1b7e887226b87f84 Mon Sep 17 00:00:00 2001 From: prajin-op Date: Tue, 10 Dec 2024 12:59:20 +0530 Subject: [PATCH] chore: Update documentation for SIT --- released/SAP-Inside-Tracks/SITBLR_DEC_2024/README.md | 4 +--- .../SAP-Inside-Tracks/{SITBLR2024 => SITBLR_OCT_2024}/main.tf | 0 .../{SITBLR2024 => SITBLR_OCT_2024}/provider.tf | 0 .../{SITBLR2024 => SITBLR_OCT_2024}/readme.md | 0 .../{SITBLR2024 => SITBLR_OCT_2024}/samples.tfvars | 0 .../{SITBLR2024 => SITBLR_OCT_2024}/variables.tf | 0 6 files changed, 1 insertion(+), 3 deletions(-) rename released/SAP-Inside-Tracks/{SITBLR2024 => SITBLR_OCT_2024}/main.tf (100%) rename released/SAP-Inside-Tracks/{SITBLR2024 => SITBLR_OCT_2024}/provider.tf (100%) rename released/SAP-Inside-Tracks/{SITBLR2024 => SITBLR_OCT_2024}/readme.md (100%) rename released/SAP-Inside-Tracks/{SITBLR2024 => SITBLR_OCT_2024}/samples.tfvars (100%) rename released/SAP-Inside-Tracks/{SITBLR2024 => SITBLR_OCT_2024}/variables.tf (100%) diff --git a/released/SAP-Inside-Tracks/SITBLR_DEC_2024/README.md b/released/SAP-Inside-Tracks/SITBLR_DEC_2024/README.md index 7fca23fb..a5f71163 100644 --- a/released/SAP-Inside-Tracks/SITBLR_DEC_2024/README.md +++ b/released/SAP-Inside-Tracks/SITBLR_DEC_2024/README.md @@ -60,9 +60,7 @@ Validate that the values are set via: ## Summary -You've now prepared your development environment and have all information to finally start using Terraform provider for SAP BTP. - - +Your development environment is now ready, and you have all the necessary information to start using the Terraform provider to create and manage an SAP BTP subaccount with Cloud Foundry (CF) resources. This setup provisions the subaccount with a name, subdomain, labels, and user roles. It also enables services like SAP Business Application Studio (BAS) and configures a CF environment with an organization and space. Additionally, user roles, such as space managers and space developers, are assigned to the CF space. ## Exercises 📚 diff --git a/released/SAP-Inside-Tracks/SITBLR2024/main.tf b/released/SAP-Inside-Tracks/SITBLR_OCT_2024/main.tf similarity index 100% rename from released/SAP-Inside-Tracks/SITBLR2024/main.tf rename to released/SAP-Inside-Tracks/SITBLR_OCT_2024/main.tf diff --git a/released/SAP-Inside-Tracks/SITBLR2024/provider.tf b/released/SAP-Inside-Tracks/SITBLR_OCT_2024/provider.tf similarity index 100% rename from released/SAP-Inside-Tracks/SITBLR2024/provider.tf rename to released/SAP-Inside-Tracks/SITBLR_OCT_2024/provider.tf diff --git a/released/SAP-Inside-Tracks/SITBLR2024/readme.md b/released/SAP-Inside-Tracks/SITBLR_OCT_2024/readme.md similarity index 100% rename from released/SAP-Inside-Tracks/SITBLR2024/readme.md rename to released/SAP-Inside-Tracks/SITBLR_OCT_2024/readme.md diff --git a/released/SAP-Inside-Tracks/SITBLR2024/samples.tfvars b/released/SAP-Inside-Tracks/SITBLR_OCT_2024/samples.tfvars similarity index 100% rename from released/SAP-Inside-Tracks/SITBLR2024/samples.tfvars rename to released/SAP-Inside-Tracks/SITBLR_OCT_2024/samples.tfvars diff --git a/released/SAP-Inside-Tracks/SITBLR2024/variables.tf b/released/SAP-Inside-Tracks/SITBLR_OCT_2024/variables.tf similarity index 100% rename from released/SAP-Inside-Tracks/SITBLR2024/variables.tf rename to released/SAP-Inside-Tracks/SITBLR_OCT_2024/variables.tf