diff options
author | clyhtsuriva <aimeric@adjutor.xyz> | 2025-02-03 13:05:15 +0100 |
---|---|---|
committer | clyhtsuriva <aimeric@adjutor.xyz> | 2025-02-03 13:05:15 +0100 |
commit | 6135497b6b4837cb8bd65bc093b48ef6a14fbf7d (patch) | |
tree | b34402bc4bf26e57d60b4be06bd2766ef1e3ab7e /opentofu | |
parent | d26133790a82e30955aeaa0327a30616788b9aee (diff) |
opentofu: adds infos about script in root README.md
Diffstat (limited to 'opentofu')
-rw-r--r-- | opentofu/README.md | 9 |
1 files changed, 9 insertions, 0 deletions
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. |