Skip to content

Instantly share code, notes, and snippets.

@timmyers
Created November 14, 2022 03:54
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/23663c4cf3a4115ec9ea7b7db0bbc34a to your computer and use it in GitHub Desktop.
Save timmyers/23663c4cf3a4115ec9ea7b7db0bbc34a to your computer and use it in GitHub Desktop.
Resource with different tags
const bobUser = new aws.iam.User('bob.bobby', {
name: 'bob.bobby',
tags: { Name: 'bob.bobby },
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment