Releases: Azure/terraform-azurerm-loadbalancer
Releases · Azure/terraform-azurerm-loadbalancer
4.2.0
- Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 in /test #75 (dependabot[bot])
- Bump github.com/gruntwork-io/terratest from 0.41.10 to 0.41.11 in /test #74 (dependabot[bot])
- Bump github.com/Azure/terraform-module-test-helper from 0.8.1 to 0.9.1 in /test #73 (dependabot[bot])
- Bump golang.org/x/net from 0.1.0 to 0.7.0 in /test #72 (dependabot[bot])
- Bump github.com/hashicorp/go-getter from 1.6.1 to 1.7.0 in /test #71 (dependabot[bot])
- Bump github.com/hashicorp/go-getter/v2 from 2.1.1 to 2.2.0 in /test #70 (dependabot[bot])
- Capture the iterator variable to avoid concurrent test error #69 (lonegunmanb)
- Bump github.com/Azure/terraform-module-test-helper from 0.7.1 to 0.8.1 in /test #68 (dependabot[bot])
- Add support for
enable_floating_ip
#66 (jiaweitao001)
4.1.0
- Add support for
private_ip_address_version
#65 (jiaweitao001) - Add support for
lb_sku_tier
#64 (jiaweitao001) - Adding Microsoft SECURITY.MD #62 (microsoft-github-policy-service[bot])
- Bump github.com/Azure/terraform-module-test-helper from 0.6.0 to 0.7.1 in /test #61 (dependabot[bot])
- Add version upgrade test #60 (lonegunmanb)
- Add new variables to set subnet by name #59 (jiaweitao001)
- Add support for disable_outbound_snat #58 (jiaweitao001)
4.0.0
- Bump github.com/gruntwork-io/terratest from 0.41.7 to 0.41.9 in /test #57 (dependabot[bot])
- Deprecate outdated syntax #56 (lonegunmanb)
- Reorder arguments, variables, outputs, locals to meet the codex requirement. #55 (lonegunmanb)
- Rewrite pull request #41 so we can customize arguments for public ip. #54 (lonegunmanb)
- Bump github.com/Azure/terraform-module-test-helper from 0.3.0 to 0.6.0 in /test #51 (dependabot[bot])
- Bump github.com/gruntwork-io/terratest from 0.41.6 to 0.41.7 in /test #50 (dependabot[bot])
- Add new CI pipeline #49 (lonegunmanb)
- Fix unsupported parameter and options about lb-rule #47 (Izual750)
Add new variable `name` and `pip_name`
Add new variable name
and pip_name
Deprecated `resource_grou_name` in `azurerm_lb_backend_address_pool`
Deprecated resource_grou_name
in azurerm_lb_backend_address_pool
Add new variable `pip_sku` to fix error `PublicIPAndLBSkuDoNotMatch`
Add new variable pip_sku
to fix error PublicIPAndLBSkuDoNotMatch
Support Terraform 0.13
Support Terraform 0.13
Separate `lb_rule` and `lb_probe` and Add Variable `lb_probe`
- correct README examples
- add variable
lb_sku
breaking changes:
- import an existing
resource_group_name
- separate
lb_rule
andlb_probe
(for protocol types are different), add variablelb_probe
,format as "[protocol, port, request_path]". Thus, protocol inlb_port
will not addlb_probe
by default.
Terraform v0.12 support
- upgrade to Terraform v0.12
- use variable
allocation_method
to deprecate variablepublic_ip_address_allocation