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