6.5 KiB
6.5 KiB
Changelog
3.2.0 (2022-12-08)
Merged pull requests:
- Add new variable
use_for_each
so we can usefor_each
to create multiple resource instances. #92 (lonegunmanb)
3.1.0 (2022-12-07)
Merged pull requests:
- Bump tflint plugin version, add new rule #91 (lonegunmanb)
- Ci updating breaking-change-detect #90 (Pumpkin-3906)
- Upgrade
terraform-module-test-helper
lib so we can get rid of override file to execute version upgrade test #89 (lonegunmanb) - Add support for
bgp_community
#88 (lonegunmanb) - update outputs.tf to bracket syntax #86 (Pumpkin-3906)
- Add update changelog step in CI pipeline, update pull request template #82 (lonegunmanb)
- Bump test helper version #79 (lonegunmanb)
3.0.0 (2022-10-18)
Implemented enhancements:
- Allow configure enforce_private_link_endpoint_network_policies and enforce_private_link_service_network_policies params for subnets #40 (mathsnunes)
Merged pull requests:
- Add a CI step to detect potential breaking changes. #75 (lonegunmanb)
- Limit
azurerm
's version to>= 3.11, < 4.0
#74 (lonegunmanb) - Fix default subnet prefixes #73 (lonegunmanb)
- Remove datasource
azurerm_resource_group.vnet
. #72 (lonegunmanb) - Prepare for CI #71 (lonegunmanb)
- add ddos_protection_plan configuration to vnet #66 (jeongkyeong)
- Adding Microsoft SECURITY.MD #64 (microsoft-github-policy-service[bot])
- fix: correct typo in description of vnet_subnets output #58 (mrparkers)
- Added new output "vnet_subnets_name_id" #55 (vinshetty)
- Add delegation support to subnet #48 (stanleyz)
- add variable
vnet_location
to customize vnet location #45 (yupwei68) - Update README.md #42 (sionsmith)
- Docker fix #39 (yupwei68)
- Integration of Terramodtest 0.8.0 #38 (yupwei68)
- Create pull_request_template.md #37 (yupwei68)
- Add local variables to prevent unnecessary force replacement and update ReadMe #36 (yupwei68)
- Update README.md #35 (stephaneclavel)
- Update README.md #34 (allengeer)
- Terraform 0.13 support #30 (yupwei68)
- Update deprecated field
address_prefix
#29 (yupwei68) - Remove resources reference quotes #26 (bamaralf)
- Support Azurerm 2.0 and removal of resource group #24 (yupwei68)
- Add Terratest #14 (foreverXZC)
- Add route tables to subnets #7 (jmapro)
- Adding support for associating a subnet and network security group #6 (rguthriemsft)
- Updated the name to vnet in Readme #5 (VaijanathB)
- updating travls to correct script #4 (rguthriemsft)
- Updating travis and dockerfile #3 (rguthriemsft)
- Fixing test to use local files #2 (rguthriemsft)
- Update README.md #1 (rguthriemsft)
* This Changelog was automatically generated by github_changelog_generator