Skip to content

Instantly share code, notes, and snippets.

@Jmen
Created January 18, 2020 13:38
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 Jmen/343468cfe680e12d3613bda9b8378b2b to your computer and use it in GitHub Desktop.
Save Jmen/343468cfe680e12d3613bda9b8378b2b to your computer and use it in GitHub Desktop.
{
"urn": "urn:pulumi:dev::dotnet-secrets::aws:ssm/parameter:Parameter::my-secret-value",
"custom": true,
"id": "my-secret-value-c7fdcd0",
"type": "aws:ssm/parameter:Parameter",
"inputs": {
"__defaults": [
"name",
"tier"
],
"name": "my-secret-value-c7fdcd0",
"tier": "Standard",
"type": "SecureString",
"value": {
"4dabf18193072939515e22adb298388d": "1b47061264138c4ac30d75fd1eb44270",
"ciphertext": "v1:5W7fd7HnIVToB1lq:hs8CJ90gyg1fBGI8X+9+oHS4ECz8VgCKrP6AX+GtXy2A"
}
},
"outputs": {
"allowedPattern": "",
"arn": "arn:aws:ssm:eu-west-1:019057096733:parameter/my-secret-value-c7fdcd0",
"description": "",
"id": "my-secret-value-c7fdcd0",
"keyId": "alias/aws/ssm",
"name": "my-secret-value-c7fdcd0",
"tags": {},
"tier": "Standard",
"type": "SecureString",
"value": "my secret value",
"version": 1
},
"parent": "urn:pulumi:dev::dotnet-secrets::pulumi:pulumi:Stack::dotnet-secrets-dev",
"provider": "urn:pulumi:dev::dotnet-secrets::pulumi:providers:aws::default_1_15_0::0fcc2a4a-56c7-4b57-b66e-436d84829d02",
"propertyDependencies": {
"type": null,
"value": null
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment