Created
November 14, 2022 03:50
-
-
Save timmyers/f5dd7e6de087132c697da38e79b898f5 to your computer and use it in GitHub Desktop.
Resource with tags
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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