File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
articles/cosmos-db/mongodb/vcore Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ This document provides instructions on using Terraform to deploy Azure Cosmos DB
19
19
- An Azure subscription.
20
20
21
21
## Terraform Configuration
22
- Create a main.tf file and include the following configuration:
22
+ Create a main.tf file and include the following configuration. Replace the resource group placeholder values with your own :
23
23
24
24
``` hcl
25
25
terraform {
@@ -33,9 +33,9 @@ terraform {
33
33
provider "azurerm" {
34
34
features {}
35
35
}
36
- resource "azurerm_resource_group" "example" {
37
- name = "gemin"
38
- location = "West Europe"
36
+ resource "azurerm_resource_group" "example" { # replace if needed
37
+ name = "RESOURCE_GROUP" # replace
38
+ location = "West Europe" # replace if needed
39
39
}
40
40
resource "azurerm_resource_group_template_deployment" "terraform-arm" {
41
41
name = "terraform-arm-01"
@@ -133,4 +133,4 @@ terraform apply "main.tfplan"
133
133
## Next steps
134
134
135
135
> [ !div class="nextstepaction"]
136
- > [ Migration options for Azure Cosmos DB for MongoDB vCore] ( migration-options.md )
136
+ > [ Migration options for Azure Cosmos DB for MongoDB vCore] ( migration-options.md )
You can’t perform that action at this time.
0 commit comments