Skip to content

Commit

Permalink
chore:docs: remove versions and add docs toe examples
Browse files Browse the repository at this point in the history
  • Loading branch information
TheIronRock95 committed Jan 19, 2023
1 parent c2c1d75 commit d10b571
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 26 deletions.
36 changes: 36 additions & 0 deletions examples/virtual-network/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Terraform module | AzureRM - Virtual Network

This Terraform module is designed to create a virtual network for Azure.

## Pre-requisites

Using the modules requires the following pre-requisites:
* Active Azure account and subscription

## Usage

`virtual-network`

```hcl
module "virtual-network" {
source = "TheIronRock95/virtualnetwork/azurerm"
version = "x.x.x"
name = var.virtual_network_name
location = var.azure_location
resource_group_name = var.resource_group_name
address_space = var.virtual_network_cidr
}
```

## Authors

The module is maintained by [Wouter Damman](https://github.com/TheIronRock95)

## Documentation

> product: https://azure.microsoft.com/en-us/
>
> Provider: https://registry.terraform.io/providers/hashicorp/azurerm/latest
>
> Documentation: https://learn.microsoft.com/en-us/azure/?product=popular
13 changes: 0 additions & 13 deletions examples/virtual-network/versions.tf

This file was deleted.

13 changes: 0 additions & 13 deletions versions.tf

This file was deleted.

0 comments on commit d10b571

Please sign in to comment.