Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imjoseangel/terraform-azurerm-subnet
Terraform Module for deploying an Azure Subnet
https://github.com/imjoseangel/terraform-azurerm-subnet
azure cloud subnet terraform terraform-module
Last synced: 2 days ago
JSON representation
Terraform Module for deploying an Azure Subnet
- Host: GitHub
- URL: https://github.com/imjoseangel/terraform-azurerm-subnet
- Owner: imjoseangel
- License: mit
- Created: 2021-12-15T07:04:55.000Z (about 3 years ago)
- Default Branch: devel
- Last Pushed: 2024-05-13T04:25:18.000Z (8 months ago)
- Last Synced: 2024-05-15T20:13:55.717Z (8 months ago)
- Topics: azure, cloud, subnet, terraform, terraform-module
- Language: HCL
- Homepage:
- Size: 174 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# terraform-azurerm-subnet
[![Terraform](https://github.com/imjoseangel/terraform-azurerm-subnet/actions/workflows/terraform.yml/badge.svg)](https://github.com/imjoseangel/terraform-azurerm-subnet/actions/workflows/terraform.yml)
## Deploys a subnet on Azure with route table and network security group
This Terraform module deploys a subnet on Azure
### NOTES
* A Vnet needs to be created beforehand
## Usage in Terraform 1.0
```terraform
module "subnet" {
source = "github.com/imjoseangel/terraform-azurerm-subnet"
name = "mysubnet"
resource_group_name = "rsg-subnet"
}
```## Authors
Originally created by [imjoseangel](http://github.com/imjoseangel)
## License
[MIT](LICENSE)