Azure / terraform-azurerm-virtual-machine

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

var.admin_username is required, var.admin_ssh_keys.*.username is optional and in case its present should be equal to var.admin_username #11

Closed juanjojulian closed 1 year ago

juanjojulian commented 1 year ago

var.admin_username is required, var.admin_ssh_keys.*.username is optional and in case its present should be equal to var.admin_username

Describe your changes

Issue number

000

Checklist before requesting a review

Thanks for your cooperation!

github-actions[bot] commented 1 year ago

Potential Breaking Changes in 85a8a195133fde5d7ff18d0f29089b3b71457f8d: [update] "Variables.admin_ssh_keys.Type" from 'set(object({ public_key = string username = string }))' to 'set(object({ public_key = string username = optional(string) }))' [update] "Variables.admin_username.Default" from '"azureuser"' to '' [update] "Variables.admin_username.Nullable" from '' to 'false'

github-actions[bot] commented 1 year ago

Potential Breaking Changes in 4f670504ba0b9132a842cb1bc4723f6663da621c: [update] "Variables.admin_ssh_keys.Type" from 'set(object({ public_key = string username = string }))' to 'set(object({ public_key = string username = optional(string) }))' [update] "Variables.admin_username.Nullable" from '' to 'false'

github-actions[bot] commented 1 year ago

Potential Breaking Changes in 0defb81314c8cd6081c6d0311e4c70570c50e4a1: [update] "Variables.admin_ssh_keys.Type" from 'set(object({ public_key = string username = string }))' to 'set(object({ public_key = string username = optional(string) }))' [update] "Variables.admin_username.Nullable" from '' to 'false'