Skip to content

Commit

Permalink
Include Ubuntu Pro example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjarobot committed Feb 11, 2024
1 parent 1bce44a commit 95392ed
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,18 @@ cloudConfig {
|> Writer.write
```

#### Attach to Ubuntu Pro Subscription

```f#
cloudConfig {
attach_ubuntu_pro (
ubuntuPro {
token "d6cec6a05314b7c63f251e2c0e238830"
}
)
}
```

#### Create additional users

```f#
Expand Down

0 comments on commit 95392ed

Please sign in to comment.