Skip to content

Commit

Permalink
chore(main): release 2.1.0 (#114)
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] authored Jun 7, 2024
1 parent 12089c4 commit ff13c4d
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 8 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.1.0](https://github.com/CloudNationHQ/terraform-azure-vm/compare/v2.0.0...v2.1.0) (2024-06-07)


### Features

* add pull request template ([#113](https://github.com/CloudNationHQ/terraform-azure-vm/issues/113)) ([12089c4](https://github.com/CloudNationHQ/terraform-azure-vm/commit/12089c4b76fd90c2ad62a29e68cc018a6b5f00b8))

## [2.0.0](https://github.com/CloudNationHQ/terraform-azure-vm/compare/v1.13.0...v2.0.0) (2024-06-06)


Expand Down
2 changes: 1 addition & 1 deletion examples/authentication/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ To utilize the generated password or ssh key, simply specify the key vault id in
```hcl
module "vm" {
source = "cloudnationhq/vm/azure"
version = "~> 2.0"
version = "~> 2.1"
naming = local.naming
depends_on = [module.kv]
Expand Down
2 changes: 1 addition & 1 deletion examples/availability-sets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This example outlines the configuration and deployment of availability sets to e
```hcl
module "vm" {
source = "cloudnationhq/vm/azure"
version = "~> 2.0"
version = "~> 2.1"
naming = local.naming
keyvault = module.kv.vault.id
Expand Down
2 changes: 1 addition & 1 deletion examples/complete/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This example highlights the complete usage.
```hcl
module "vm" {
source = "cloudnationhq/vm/azure"
version = "~> 2.0"
version = "~> 2.1"
keyvault = module.kv.vault.id
naming = local.naming
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This example details the setup and utilization of custom data and cloud-init.
```hcl
module "vm" {
source = "cloudnationhq/vm/azure"
version = "~> 2.0"
version = "~> 2.1"
keyvault = module.kv.vault.id
naming = local.naming
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 machine setup, in its simplest form
```hcl
module "vm" {
source = "cloudnationhq/vm/azure"
version = "~> 2.0"
version = "~> 2.1"
keyvault = module.kv.vault.id
naming = local.naming
Expand Down
2 changes: 1 addition & 1 deletion examples/extensions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This example illustrates the implementation of extensions.
```hcl
module "vm" {
source = "cloudnationhq/vm/azure"
version = "~> 2.0"
version = "~> 2.1"
keyvault = module.kv.vault.id
naming = local.naming
Expand Down
2 changes: 1 addition & 1 deletion examples/multiple/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The following example can be used for referencing specific subnets in configurat
```hcl
module "vm" {
source = "cloudnationhq/vm/azure"
version = "~> 2.0"
version = "~> 2.1"
naming = local.naming
keyvault = module.kv.vault.id
Expand Down
2 changes: 1 addition & 1 deletion examples/windows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This section details the support for windows virtual machines.
```hcl
module "vm" {
source = "cloudnationhq/vm/azure"
version = "~> 2.0"
version = "~> 2.1"
keyvault = module.kv.vault.id
naming = local.naming
Expand Down

0 comments on commit ff13c4d

Please sign in to comment.