Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/appvia/terraform-azure-module-template
- Owner: appvia
- License: gpl-3.0
- Created: 2024-12-20T10:22:20.000Z (7 days ago)
- Default Branch: main
- Last Pushed: 2024-12-20T16:27:36.000Z (7 days ago)
- Last Synced: 2024-12-20T17:33:24.270Z (7 days ago)
- Topics: cicd, github-actions, terraform, terraform-module
- Language: Makefile
- Homepage:
- Size: 200 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
![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.