Hi, I'm new to Pulumi and I was wondering if someo...
# dotnet
n
Hi, I'm new to Pulumi and I was wondering if someone could point me to an example of a real life implementation of a ComponentResource in dotNet. My apologies if this question has already been addressed and answered in the past.
b
Here's how you might create a ComponentResource of an AKS cluster: https://github.com/pulumi/examples/blob/master/azure-cs-net5-aks-webapp/AksCluster.cs
Does that help?
n
Hi Piers, than you for the quick reply, I'm going to look into it right away
@brave-planet-10645 That's precisely what I was looking for. Thanks a lot !
🎉 1
w
I also use a simple one here for expressing aws roles with attached or inline policies
👍 1
n
Thank you !