https://github.com/solaegis/ot-google
OpenTofu modules for Google Cloud
https://github.com/solaegis/ot-google
google-cloud modules opentofu
Last synced: about 1 month ago
JSON representation
OpenTofu modules for Google Cloud
- Host: GitHub
- URL: https://github.com/solaegis/ot-google
- Owner: solaegis
- Created: 2025-12-12T19:12:32.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-12-13T13:08:34.000Z (3 months ago)
- Last Synced: 2025-12-14T18:33:29.309Z (3 months ago)
- Topics: google-cloud, modules, opentofu
- Language: HCL
- Homepage:
- Size: 3.11 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ot-google




This repository contains OpenTofu configuration for managing Google Cloud Platform resources.
## 🛠️ Development
### Pre-commit Hooks
This repository uses [pre-commit](https://pre-commit.com/) to enforce code quality and consistency.
To set up the hooks locally:
```bash
# 1. Install pre-commit
brew install pre-commit # macOS
# 2. Install the hooks
pre-commit install
```
This will run checks (OpenTofu formatting, validation, docs generation, Python formatting) automatically before every commit.