bitter-application-91815
11/02/2020, 4:27 PMpulumi export
compatible with terraform in order for terraform to erect the same stack from just that json file ?bitter-application-91815
11/02/2020, 4:27 PMbitter-application-91815
11/02/2020, 4:28 PMstocky-spoon-28903
11/02/2020, 4:41 PMstocky-spoon-28903
11/02/2020, 4:42 PMicy-jordan-58549
11/02/2020, 5:16 PMdeprecated
?chilly-hairdresser-56259
11/02/2020, 7:47 PMwet-sunset-4939
11/03/2020, 1:28 AMthankful-thailand-33082
11/03/2020, 2:56 AMworried-queen-62794
11/03/2020, 6:11 AMComponentResource
without having it be deleted and recreated?magnificent-restaurant-51456
11/03/2020, 11:20 AMwonderful-pager-17869
11/03/2020, 2:18 PMicy-nightfall-69409
11/03/2020, 2:24 PMtall-needle-56640
11/03/2020, 8:18 PMAZURE_STORAGE_ACCOUNT
and AZURE_STORAGE_KEY
, but when I run
pulumi login --cloud-url <https://pulumistatepoc.blob.core.windows.net/>
it prompts me for an access token. What access token? Shouldn't the env vars be enough?
How do I get this to work?worried-queen-62794
11/04/2020, 1:00 AMouts
which says that it is for Any properties that were computed during updating
. My interpretation of that was that I only needed to set it if I was computing properties in the update method. Do I need to set that to all the inputs even if I don't touch them?tall-oil-62666
11/04/2020, 5:22 AMerror: preview failed
panic: interface conversion: interface {} is string, not int
goroutine 184 [running]:
<http://github.com/terraform-providers/terraform-provider-aws/aws.resourceAwsEcsLoadBalancerHash(0x556d040|github.com/terraform-providers/terraform-provider-aws/aws.resourceAwsEcsLoadBalancerHash(0x556d040>, 0xc002350420, 0xc00232fa10)
/home/runner/go/pkg/mod/github.com/pulumi/terraform-provider-aws@v1.38.1-0.20201023104507-9632e543c200/aws/resource_aws_ecs_service.go:1169 +0x47f
Offending config - note the portMappings, first line is ok, fails when using the ApplicationListener, have also tried the NetworkListener
const httpListener = new awsx.lb.ApplicationListener("http-listener", {
external: true,
port: 80,
});
let actAdminService = new awsx.ecs.FargateService(serviceName, {
name: serviceName,
cluster,
desiredCount: 1,
serviceRegistries: {
registryArn: discoveryService.arn,
},
taskDefinitionArgs: {
container: {
image: imageName,
memory: 256,
portMappings: [
// THIS WORKS { containerPort: 80, hostPort: 80, protocol: "tcp" }, { containerPort: 443, hostPort: 443, protocol: "tcp" }
httpListener //THIS FAILS
],
},
executionRole: execRole,
},
platformVersion: context.defaultPlatformVersion,
});
As well as https://medium.com/it-dead-inside/deploy-aws-fargate-clusters-with-pulumi-e06637e6821d and example here https://www.pulumi.com/blog/get-started-with-docker-on-aws-fargate-using-pulumi/tall-oil-62666
11/04/2020, 5:32 AMPULUMI_DISABLE_PROVIDER_PREVIEW=1
Seems to solve the issuesticky-translator-17495
11/04/2020, 12:15 PMadventurous-book-24480
11/04/2020, 1:16 PMvictorious-car-86108
11/04/2020, 2:01 PMError describing created certificate: Expected certificate to be issued but was in state PENDING_VALIDATION
. I've downgraded to Pulumi 2.11.2 with no success. A few issues I've stumbled across: Terraform, interface {} is string, not int, deletion of ACM Certificate. - Any one got any ideas on how to get this running? 👀big-account-56668
11/04/2020, 2:53 PM7604 step_executor.go:321] StepExecutor worker(23): step update on urn:pulumi:x::x.cloud::aws:s3/bucket:Bucket::storage-stage failed with an error: transport is closing
7604 step_executor.go:321] StepExecutor worker(23): step update on urn:pulumi:x::x.cloud::aws:s3/bucket:Bucket::storage-stage failed, signalling cancellation
Any ideas? I see other have seen a similar errors transport is closing
often indicating an underlying root cause.hallowed-cat-56281
11/04/2020, 5:51 PMname := fmt.Sprintf("member-%s", member.Username)
args := serviceaccount.IAMMemberArgs{
Role: pulumi.String(member.Role),
Member: pulumi.String(fmt.Sprintf("user:%s", member.EmailAddress)),
}
_, err := serviceaccount.NewIAMMember(ctx, name, &args)
if err != nil {
return err
}
return nil
I get the following error:`missing required argument 'ServiceAccountId'`
However, I do fully understand why it’s asking me a ServiceAccountID (and which one) at this point as I was creating IAM Members as follow with Terraform without any issues:
resource "google_project_iam_member" "users" {
role = "roles/viewer"
member = "user:<EMAIL_ADDRESS>"
}
So I understand that it’s expecting a fully qualified ServiceAccountID but don’t get why and which one, any ideas?hundreds-musician-51496
11/04/2020, 7:33 PM@pulumi\@pulumi
documentation for typescript on the website. The URL is https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/pulumi/ but the package does not show up in the sidebar under "API":wet-noon-14291
11/04/2020, 11:05 PMprehistoric-shoe-5168
11/04/2020, 11:13 PMprehistoric-shoe-5168
11/04/2020, 11:14 PMprehistoric-shoe-5168
11/05/2020, 12:14 AMprehistoric-shoe-5168
11/05/2020, 12:16 AMbroad-dog-22463
11/05/2020, 12:16 AMprehistoric-shoe-5168
11/05/2020, 12:17 AMprehistoric-shoe-5168
11/05/2020, 12:17 AM