Skip to content

Commit 439135f

Browse files
committed
updates3
1 parent 59e38a2 commit 439135f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/bastion/quickstart-deploy-terraform.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,16 @@ Deploying Azure Bastion allows you to use RDP and SSH to access to your virtual
4646
1. Create a directory in which to test and run the sample Terraform code, and make it the current directory.
4747

4848
1. Create a file named `main.tf`, and insert the following code:
49-
:::code language="Terraform" source="~/terraform_samples/quickstart/101-azure-bastion-host/main.tf":::
49+
:::code language="Terraform" source="~/terraform_samples/quickstart/101-azure-bastion-host/main.tf":::
5050

5151
1. Create a file named `outputs.tf`, and insert the following code:
52-
:::code language="Terraform" source="~/terraform_samples/quickstart/101-azure-bastion-host/outputs.tf":::
52+
:::code language="Terraform" source="~/terraform_samples/quickstart/101-azure-bastion-host/outputs.tf":::
5353

5454
1. Create a file named `providers.tf`, and insert the following code:
55-
:::code language="Terraform" source="~/terraform_samples/quickstart/101-azure-bastion-host/providers.tf":::
55+
:::code language="Terraform" source="~/terraform_samples/quickstart/101-azure-bastion-host/providers.tf":::
5656

5757
1. Create a file named `variables.tf`, and insert the following code:
58-
:::code language="Terraform" source="~/terraform_samples/quickstart/101-azure-bastion-host/variables.tf":::
58+
:::code language="Terraform" source="~/terraform_samples/quickstart/101-azure-bastion-host/variables.tf":::
5959

6060
## Initialize Terraform
6161

0 commit comments

Comments
 (0)