From 95392ed7bc37ff19f057b6f0e14220516f9e7d4d Mon Sep 17 00:00:00 2001 From: Dave Curylo Date: Sun, 11 Feb 2024 17:43:04 -0500 Subject: [PATCH] Include Ubuntu Pro example in README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index c545636..b19feb7 100644 --- a/README.md +++ b/README.md @@ -213,6 +213,18 @@ cloudConfig { |> Writer.write ``` +#### Attach to Ubuntu Pro Subscription + +```f# +cloudConfig { + attach_ubuntu_pro ( + ubuntuPro { + token "d6cec6a05314b7c63f251e2c0e238830" + } + ) +} +``` + #### Create additional users ```f#