Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/appvia/terraform-azure-module-template

A template repository which can be used by all Azure terraform modules
https://github.com/appvia/terraform-azure-module-template

cicd github-actions terraform terraform-module

Last synced: 3 days ago
JSON representation

A template repository which can be used by all Azure terraform modules

Awesome Lists containing this project

README

        

Appvia Banner

Latest Release Slack Community Contributors

![Github Actions](../../actions/workflows/terraform.yml/badge.svg)

# Terraform

## Description

Add a description of the module here

## Usage

Add example usage here

```hcl
module "example" {
source = "appvia//azure"
version = "0.0.1"

# insert variables here
}
```

## Update Documentation

The `terraform-docs` utility is used to generate this README. Follow the below steps to update:

1. Make changes to the `.terraform-docs.yml` file
2. Fetch the `terraform-docs` binary (https://terraform-docs.io/user-guide/installation/)
3. Run `terraform-docs markdown table --output-file ${PWD}/README.md --output-mode inject .`

## Providers

No providers.

## Inputs

No inputs.

## Outputs

No outputs.