Skip to content

Commit

Permalink
fix: update automerge
Browse files Browse the repository at this point in the history
  • Loading branch information
mamrajyadav committed Jan 5, 2024
1 parent 2006d4d commit b8b7536
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ jobs:
secrets:
GITHUB: ${{ secrets.GITHUB }}
with:
tfcheck: 'complete / Get min/max versions'
tfcheck: 'linux-vm-example / Get min/max versions'
...
8 changes: 4 additions & 4 deletions _example/linux-vm/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b8b7536

Please sign in to comment.