[New Post] Assigning Tags by Default on AWS with Pulumi: https://blog.scottlowe.org/2023/09/11/assigning-tags-by-default-on-aws-with-pulumi/
Find out how to configure your #Pulumi stack to automatically assign a default set of tags to your #AWS resources!
Attending @DevOpsDaysLondon and interested in #Pulumi? Come to our booth and have a chat. I'll be there.
#Pulumi is also amazing because it allows me to have my data source as anything the support languages can communicate with. Whereas with terraform I was stuck gluing together an LDAP sources with all its complexities. Now I'll just do a regular CRUD app with Postgres.
The automation API basicaly enables to embed a #Pulumi program inside your project so you can programmatically manipulate the infrastructure. I am using it to update my infra on customer subscription.
So I just moved my in progress project from #terrafitm to #Pulumi. Not only the move was very easy, but it also enabled me to by pass a road block with Automation API.
I may have taken a side quest last night and started writing a native #pulumi provider for honeycomb...
I'm not proud of all the sidequests, but they are fun.
J'hésitais entre #Terraform et #Pulumi pour commencer à m'autoformer sur un outil d'infra as code.
Finalement #Hashicorp a décidé pour moi : ce sera Pulumi. 🙂
Merci Hashicorp !
https://blog.zwindler.fr/2023/08/16/d-open-source-a-bullshit-licence-bsl/
@scottslowe @mahmoudajawad one more question please. Does #pulumi have a way of waiting for VPS to start (resources yo become accessible) to then continue in the same run and provision containers inside of them?
@dragnucs @mahmoudajawad Let me know if I can help with exploring #Pulumi. Happy to help if I’m able! (Disclaimer: I work on the DevRel team at Pulumi.)
Pulumi + Go + Kubernetes ❤️
Using the Kubernetes provider for Pulumi, we can provision any resources available in the Kubernetes API.
Documentation: https://www.pulumi.com/registry/packages/kubernetes/
#pulumi #go #kubernetes
@sam_pointer fully agree. At #Pulumi, we use regular programming languages while still supporting a declarative model in the end. If you don't know Pulumi yet and you want to know more, do reach out. Happy to demo it.
Every DSL eventually transforms into a general purpose programming language. Stop limiting yourself by giving #Pulumi in combination with one of our supported general purpose programming languages a try: https://www.pulumi.com
Going to #WeAreDevelopers World Congress in Berlin this week? I'll be there on the Pulumi booth (AS4) 👋
We're also launching our Berlin PUG (Pulumi User Group) on Wednesday evening with some great speakers on the topic of Cloud Engineering and a chance to network 🚀
https://www.meetup.com/berlin-pulumi-user-group/events/294887816/
#wearedevelopers #pulumi #iac #networking #berlin
I have just published a new article about automating the process of setting up a GitHub repository configured for deploying applications to Azure using GitHub Actions and OpenID Connect. The provided solution covers repository creation, Azure Active Directory configuration, authorization, and GitHub Actions workflow setup. https://www.techwatching.dev/posts/azure-ready-github-repository #azure #github #pulumi #iac
I had a little trouble figuring out how to get #pulumi to output an AWS IAM secret key during stack creation, since Pulumi quite reasonably considers secret keys and similar fields to be sensitive. I wrote up how I did it, in case this is helpful to someone: https://kimvanwyk.co.za/accessing-protected-pulumi-outputs-with-a-pgp-key/