chore: improved markdown article and syntax

This commit is contained in:
Michele Cereda
2023-03-25 20:33:56 +01:00
parent 2cf9c625d9
commit d0fb062913
21 changed files with 83 additions and 52 deletions

View File

@@ -136,7 +136,7 @@ variable "my_list" {
}
```
```text
```txt
Terraform will perform the following actions:
# null_resource.default[0] must be replaced
@@ -191,7 +191,7 @@ Use the `-replace=resource_path` option during a `plan` or `apply`:
terraform apply -replace=aws_instance.example
```
```text
```txt
# aws_instance.example will be replaced, as requested
-/+ resource "aws_instance" "example" {