Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

astrain-2023/infra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AstrAIn IaC

"Astreine Infrastruktur" -unknown

Prerequisites

Requires: Golang, Pulumi

If you use proto to set up golang run proto setup.

Setup

Login with local storage (for now)

pulumi login --local

Create pulumi stack (once)

pulumi stack init

Run inside a cmd subfolder to create the infra

pulumi up

To destroy the infra

pulumi down --exclude-protected

Create an API key with global access and export the key and secret to your env

export CONFLUENT_CLOUD_API_KEY=<your API key>
export CONFLUENT_CLOUD_API_SECRET=<your API secret>

Resources

Terraform examples:

About

Infrastructure as code, what else.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages