Skip to content

Commit 79cb765

Browse files
authored
docs(terraform): markdown fix, formatting (bregman-arie#285)
1 parent ec96e34 commit 79cb765

File tree

1 file changed

+2
-2
lines changed
  • topics/terraform/exercises/terraform_local_provider

1 file changed

+2
-2
lines changed

topics/terraform/exercises/terraform_local_provider/exercise.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ resource "local_file" "mario_local_file" {
1515
```
1616
3. Run `terraform init`. What did it do?
1717
4. Run `terraform plan`. What Terraform is going to perform?
18-
5. Finally, run 'terraform apply' and verify the file was created
18+
5. Finally, run `terraform apply` and verify the file was created
1919

2020
## Solution
2121

22-
Click [here to view the solution](solution.md)
22+
Click [here to view the solution](solution.md)

0 commit comments

Comments
 (0)