So I just used Pulumi to provision a SSM SecureStr...
# general
b
So I just used Pulumi to provision a SSM SecureString parameter, with a value defined by a secret encrypted config value. I was disappointed to see that the value is visible in cleartext in the Pulumi stack. Is there any way to provision a SSM value, preserving its secrecy?
w
@bitter-oil-46081 is working on the feature to enable this as we speak 🙂. See https://github.com/pulumi/pulumi/issues/397. A PR should be available in the next day or so, and this will be in a release likely next week.
b
Awesome, thanks! Glad to hear it 🙂
b
This is also the exact test program I am using, creating a new secure string parameter in systems manager.