From 86a0583503473a5f4cfca32b53f41ea50fcd769e Mon Sep 17 00:00:00 2001 From: "Scott S. Lowe" Date: Wed, 29 Mar 2023 23:12:16 -0600 Subject: [PATCH] Add cross-reference to new Pulumi project Add cross-reference to new Pulumi repository for standing up Talos Linux on Azure Signed-off-by: Scott S. Lowe --- pulumi/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pulumi/README.md b/pulumi/README.md index 170ee28..5660b51 100644 --- a/pulumi/README.md +++ b/pulumi/README.md @@ -1,6 +1,6 @@ # Learning Tools: Pulumi -This folder contains environments, resources, and sample code for working with [Pulumi][link-1]. +This folder contains environments, resources, and sample code for working with [Pulumi](https://www.pulumi.com). ## Contents @@ -14,4 +14,4 @@ This folder contains environments, resources, and sample code for working with [ [talos-aws-pulumi](https://github.com/scottslowe/talos-aws-pulumi): This repository contains Pulumi code (in Golang) to stand up a Talos Linux cluster on AWS. -[link-1]: https://www.pulumi.com/ +[talos-azure-pulumi](https://github.com/scottslowe/talos-azure-pulumi): This repository contains Pulumi code (in Golang) to stand up a Talos Linux cluster on Azure.