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 @@ -43,16 +43,16 @@ An Azure Recovery Services vault is a storage entity in Azure that houses data s
43
43
1 . Create a directory in which to test and run the sample Terraform code, and make it the current directory.
44
44
45
45
1 . Create a file named ` main.tf ` , and insert the following code:
46
- :::code language="Terraform" source="~ /terraform_samples/quickstart/101-azure-recovery-services/main.tf":::
46
+ :::code language="Terraform" source="~ /terraform_samples/quickstart/101-azure-recovery-services/main.tf":::
47
47
48
48
1 . Create a file named ` outputs.tf ` , and insert the following code:
49
- :::code language="Terraform" source="~ /terraform_samples/quickstart/101-azure-recovery-services/outputs.tf":::
49
+ :::code language="Terraform" source="~ /terraform_samples/quickstart/101-azure-recovery-services/outputs.tf":::
50
50
51
51
1 . Create a file named ` providers.tf ` , and insert the following code:
52
- :::code language="Terraform" source="~ /terraform_samples/quickstart/101-azure-recovery-services/providers.tf":::
52
+ :::code language="Terraform" source="~ /terraform_samples/quickstart/101-azure-recovery-services/providers.tf":::
53
53
54
54
1 . Create a file named ` variables.tf ` , and insert the following code:
55
- :::code language="Terraform" source="~ /terraform_samples/quickstart/101-azure-recovery-services/variables.tf":::
55
+ :::code language="Terraform" source="~ /terraform_samples/quickstart/101-azure-recovery-services/variables.tf":::
56
56
57
57
## Initialize Terraform
58
58
You can’t perform that action at this time.
0 commit comments