Skip to content

Instantly share code, notes, and snippets.

@timmyers
Created November 14, 2022 03:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timmyers/f5dd7e6de087132c697da38e79b898f5 to your computer and use it in GitHub Desktop.
Save timmyers/f5dd7e6de087132c697da38e79b898f5 to your computer and use it in GitHub Desktop.
Resource with tags
import * as aws from '@pulumi/aws';
const defaultTags = { Creator: 'pulumi' };
const timUser = new aws.iam.User('tim.myers', {
name: 'tim.myers',
tags: defaultTags,
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment