Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Packet Quickstart: add machine types to the example config #736

Merged
merged 1 commit into from
Aug 13, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/quickstarts/packet.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ cluster "packet" {
facility = "ams1"
project_id = "89273817-4f44-4b41-9f0c-cb00bf538542"

controller_type = "c3.small.x86"
rata marked this conversation as resolved.
Show resolved Hide resolved

ssh_pubkeys = ["ssh-rsa AAAA..."]
management_cidrs = ["0.0.0.0/0"]
node_private_cidr = "10.0.0.0/8"
Expand All @@ -124,6 +126,7 @@ cluster "packet" {

worker_pool "pool-1" {
count = 2
node_type = "c3.small.x86"
}
}

Expand Down