From a23ae437354d7954614552fea31ceb4db74251bd Mon Sep 17 00:00:00 2001 From: Bitor Tonixa Balenca Date: Tue, 19 Dec 2023 23:31:45 +0000 Subject: [PATCH] Fix doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ff172d..be23bb4 100644 --- a/README.md +++ b/README.md @@ -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