File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -46,16 +46,16 @@ Deploying Azure Bastion allows you to use RDP and SSH to access to your virtual
46
46
1 . Create a directory in which to test and run the sample Terraform code, and make it the current directory.
47
47
48
48
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":::
50
50
51
51
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":::
53
53
54
54
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":::
56
56
57
57
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":::
59
59
60
60
## Initialize Terraform
61
61
You can’t perform that action at this time.
0 commit comments