Skip to content

Commit 7fe1840

Browse files
authored
Merge pull request #6 from MicrosoftCloudEssentials-LearningHub/format
format
2 parents 84983bc + 683f9a0 commit 7fe1840

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ Last updated: 2025-06-03
8484
<img src="https://github.com/user-attachments/assets/21ec5d04-1c9b-4273-ad98-7b46186de78e" alt="Centered Image" style="border: 2px solid #4CAF50; border-radius: 5px; padding: 5px;"/>
8585
</div>
8686

87-
8887
## Important Considerations for Production Environment
8988

9089
<details>
@@ -153,8 +152,8 @@ Last updated: 2025-06-03
153152
- An `Azure subscription is required`. All other resources, including instructions for creating a Resource Group, are provided in this workshop.
154153
- `Contributor role assigned or any custom role that allows`: access to manage all resources, and the ability to deploy resources within subscription.
155154
- If you choose to use the Terraform approach, please ensure that:
156-
- [Terraform is installed on your local machine](https://developer.hashicorp.com/terraform/tutorials/azure-get-started/install-cli#install-terraform).
157-
- [Install the Azure CLI](https://learn.microsoft.com/en-us/cli/azure/install-azure-cli) to work with both Terraform and Azure commands.
155+
- [Terraform is installed on your local machine](https://developer.hashicorp.com/terraform/tutorials/azure-get-started/install-cli#install-terraform).
156+
- [Install the Azure CLI](https://learn.microsoft.com/en-us/cli/azure/install-azure-cli) to work with both Terraform and Azure commands.
158157

159158
## Where to start?
160159

terraform-infrastructure/main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,4 +331,3 @@ resource "null_resource" "cosmosdb_sql_role_assignment" {
331331
azurerm_cosmosdb_account.cosmosdb
332332
]
333333
}
334-

terraform-infrastructure/variables.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,3 @@ variable "throughput" {
6767
description = "The throughput (RU/s) to be allocated to the Cosmos DB SQL database or container."
6868
default = 400
6969
}
70-

0 commit comments

Comments
 (0)