From 12215aed6041669131f37148e75bcb9bc415752d Mon Sep 17 00:00:00 2001 From: Shakir Almasaari <35549045+shakir85@users.noreply.github.com> Date: Fri, 7 Feb 2025 22:07:59 -0800 Subject: [PATCH] Update README.md --- README.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index ba6369f..1c7d152 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,16 @@ -# Terraform Modules +![GitHub Release](https://img.shields.io/github/v/release/shakir85/Terraform-Modules) [![TF Docs](https://github.com/shakir85/Terraform-Modules/actions/workflows/docs.yml/badge.svg)](https://github.com/shakir85/Terraform-Modules/actions/workflows/docs.yml) [![TF Lint](https://github.com/shakir85/Terraform-Modules/actions/workflows/lint.yml/badge.svg)](https://github.com/shakir85/Terraform-Modules/actions/workflows/lint.yml) ![License](https://img.shields.io/github/license/shakir85/Terraform-Modules) ![Issues](https://img.shields.io/github/issues/shakir85/Terraform-Modules) -This repository contains Terraform modules for managing Proxmox environment. Use these modules to automate various tasks on your Proxmox cluster. I intend to keep it clean and simple, and add more features to it. +## Overview + +This repository contains reusable Terraform modules for managing Proxmox infrastructure. ## Provider in use -The modules in this repo use the following providers: - [bpg/proxmox](https://registry.terraform.io/providers/bpg/proxmox/latest) For VMs, and image files. - [telmate/proxmox](https://registry.terraform.io/namespaces/Telmate) For LXC containers. -## Modules - -Currently, the following modules are available: +## Available Modules -- [VM](proxmox/vm/) module, [Example script](./usage/proxmox.vm.md). -- [LXC module](proxmox/lxc/) module, [Example script](./usage/proxmox.lxc.md) -- [Cloud-image](proxmox/get-cloud-image/) download module. +- [VM](proxmox/vm/) resource, [Example script](./usage/proxmox.vm.md). +- [LXC](proxmox/lxc/) resource, [Example script](./usage/proxmox.lxc.md) +- [Cloud-image](proxmox/get-cloud-image/) file download into pve environment.