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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ 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