Created
November 14, 2022 03:54
-
-
Save timmyers/23663c4cf3a4115ec9ea7b7db0bbc34a to your computer and use it in GitHub Desktop.
Resource with different tags
This file contains 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
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