Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

zchase/pulumi-aws-iam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS IAM

This repo is a Pulumi Package used to deploy different AWS IAM roles. This package is based on the Terraform AWS IAM Module.

It's written in Go, but thanks to Pulumi's multi language SDK generating capability, it create usable SDKs for all of Pulumi's supported languages

⚠️ This package is a work in progress: Please do not use this in a production environment!

Building and Installing

Building from source

But if you need to build it yourself, run the following command to build and install the plugin in the correct folder (resolved automatically based on the current Operating System):

make install

Install your chosen SDK

You need to install your desired language SDK using your languages package manager.

Python

pip3 install pulumi_aws_iam

NodeJS

npm install @pulumi/aws-iam

Go

go get -t github.com/zchase/pulumi-aws-iam/sdk

Usage

Once you've installed all the dependencies, you can use the library like any other Pulumi SDK. See the examples directory for examples of how you might use it.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published