exanubes / pulumi-first-look

A complimentary repo to an article about getting started with Pulumi

Home Page:https://exanubes.com/blog/introduction-to-pulumi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pulumi first look

This repository is complimentary to an article on getting started with Pulumi and working with config.

The infrastructure code sets up a public bucket in eu-central-1 region – by the use of a custom provider – and uploads an index.html file to it. A policy is attached to the bucket to make the object public and a link is generated and returned as programme's output for easy access.

I also made video walkthroughs of these topics:

  • Introduction to Pulumi: video
  • Managing config in Pulumi: video

About

A complimentary repo to an article about getting started with Pulumi

https://exanubes.com/blog/introduction-to-pulumi


Languages

Language:TypeScript 95.2%Language:HTML 4.8%