diff --git a/README.md b/README.md
index deb7b4d..3b08d2f 100644
--- a/README.md
+++ b/README.md
@@ -84,7 +84,6 @@ Last updated: 2025-06-03
-
## Important Considerations for Production Environment
@@ -153,8 +152,8 @@ Last updated: 2025-06-03
- An `Azure subscription is required`. All other resources, including instructions for creating a Resource Group, are provided in this workshop.
- `Contributor role assigned or any custom role that allows`: access to manage all resources, and the ability to deploy resources within subscription.
- If you choose to use the Terraform approach, please ensure that:
- - [Terraform is installed on your local machine](https://developer.hashicorp.com/terraform/tutorials/azure-get-started/install-cli#install-terraform).
- - [Install the Azure CLI](https://learn.microsoft.com/en-us/cli/azure/install-azure-cli) to work with both Terraform and Azure commands.
+ - [Terraform is installed on your local machine](https://developer.hashicorp.com/terraform/tutorials/azure-get-started/install-cli#install-terraform).
+ - [Install the Azure CLI](https://learn.microsoft.com/en-us/cli/azure/install-azure-cli) to work with both Terraform and Azure commands.
## Where to start?
diff --git a/terraform-infrastructure/main.tf b/terraform-infrastructure/main.tf
index 9a89281..25a04d8 100644
--- a/terraform-infrastructure/main.tf
+++ b/terraform-infrastructure/main.tf
@@ -331,4 +331,3 @@ resource "null_resource" "cosmosdb_sql_role_assignment" {
azurerm_cosmosdb_account.cosmosdb
]
}
-
diff --git a/terraform-infrastructure/variables.tf b/terraform-infrastructure/variables.tf
index 657a8f2..5d84313 100644
--- a/terraform-infrastructure/variables.tf
+++ b/terraform-infrastructure/variables.tf
@@ -67,4 +67,3 @@ variable "throughput" {
description = "The throughput (RU/s) to be allocated to the Cosmos DB SQL database or container."
default = 400
}
-