diff options
author | clyhtsuriva <aimeric@adjutor.xyz> | 2025-01-31 21:55:57 +0100 |
---|---|---|
committer | clyhtsuriva <aimeric@adjutor.xyz> | 2025-01-31 21:55:57 +0100 |
commit | fc38318929e79cb8cea9e6b7baca1690e30cba8d (patch) | |
tree | dcf57054a7bd5c63a2b29e579b0069e795327d65 /opentofu/environments | |
parent | b0f1598dd0a8875d85e6c8410d3072b6f2680023 (diff) |
Replace terraform by opentofu
Diffstat (limited to 'opentofu/environments')
-rw-r--r-- | opentofu/environments/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/opentofu/environments/README.md b/opentofu/environments/README.md new file mode 100644 index 0000000..be0c0ac --- /dev/null +++ b/opentofu/environments/README.md @@ -0,0 +1,7 @@ +# OpenTofu Environments + +This folder contains environment-specific OpenTofu configurations. + +## Environments +- **dev/**: Development environment. +- **prod/**: Production environment. |