Skip to content
This repository has been archived by the owner on Dec 20, 2021. It is now read-only.

Commit

Permalink
Fix open port for google cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
kezzyhko committed Sep 4, 2021
2 parents b594784 + f832037 commit c27ecbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vagrant/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Vagrant.configure("2") do |config|

google.image_family = 'ubuntu-2004-lts'
google.image_project_id = "ubuntu-os-cloud"
google.tags = ['port5000tcp']

override.ssh.username = "kezzyhko"
override.ssh.private_key_path = "sshkey.key"
Expand Down

0 comments on commit c27ecbf

Please sign in to comment.