docs(terraform): markdown fix, formatting (#285)

This commit is contained in:
Arthur Lutz
2022-09-07 16:36:08 +02:00
committed by GitHub
parent ec96e34907
commit 79cb765237

View File

@@ -15,8 +15,8 @@ resource "local_file" "mario_local_file" {
```
3. Run `terraform init`. What did it do?
4. Run `terraform plan`. What Terraform is going to perform?
5. Finally, run 'terraform apply' and verify the file was created
5. Finally, run `terraform apply` and verify the file was created
## Solution
Click [here to view the solution](solution.md)
Click [here to view the solution](solution.md)