terraform-azurerm-compute

Terraform Azure RM Compute Module

MIT License

Stars
173
Committers
43

Bot releases are hidden (Show)

terraform-azurerm-compute - Removal of the creation of Resource Group & Support Azurerm 2.0

Published by yupwei68 over 4 years ago

  1. Remove of the creation of Resource Group

    • import an existing resource group
    • remove the variable "location", using the location of the existing resource group
  2. Default value changes:

    • default value of vm_size turns to be "Standard_D2s_v3",
    • default value of "data_disk_size_gb" turns to be 30 GB.
  3. Remove deprecated field "public_ip_address_allocation"

  4. Add variable "enable_ssh_key" to enable ssh key in Linux or not.

  5. Add variable "nb_data_disk" to enable the creation of multiple data disk in VM.

    • remove "data_disk", which could be replaced by assigning 0 or 1 in "nb_data_disk"
terraform-azurerm-compute - v2.0.0

Published by yupwei68 almost 5 years ago

Update the v2.0.0 to have TerraTest integration.

terraform-azurerm-compute - Upgrade to 0.12 of Terraform

Published by metacpp about 5 years ago

terraform-azurerm-compute - Add back Windows image support in sample.

Published by metacpp over 5 years ago

This is a hotfix to add back windows image support in sample.

terraform-azurerm-compute - Upgrade provider version to `>= 1.1.0`

Published by metacpp almost 6 years ago

terraform-azurerm-compute - Add Terratest

Published by foreverXZC about 6 years ago

Use terratest to automatically test compute module.

terraform-azurerm-compute - Add vm ids output for datadisk vms

Published by dtzar over 6 years ago

terraform-azurerm-compute - Fixing issues with custom images

Published by VaijanathB over 6 years ago

This release fixes

  1. Creating vm with windows custom image.
  2. Handles conflicting values given with market place image and custom image. If you provide vm_os_id, it takes precedence over market place images.
  3. Minor readme issues.
terraform-azurerm-compute - Unique VM hostname

Published by dtzar over 6 years ago

Actual VM hostnames were identical in a group when you add more than one. This adds the unique index number of the VM to the OS hostname.

terraform-azurerm-compute - Add tests, Update readme

Published by dtzar almost 7 years ago

This release contains no new functionality. Changes:

  • Adds the developer test framework
  • Updates to Readme, including
    • Examples allow ssh/RDP access by default
    • New instructions to developers of the module
terraform-azurerm-compute - Add support for 0.3.x Azurerm provider

Published by dtzar almost 7 years ago

  • Parameters needed to be changed to support the 0.3.x azurerm provider #22 @lbnjma
terraform-azurerm-compute - Public IPs, NSGs, Tags, Boot Diagnostics

Published by dtzar almost 7 years ago

A bunch of new functionality and enhancements including:

  • Add ability to have no or as many Public IP addresses per VM ( PR #8 @lbnjma )

  • New option for boot diagnostics ( PR #7 @lbnjma )

  • New data disk option ( PR #9 @lbnjma )

  • Add ability to have multiple NSG + Rule per resource group, Fixes issue #16 ( PR #17 @dtzar)

  • New tag vms, not just resource group. ( PR #19 @lbnjma )

    Important Note: PR #8 is a breaking change with previous versions of templates since the public_ip_dns is now an array instead of a string, so convert public_ip_dns = "myvmdnsname" to public_ip_dns = ["myvmdnsname"]

terraform-azurerm-compute - readme example fixes, enahanced resource names

Published by dtzar about 7 years ago

  • Fixes to readme examples: PR #14 and #12 @sebastus @irab
  • add vm_hostname to osdisk and nic resource names @lbnjma
terraform-azurerm-compute - minor readme update

Published by dtzar about 7 years ago

Minor fix in the readme example

terraform-azurerm-compute - Initial release

Published by dcaro about 7 years ago

Removing the variables from README

terraform-azurerm-compute - Initial Release

Published by dtzar about 7 years ago

Package Rankings
Top 4.95% on Proxy.golang.org