Open kino505 opened 3 years ago
Correct. Currently, only bson plans are supported. I didn't know it was possible to use terraform plan
to generate a JSON format plan file. I can't find the option anywhere on this page.
Oh, it is not direct path:) terraform plan -out=plan.save terraform show -json plan.save
Ah, no, that is currently not supported. Only the output of terraform plan
is supported.
Ok. I understood. Thank You for your answer. It will be useful when using several dedicated modules in a sequence (one by one).
I didn't find a possibility of processing plan files in JSON format. What a pity. Is it hard to realize?