billowy-plastic-61471
09/20/2022, 10:35 AMnew aws.iam.AccessKey(
'test-access-key',
{ user: testIamUser.name }
)
And here’s the pulumi up
Output:
accessKey : {
id : "AKIA3U6R3XXXXX2UPF44"
secret: [secret]
}
How do I initially get that [secret]
value ❓
Thankspupumi stack output -s <ORG/STACK> accessKey --json --show-secrets
If someone knows a better way, let me know.little-cartoon-10569
09/20/2022, 7:58 PMbillowy-plastic-61471
09/21/2022, 9:40 AM