File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
articles/notification-hubs Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -43,21 +43,21 @@ In this article, you learn how to:
43
43
44
44
1 . Create a directory in which to test and run the sample Terraform code and make it the current directory.
45
45
46
- 1 . Create a file named ` main .tf` and insert the following code:
46
+ 1 . Create a file named ` providers .tf` and insert the following code:
47
47
48
- [ !code-terraform[ master] ( ~/terraform_samples/quickstart/terraform/quickstart/ 101-notification-hub/main .tf )]
48
+ [ !code-terraform[ master] ( ~/terraform_samples/quickstart/101-notification-hub/providers .tf )]
49
49
50
- 1 . Create a file named ` outputs .tf` and insert the following code:
50
+ 1 . Create a file named ` main .tf` and insert the following code:
51
51
52
- [ !code-terraform[ master] ( ~/terraform_samples/quickstart/terraform/quickstart/ 101-notification-hub/outputs .tf )]
52
+ [ !code-terraform[ master] ( ~/terraform_samples/quickstart/101-notification-hub/main .tf )]
53
53
54
- 1 . Create a file named ` providers .tf` and insert the following code:
54
+ 1 . Create a file named ` variables .tf` and insert the following code:
55
55
56
- [ !code-terraform[ master] ( ~/terraform_samples/quickstart/terraform/quickstart/ 101-notification-hub/providers .tf )]
56
+ [ !code-terraform[ master] ( ~/terraform_samples/quickstart/101-notification-hub/variables .tf )]
57
57
58
- 1 . Create a file named ` variables .tf` and insert the following code:
58
+ 1 . Create a file named ` outputs .tf` and insert the following code:
59
59
60
- [ !code-terraform[ master] ( ~/terraform_samples/quickstart/terraform/quickstart/ 101-notification-hub/variables .tf )]
60
+ [ !code-terraform[ master] ( ~/terraform_samples/quickstart/101-notification-hub/outputs .tf )]
61
61
62
62
## Initialize Terraform
63
63
You can’t perform that action at this time.
0 commit comments