Skip to content

Commit

Permalink
chore(main): release 2.2.0 (#40)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Feb 21, 2024
1 parent 6b349f7 commit 65f26ef
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.2.0](https://github.com/CloudNationHQ/terraform-azure-vnet/compare/v2.1.0...v2.2.0) (2024-02-21)


### Features

* add support to disable bgp route propagation ([#39](https://github.com/CloudNationHQ/terraform-azure-vnet/issues/39)) ([6b349f7](https://github.com/CloudNationHQ/terraform-azure-vnet/commit/6b349f70ff25189d96f215eba577ea8d009ab135))

## [2.1.0](https://github.com/CloudNationHQ/terraform-azure-vnet/compare/v2.0.0...v2.1.0) (2024-02-16)


Expand Down
2 changes: 1 addition & 1 deletion examples/default/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This example illustrates the default virtual network setup, in its simplest form
```hcl
module "network" {
source = "cloudnationhq/vnet/azure"
version = "~> 2.1"
version = "~> 2.2"
naming = local.naming
Expand Down
2 changes: 1 addition & 1 deletion examples/delegations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This example shows the use of delegations on subnets.
```hcl
module "network" {
source = "cloudnationhq/vnet/azure"
version = "~> 2.1"
version = "~> 2.2"
naming = local.naming
Expand Down
2 changes: 1 addition & 1 deletion examples/nsg-rules/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This example highlights using network security groups in a subnet.
```hcl
module "network" {
source = "cloudnationhq/vnet/azure"
version = "~> 2.1"
version = "~> 2.2"
naming = local.naming
Expand Down
2 changes: 1 addition & 1 deletion examples/routes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This example underscores the implementation of routes within subnets.
```hcl
module "network" {
source = "cloudnationhq/vnet/azure"
version = "~> 2.1"
version = "~> 2.2"
naming = local.naming
Expand Down
2 changes: 1 addition & 1 deletion examples/service-endpoints/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This example highlights the utilization of service endpoints on subnets.
```hcl
module "network" {
source = "cloudnationhq/vnet/azure"
version = "~> 2.1"
version = "~> 2.2"
naming = local.naming
Expand Down
2 changes: 1 addition & 1 deletion examples/vhub-connection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This example showcases the integration of a virtual network with azure virtual w
```hcl
module "vhub-connection" {
source = "cloudnationhq/vnet/azure//modules/vhub-connection"
version = "~> 2.1"
version = "~> 2.2"
providers = {
azurerm = azurerm.connectivity
Expand Down

0 comments on commit 65f26ef

Please sign in to comment.