aboutsummaryrefslogtreecommitdiff
path: root/opentofu/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'opentofu/README.md')
-rw-r--r--opentofu/README.md9
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.