worried-city-86458
11/13/2019, 10:44 PMbreezy-butcher-78604
11/14/2019, 1:27 AMpulumi up
will be run from the root.
this feels kind of funny though… what do you guys think and/or how are you managing Pulumi packages between CI and CD?early-match-56268
11/14/2019, 12:26 PMglamorous-waitress-51149
11/14/2019, 2:02 PMcurl -fsSL
<https://get.pulumi.com/>
| bash
stocky-spoon-28903
11/14/2019, 2:04 PMglamorous-waitress-51149
11/14/2019, 2:05 PMglamorous-waitress-51149
11/14/2019, 2:05 PM<https://get.pulumi.com/>
`| bash --version 1.2.3``famous-postman-81672
11/14/2019, 2:06 PMred-football-97286
11/14/2019, 2:57 PM:<pulumi.output.Output object at 0x000001854EFF2F88>
config: "arn:aws:logs:eu-west-2:12345678:log-group:<pulumi.output.Output object at 0x000001854EFD6C48>:log-stream:<pulumi.output.Output object at 0x000001854EFF2F88>"
hallowed-air-65173
11/14/2019, 3:38 PMbusy-umbrella-36067
11/14/2019, 4:27 PMglamorous-waitress-51149
11/14/2019, 4:29 PMtall-manchester-54682
11/14/2019, 7:10 PMmelodic-family-5784
11/14/2019, 7:48 PMOutput<string>
to a string
in TypeScript. My code looks something like:
const config = new pulumi.Config();
const ddAPIKey = config.requireSecret("my-api-key");
const envVars = [
{ name: 'ECS_FARGATE', value: 'true' },
{ name: 'DD_API_KEY', value: ddAPIKey.apply(dd => dd) }
];
fierce-machine-21789
11/14/2019, 8:53 PMhandsome-cat-98152
11/15/2019, 11:02 AMaccess token
?
It is needed for the pulumi login
commandsparse-piano-12937
11/15/2019, 12:27 PMnice-cat-91582
11/15/2019, 5:24 PMbillowy-laptop-45963
11/15/2019, 5:29 PM!Sub "arn:aws:ssm:${AWS::Region}:${AWS::AccountId}:parameter${SsmParameterPrefix}*"
where ${AWS::*} are standard cloudformation values replaced at runtime by the current region/account id and ${SsmParameterPrefix} is a passed in value as a parameter.famous-postman-81672
11/15/2019, 6:51 PMAZURE_STORAGE_KEY
environment variable, but I haven't had success supplying an SAS token. Looking for something similar to Terraform's sas_token
support: https://www.terraform.io/docs/backends/types/azurerm.html#sas_tokenwhite-balloon-205
billowy-laptop-45963
11/15/2019, 9:30 PMconst
opts = {provider: provider},
callerId = aws.getCallerIdentity(opts),
region = aws.getRegion({}, opts)
where provider is new aws.Provider('myprovider', {profile: profile, region: region})
but they return unable to discover AWS AccessKeyID and/or SecretAccessKey
breezy-butcher-78604
11/16/2019, 5:57 AMrepositoryCredentials
property mentioned in the AWS docs (https://docs.aws.amazon.com/AmazonECS/latest/developerguide/private-auth.html).
I’m currently using the FargateService
resource from AWS Crosswalk, but can’t find any reference to the repositoryCredentials
property in the Pulumi docs for Crosswalk, nor in the source code.bright-orange-69401
11/16/2019, 10:26 AMearly-match-56268
11/16/2019, 1:37 PMadamant-motorcycle-38425
11/16/2019, 11:23 PMsalmon-beard-79336
11/17/2019, 10:12 AMwet-sunset-4939
11/18/2019, 2:27 AMenough-quill-87570
11/18/2019, 7:41 AMnutritious-battery-42762
11/18/2019, 2:22 PM