This commit is contained in:
Bitor Tonixa Balenca 2023-12-19 23:31:45 +00:00
parent 279212a79a
commit a23ae43735
No known key found for this signature in database
GPG key ID: AF4454DAA92FA1F4

View file

@ -76,7 +76,7 @@ For this we just
terraform plan -out tf_plan.state
```
The end result should be a `json` file containing the terraform state to be executed.
The end result should be a `binary` file containing the terraform state to be executed.
To finally apply the terraform changes we need to run
```sh