terraform-azurerm-compute

Terraform Azure RM Compute Module

MIT License

Stars
173
Committers
43

Bot releases are hidden (Show)

terraform-azurerm-compute - 5.2.0 Latest Release

Published by lonegunmanb over 1 year ago

  • Bump github.com/Azure/terraform-module-test-helper from 0.8.1 to 0.9.1 in /test #240 (dependabot[bot])
  • Bump github.com/gruntwork-io/terratest from 0.41.10 to 0.41.11 in /test #239 (dependabot[bot])
  • Update versions.tf to require Terraform v1.3 #238 (lonegunmanb)
  • Bump golang.org/x/net from 0.1.0 to 0.7.0 in /test #237 (dependabot[bot])
  • Bump github.com/hashicorp/go-getter/v2 from 2.1.1 to 2.2.0 in /test #236 (dependabot[bot])
  • Bump github.com/hashicorp/go-getter from 1.6.1 to 1.7.0 in /test #235 (dependabot[bot])
  • Use name template variables to customize the name of each resource #234 (DatsloJRel)
  • Improve separate data disk resource logic #233 (lonegunmanb)
  • Pin the iterator variable to avoid concurrent test error #232 (lonegunmanb)
  • Bump github.com/gruntwork-io/terratest from 0.41.9 to 0.41.10 in /test #231 (dependabot[bot])
  • Bump github.com/Azure/terraform-module-test-helper from 0.7.1 to 0.8.1 in /test #230 (dependabot[bot])
  • Create data disks and attach after VM creation by azurerm_virtual_machine_data_disk_attachment resource. #227 (DatsloJRel)
terraform-azurerm-compute - 5.1.0

Published by lonegunmanb over 1 year ago

terraform-azurerm-compute - 5.0.0

Published by lonegunmanb almost 2 years ago

  • Adjust the "plan" input to properly set the image name and product #218 (AWSmith0216)
  • Add support for multiple virtual machine extensions. #217 (lonegunmanb)
  • Bump github.com/Azure/terraform-module-test-helper from 0.4.0 to 0.6.0 in /test #216 (dependabot[bot])
  • Bump github.com/gruntwork-io/terratest from 0.41.6 to 0.41.7 in /test #215 (dependabot[bot])
terraform-azurerm-compute - 4.2.0

Published by lonegunmanb almost 2 years ago

  • Changed var.location default value from "" to null #214 (juanjojulian)
  • Bump tflint plugin version, add new checking rule #213 (lonegunmanb)
  • Upgrade terraform-module-test-helper lib so we can get rid of override file to execute version upgrade test #212 (lonegunmanb)
terraform-azurerm-compute - 4.1.0

Published by lonegunmanb almost 2 years ago

terraform-azurerm-compute - 4.0.0

Published by lonegunmanb almost 2 years ago

Add CI pipeline #185 (jiaweitao001)

terraform-azurerm-compute - Add variable `delete_data_disks_on_termination`

Published by yupwei68 over 3 years ago

Add variable delete_data_disks_on_termination

terraform-azurerm-compute - Fixed deprecated list method

Published by yupwei68 over 3 years ago

Fixed deprecated list method

terraform-azurerm-compute - Fix to make ssh_key optional

Published by yupwei68 over 3 years ago

Fix to make ssh_key optional

terraform-azurerm-compute - Support `ssh_key_values` for raw value for ssh keys in addition to paths

Published by yupwei68 over 3 years ago

Support ssh_key_values for raw value for ssh keys in addition to paths

terraform-azurerm-compute - Support for `extra_disks` and `public_ip_sku`

Published by yupwei68 almost 4 years ago

  1. Support for new variable public_ip_sku, defaults to Basic
  2. Support for new variable extra_disks type = list(object({name = string, size = number})), defaults to [] to support the definition of the name of the data disks
  3. Fix public_ip_address will be empty when allocation_method is Dynamic
terraform-azurerm-compute - Support for `os_profile_secrets`

Published by yupwei68 almost 4 years ago

Support for new field os_profile_secrets, type of list(map(string)), each list item is a map with the keys source_vault_id, certificate_url and certificate_store.

terraform-azurerm-compute - Enhancement and bug fix

Published by yupwei68 almost 4 years ago

  1. new field extra_ssh_keys support for multiple ssh keys
  2. new field public_ip_sku support for the definition of the sku for public ip
  3. fix public_ip_address will be empty when allocation_method is Dynamic
terraform-azurerm-compute - Support for `license_type`

Published by yupwei68 about 4 years ago

Support for new variable license_type

terraform-azurerm-compute - Support Terraform 0.13

Published by yupwei68 about 4 years ago

Support Terraform 0.13

terraform-azurerm-compute - Default value of source IP ranges for NSG rule Change

Published by yupwei68 about 4 years ago

Default value of source IP ranges for NSG rule Change from * to 0.0.0.0/0 to prevent errors when remote port is specific.

terraform-azurerm-compute - Parametrise source IP ranges

Published by yupwei68 about 4 years ago

Parametrise source IP ranges for tcp nsg security rule and lower the priority.

terraform-azurerm-compute - Fix features

Published by yupwei68 over 4 years ago

  1. Allow custom location for vms, add back variable location in variables.tf
  2. fix examples in README
  3. upgrade vm_os_simple default version
  4. change windows definition in vm_os_simple from Windows to WindowsServer
  5. export availability zone of the vms
terraform-azurerm-compute - Fix features

Published by yupwei68 over 4 years ago

Fixed domain_name_label must contain only lowercase alphanumeric characters, numbers and hyphens

terraform-azurerm-compute - Integration of terramodtest 0.5.0

Published by yupwei68 over 4 years ago

  1. Integration of terramodtest 0.5.0
  2. Distinguish the computer name of vm as ${hostname}-${count.index}
Package Rankings
Top 4.95% on Proxy.golang.org