Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Dec 4, 2024
1 parent 3159e34 commit 72991b8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions templates/single-vm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ topology_template:
description: |
List of ports to be Opened in the Cloud site (eg. 22,80,443,2000:2100).
You can also include the remote CIDR (eg. 8.8.0.0/24).
default:
http_port:
default:
http_port:
source: 80
protocol: tcp
remote_cidr: 0.0.0.0/0
https_port:
protocol: tcp
remote_cidr: 0.0.0.0/0
https_port:
source: 443
protocol: tcp
remote_cidr: 0.0.0.0/0
protocol: tcp
remote_cidr: 0.0.0.0/0

# In case of container image
container_image:
Expand Down

0 comments on commit 72991b8

Please sign in to comment.