Skip to content

Commit

Permalink
Rename vm to backend
Browse files Browse the repository at this point in the history
- rename directory
- update README with basic info
- adjust .precommit
  • Loading branch information
wawrzek committed Oct 10, 2024
1 parent 2871574 commit 63269df
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ repos:
name: tfdocs - network module
args: ["network"]
- id: terraform-docs-go
name: tfdocs - vm module
args: ["vm"]
name: tfdocs - backend module
args: ["backend"]
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,17 @@
# otofu-modules
Modules for Open Tofu (Terraform)

## Module list

- backend - vm for the backend
- network - GCP network (for backend)


# Repository Technical info

Each module requires an extra Terraform Docs PreCommit hook. E.g.:
```
- id: terraform-docs-go
name: tfdocs - backend module
args: ["backend"]
```
2 changes: 1 addition & 1 deletion vm/README.md → backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This module a backend VM and instance group based on it.

# Versions
- vm-1 - initial backend vm
- backend-1 - initial backend vm

# TF Docs
<!-- BEGIN_TF_DOCS -->
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 63269df

Please sign in to comment.