equinor / terraform-baseline

Best practices for creating reusable Terraform modules using the Azure provider
https://equinor.github.io/terraform-baseline/
MIT License
12 stars 5 forks source link

Add subnet submodule in network module #158

Open hknutsen opened 5 months ago

hknutsen commented 5 months ago

Module Name

network

Description

Add a submodule subnet as a "backend" to the complex subnets variable in the main module.

While it might seem like an unnecessary abstraction, it will allow us to write more detailed documentation for the subnet-specific inputs.

Example Terraform Configuration

No response