bright-orange-69401
01/06/2020, 12:35 AMZone
which is global (ex: example.com) then I have Record
for each environment (ex: dev.example.com, etc.)
Should I create a core
stack for the Zone
and a dev
stack for my dev Record
?
If so, how do I indicate in my __main__.py
which resources should be deployed according to the stack that's currently selected ?
Is there a native mechanism or should I just hack about ?red-football-97286
01/06/2020, 4:22 PMpulumi stack init dev
as it says it already exists. What am I doing wrong?boundless-monkey-50243
01/06/2020, 4:54 PM@pulumi/awsx
? I can't find a "getCluster" method or anything. getDefault
helpfully wants to create one for me, but we've already got existing infrastructure.billions-glass-17089
01/06/2020, 8:41 PMhandsome-truck-95168
01/06/2020, 8:58 PMpanic: fatal: An assertion has failed: Expected diff to not require deletion or replacement during Update of urn:pulumi:deploy-test::deploy::aws:ecs/service:Service::xxx
I replaced dependencies for the Service, could that be the problem?stocky-island-3676
01/08/2020, 11:11 AMbig-potato-91793
01/08/2020, 3:29 PMmillions-judge-24978
01/08/2020, 5:22 PM@pulumi/docker
buildAndPushImage()
(for example, a GIT_SHA), rather than the autogenerated tag that is created?prehistoric-account-60014
01/08/2020, 5:31 PMcareful-market-30508
01/08/2020, 10:10 PMcareful-market-30508
01/08/2020, 11:39 PMorange-ghost-99337
01/09/2020, 7:33 AMcold-coat-35200
01/09/2020, 10:42 AMflat-insurance-25294
01/09/2020, 12:15 PMlittle-energy-64187
01/09/2020, 12:59 PMquery-kubernetes
? like with a k8s.Provider egbright-orange-69401
01/09/2020, 1:29 PMpulumi-snowflake
provider, can someone give me some guidance here ? 🙂red-football-97286
01/09/2020, 4:37 PMapply
method with Python?
template = lambda Topic, Endpoint: { "AWSTemplateFormatVersion": "2010-09-09",
"Resources": {
"MySubscription": {
"Type": "AWS::SNS::Subscription",
"Properties": {
"Protocol": "email",
"Endpoint": Endpoint,
"TopicArn": Topic
},
}
}
}
sns_email = cloudformation.Stack(
"Cloudformation-email",
template_body = (template(sns_topic.arn, Endpoint))
)
incalculable-engineer-92975
01/09/2020, 7:08 PMI'm trying to use structured config w/pulumi 1.8.1 and not getting anywhere, I keep getting invalid JSON errors:
config:
broad-boots-45639
01/09/2020, 7:19 PMbillions-scientist-31826
01/09/2020, 10:14 PMflat-insurance-25294
01/10/2020, 2:00 AMget
resource type methods don’t have optional results? That means you can’t query it to check the response is null before proceeding to create it.adventurous-garage-59192
01/10/2020, 2:02 AMflat-insurance-25294
01/10/2020, 2:02 AMGroupPolicy
for instance has a get
method but it doesn’t return optional. Neither does aws.route53.getZone()
.flat-insurance-25294
01/10/2020, 2:26 AMnew aws.iam.AccessKey("webmasterKey", { user });
Should be
new aws.iam.AccessKey("webmasterKey", { user: user.name });
better-rainbow-14549
01/10/2020, 3:04 PMcold-coat-35200
01/10/2020, 3:26 PMbitter-dentist-28132
01/10/2020, 6:55 PMtoken
shy-microphone-28807
01/10/2020, 9:19 PMpulumi.all
the right way to do that?bitter-dentist-28132
01/10/2020, 10:57 PM@pulumi/aws
? (so long as i change the endpoint, of course)late-printer-99022
01/11/2020, 6:54 PM