incalculable-diamond-5088
04/17/2019, 3:59 PMdamp-pillow-67781
04/17/2019, 4:49 PMfull-dress-10026
04/17/2019, 5:18 PMrestrictions
a required param in a aws.cloudfront.DistributionArgs
? https://github.com/pulumi/pulumi-aws/blob/79115d7c86e82662a8e7afe749b81ed22e116b5c/sdk/nodejs/cloudfront/distribution.ts#L680. According to the AWS docs, restrictions
is not required https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_CreateDistribution.html#API_CreateDistribution_RequestParameters.full-dress-10026
04/17/2019, 5:48 PM"@pulumi/pulumi": "0.17.7",
"@pulumi/aws": "0.18.1",
"@pulumi/awsx": "0.18.1"
and I am still getting this error message:
error: Plan apply failed: [WARN] A duplicate Security Group rule was found on (sg-002c2846717345a56). This may be
a side effect of a now-fixed Terraform issue causing two security groups with
identical attributes but different source_security_group_ids to overwrite each
other in the state. See <https://github.com/hashicorp/terraform/pull/2376> for more
information and instructions for recovery. Error message: the specified rule "peer: 0.0.0.0/0, TCP, from port: 8880, to port: 8880, ALLOW" already exists
The only fix is to go into the AWS console and remove that rule.full-dress-10026
04/17/2019, 11:05 PM0.18.1
, Pulumi updates my Fargate task definitions which forces all my awsx.ecs.FargateService
to redeploy. Is this a known regression?gray-elephant-37695
04/18/2019, 4:43 AMfresh-pilot-59899
04/18/2019, 4:48 AMgray-elephant-37695
04/18/2019, 4:51 AMfresh-pilot-59899
04/18/2019, 6:50 AMfresh-pilot-59899
04/18/2019, 6:56 AMhelpful-vegetable-35581
04/18/2019, 7:50 AMproud-artist-4864
04/18/2019, 8:31 AMgray-elephant-37695
04/18/2019, 8:43 AMfresh-pilot-59899
04/18/2019, 8:55 AMrapid-eye-32575
04/18/2019, 11:11 AMviewer-request
events (the use case being that I want to implement Basic Authentication for a site that is still being prepared for launch). Is there an example around for that exact use case? I've seen a GitHub issue mentioning that use case and that the aws-ts-static-website
describes using an edge function for a different purpose. If not I will just go from there 😉fierce-carpet-95079
04/18/2019, 1:06 PMbetter-rainbow-14549
04/18/2019, 2:25 PM> node scripts/install-pulumi-plugin.js resource azure v0.17.4
[resource plugin azure-0.17.4] installing
error: could not load plugin for azure provider 'urn:pulumi:subscription::subscription::pulumi:providers:azure::default': no resource plugin 'azure-v0.17.3' found in the workspace or on your $PATH, install the plugin using `pulumi plugin install resource azure v0.17.3`
any ideas?better-rainbow-14549
04/18/2019, 2:30 PMdazzling-scientist-80826
04/18/2019, 4:38 PMgray-elephant-37695
04/18/2019, 5:03 PM+ aws:dynamodb:Table madu2-products created
+ aws:dynamodb:Table madu2-products **creating failed** error: post-step event returned an error: failed to save snapshot: [403] Forbidden
cold-piano-21918
04/18/2019, 5:17 PMnew aws.ec2.Instance
- tags are set to lowercase and sometimes converted to snake_case - has this been fixed? <https://github.com/pulumi/pulumi-terraform/issues/38>
. I'm also seeing a random extra space after my tag valuedazzling-scientist-80826
04/18/2019, 5:57 PMquick-action-34599
04/18/2019, 5:59 PMawsx.elasticloadbalancingv2.ApplicationListener
to a port on an ecs service other than the port that it’s listening on? i.e. the AL listens on port 80 and forwards to port 8081 on the container. I assume you can’t pass the listener itself as an argument to the container’s portMappings
?square-ability-48831
04/18/2019, 7:28 PMus-east-1
, but have the distribution live in us-west-2
. Is there a way to change the region for a bit then switch back for everything else in the code? Not fond of needed to hard-config the cert arn, but that looks like the simplest way? (It's a wildcard cert, so want to be able to use it in any region by lookup)square-ability-48831
04/18/2019, 7:31 PMaws.acm.getCertificate
)quick-action-34599
04/18/2019, 8:34 PMawsx.elasticloadbalancingv2.ApplicationTargetGroup
doesn’t seem to have a registerOutputs
method, but the docs says it should…quick-action-34599
04/18/2019, 8:49 PMquick-action-34599
04/18/2019, 8:49 PMquick-action-34599
04/18/2019, 9:06 PMquick-action-34599
04/18/2019, 9:09 PMaws.elasticloadbalancingv2.TargetGroupAttachment
maybe