diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index 5feccaa..32c57e6 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -8,5 +8,5 @@ jobs: secrets: GITHUB: ${{ secrets.GITHUB }} with: - tfcheck: 'complete / Get min/max versions' + tfcheck: 'linux-vm-example / Get min/max versions' ... diff --git a/_example/linux-vm/example.tf b/_example/linux-vm/example.tf index cf9a17e..746145d 100644 --- a/_example/linux-vm/example.tf +++ b/_example/linux-vm/example.tf @@ -146,10 +146,10 @@ module "virtual-machine" { allocation_method = "Static" ip_version = "IPv4" ## Virtual Machine - vm_size = "Standard_B1s" - public_key = "vweGBuAqKX+xxxxxxxxxxx" # Enter valid public key here - admin_username = "ubuntu" -# admin_password = "P@ssw0rd!123!" # It is compulsory when disable_password_authentication = false + vm_size = "Standard_B1s" + public_key = "vweGBuAqKX+xxxxxxxxxxx" # Enter valid public key here + admin_username = "ubuntu" + # admin_password = "P@ssw0rd!123!" # It is compulsory when disable_password_authentication = false caching = "ReadWrite" disk_size_gb = 30 storage_image_reference_enabled = true