We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec96e34 commit 79cb765Copy full SHA for 79cb765
topics/terraform/exercises/terraform_local_provider/exercise.md
@@ -15,8 +15,8 @@ resource "local_file" "mario_local_file" {
15
```
16
3. Run `terraform init`. What did it do?
17
4. Run `terraform plan`. What Terraform is going to perform?
18
-5. Finally, run 'terraform apply' and verify the file was created
+5. Finally, run `terraform apply` and verify the file was created
19
20
## Solution
21
22
-Click [here to view the solution](solution.md)
+Click [here to view the solution](solution.md)
0 commit comments