From 6135497b6b4837cb8bd65bc093b48ef6a14fbf7d Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Mon, 3 Feb 2025 13:05:15 +0100 Subject: opentofu: adds infos about script in root README.md --- opentofu/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/opentofu/README.md b/opentofu/README.md index 25e57d9..f47e00e 100644 --- a/opentofu/README.md +++ b/opentofu/README.md @@ -15,6 +15,15 @@ OpenTofu is used to define, manage, and provision infrastructure as code (IaC). - **`variables.tf`** – Definitions of input variables used across the configuration. - **`versions.tf`** – Specifies required OpenTofu and provider versions to maintain compatibility. +## **Script** + +Created a small script to init, fmt, and plan. + +```sh +./init-validate-plan.sh plan.out +tofu apply "plan.out" +``` + ## **Credentials** There needs to be a file with credentials in them. -- cgit v1.2.3