File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
articles/virtual-machines/windows Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,19 +52,19 @@ In this article, you learn how to:
52
52
53
53
1 . Create a file named ` providers.tf ` and insert the following code:
54
54
55
- [ !code-terraform[ master] ( ~/terraform_samples/quickstart/101-vm-with-infrastructure /providers.tf )]
55
+ [ !code-terraform[ master] ( ~/terraform_samples/quickstart/101-windows- vm-with-iis-server /providers.tf )]
56
56
57
57
1 . Create a file named ` main.tf ` and insert the following code:
58
58
59
- [ !code-terraform[ master] ( ~/terraform_samples/quickstart/101-vm-with-infrastructure /main.tf )]
59
+ [ !code-terraform[ master] ( ~/terraform_samples/quickstart/101-windows- vm-with-iis-server /main.tf )]
60
60
61
61
1 . Create a file named ` variables.tf ` and insert the following code:
62
62
63
63
[ !code-terraform[ master] ( ~/terraform_samples/quickstart/101-windows-vm-with-iis-server/variables.tf )]
64
64
65
65
1 . Create a file named ` outputs.tf ` and insert the following code:
66
66
67
- [ !code-terraform[ master] ( ~/terraform_samples/quickstart/101-vm-with-infrastructure /outputs.tf )]
67
+ [ !code-terraform[ master] ( ~/terraform_samples/quickstart/101-windows- vm-with-iis-server /outputs.tf )]
68
68
69
69
## Initialize Terraform
70
70
You can’t perform that action at this time.
0 commit comments