Azure / terraform-azurerm-virtual-machine

Terraform Azure RM Virtual Machine Module
MIT License
36 stars 36 forks source link

module versions are not updated #59

Open ozbillwang opened 10 months ago

ozbillwang commented 10 months ago

Is there an existing issue for this?

Description

With Terraform registry, we are easily reference this module

https://registry.terraform.io/modules/Azure/virtual-machine/azurerm/latest

module "virtual-machine" {
  source  = "Azure/virtual-machine/azurerm"
  version = "1.0.0"
  # insert the 7 required variables here
}

image

But currently we got new commits, but no new releases generated, still stay on the old codes based on Jun 2

image

New or Affected Resource(s)/Data Source(s)

all

Potential Terraform Configuration

module "virtual-machine" {
  source  = "Azure/virtual-machine/azurerm"
  version = "1.0.xxx"
  # insert the 7 required variables here
}

References

https://developer.hashicorp.com/terraform/language/modules/syntax

davidkarlsen commented 9 months ago

@ozbillwang Versions will appear after creating new tags.