red-scooter-62880
07/26/2022, 12:02 PMicy-pilot-31118
07/26/2022, 12:58 PMdamp-honey-93158
07/26/2022, 2:00 PMcrooked-laptop-67565
07/26/2022, 7:59 PMfancy-shoe-18611
07/26/2022, 8:46 PMnode -e "require('./compiled-js')"
and i get Error: Program run without the Pulumi engine available; re-run using the pulumi CLI
then when i run pulumi watch compiled-js
i get pulumi watch is not currently supported on darwin/arm64
most-napkin-6669
07/27/2022, 8:06 AMmagnificent-address-3498
07/27/2022, 8:15 AMred-scooter-62880
07/27/2022, 9:01 AMred-scooter-62880
07/27/2022, 9:12 AMshy-rocket-89655
07/27/2022, 10:41 AMcuddly-magician-97620
07/27/2022, 2:07 PMconst redshiftCluster = new aws.redshift.Cluster(`redshift-cluster-${stack}`, {
clusterSubnetGroupName: redshiftSubnetGroup.id,
clusterIdentifier: `redshift-cluster-${stack}`,
clusterType: "multi-node",
numberOfNodes: Number(redshiftConfig.require("number-of-nodes")),
encrypted: true,
logging: {
enable: true,
},
publiclyAccessible: false,
enhancedVpcRouting: true,
databaseName: redshiftConfig.require("database-name"),
masterPassword: redshiftConfig.require("master-password"),
masterUsername: redshiftConfig.require("master-username"),
nodeType: redshiftConfig.require("node-type"),
skipFinalSnapshot: true,
tags: {
Pulumi: "True",
env: stack,
},
});
the logging
block is giving me a hard time. AWS recommends Cloudwatch, and Pulumi docs say I should be able to use it. But Pulumi does not like this:
logging: {
enable: true,
logDestinationType: "cloudwatch",
},
Pulumi v3.34.1
pulumi/aws 4.29.0
What am I doing wrong? Could it be that my aws provider is too old?red-scooter-62880
07/27/2022, 2:43 PMbusy-helicopter-97413
07/27/2022, 4:53 PMancient-night-64850
07/27/2022, 5:04 PMflat-umbrella-41594
07/28/2022, 6:19 AMcolossal-vr-62639
07/28/2022, 6:46 AMfile
parameter.
e.g.
pulumi plugin install resource sample-resource-provider --file sample-resource-provider.tar.gz
error: 404 HTTP error fetching plugin from <https://api.github.com/repos/pgermishuys/sample-resource-provider/releases/latest>. If this is a private GitHub repository, try providing a token via the GITHUB_TOKEN environment variable. See: <https://github.com/settings/tokens>
colossal-vr-62639
07/28/2022, 8:29 AMpulumi preview
). Pulumi knows to download and install the appropriate provider for the SDKs i'm using in my Pulumi project.red-scooter-62880
07/28/2022, 10:36 AMred-scooter-62880
07/28/2022, 2:40 PMerror: Code="InvalidParameters" Message="Invalid parameter: Cannot have two services in the same location 'East US'."
red-scooter-62880
07/28/2022, 3:02 PM"provisioningState": "Deleting"
big-account-56668
07/28/2022, 3:17 PMfew-yacht-11623
07/28/2022, 4:58 PMpulumi import
with the aws-native
provider? I tried pulumi import aws-native:s3/bucket:Bucket my-bucket my-bucket
and I get
Resource type aws-native:s3/bucket:Bucket not found
Not sure how to find the correct name for theselimited-rainbow-51650
07/28/2022, 5:08 PMstocky-petabyte-29883
07/28/2022, 6:14 PMripe-ram-38792
07/28/2022, 9:32 PMthankful-controller-17230
07/28/2022, 10:15 PMpulumi policy
is going to be supported for local execution?
error: File state backend does not support resource policy
red-scooter-62880
07/29/2022, 12:44 PMcolossal-vr-62639
07/29/2022, 12:50 PMmelodic-car-16900
07/29/2022, 1:15 PMpanic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x10 pc=0xd38807]
error: Preview failed: transport is closing
goroutine 52 [running]:
<http://github.com/digitalocean/terraform-provider-digitalocean/digitalocean.flattenCredentials({0xc0009ac920|github.com/digitalocean/terraform-provider-digitalocean/digitalocean.flattenCredentials({0xc0009ac920>, 0x1b}, {0xc000995678, 0x4}, 0x0)
/home/runner/go/pkg/mod/github.com/pulumi/terraform-provider-digitalocean@v1.19.1-0.20220406174106-35d0a4be61b3/digitalocean/resource_digitalocean_kubernetes_cluster.go:642 +0x47
<http://github.com/digitalocean/terraform-provider-digitalocean/digitalocean.digitaloceanKubernetesClusterRead(0xc0004ecf00|github.com/digitalocean/terraform-provider-digitalocean/digitalocean.digitaloceanKubernetesClusterRead(0xc0004ecf00>, 0xc0005da000, 0xc0000b4000)
/home/runner/go/pkg/mod/github.com/pulumi/terraform-provider-digitalocean@v1.19.1-0.20220406174106-35d0a4be61b3/digitalocean/resource_digitalocean_kubernetes_cluster.go:383 +0xaf3
<http://github.com/digitalocean/terraform-provider-digitalocean/digitalocean.resourceDigitalOceanKubernetesClusterRead({0x176b1f8|github.com/digitalocean/terraform-provider-digitalocean/digitalocean.resourceDigitalOceanKubernetesClusterRead({0x176b1f8>, 0xc0000b4008}, 0xc000117d80, {0x1277f60, 0xc000b2c840})
/home/runner/go/pkg/mod/github.com/pulumi/terraform-provider-digitalocean@v1.19.1-0.20220406174106-35d0a4be61b3/digitalocean/resource_digitalocean_kubernetes_cluster.go:311 +0x1ea
<http://github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema.(*Resource).read(0xc0003ed140|github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema.(*Resource).read(0xc0003ed140>, {0x176b1f8, 0xc0000b4008}, 0x24, {0x1277f60, 0xc000b2c840})
/home/runner/go/pkg/mod/github.com/pulumi/terraform-plugin-sdk/v2@v2.0.0-20201218231525-9cca98608a5e/helper/schema/resource.go:297 +0x1a3
<http://github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema.(*Resource).RefreshWithoutUpgrade(0xc0003ed140|github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema.(*Resource).RefreshWithoutUpgrade(0xc0003ed140>, {0x176b1f8, 0xc0000b4008}, 0xc0009be540, {0x1277f60, 0xc000b2c840})
/home/runner/go/pkg/mod/github.com/pulumi/terraform-plugin-sdk/v2@v2.0.0-20201218231525-9cca98608a5e/helper/schema/resource.go:564 +0x35b
<http://github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfshim/sdk-v2.v2Provider.Refresh({0xc0006a3870}|github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfshim/sdk-v2.v2Provider.Refresh({0xc0006a3870}>, {0x1440b28, 0x1f}, {0x176c0a0, 0xc000850f40})
/home/runner/go/pkg/mod/github.com/pulumi/pulumi-terraform-bridge/v3@v3.20.0/pkg/tfshim/sdk-v2/provider.go:125 +0x155
<http://github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.(*Provider).Read(0xc00036ab40|github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfbridge.(*Provider).Read(0xc00036ab40>, {0x176b268, 0xc00062c540}, 0xc0004c45a0)
/home/runner/go/pkg/mod/github.com/pulumi/pulumi-terraform-bridge/v3@v3.20.0/pkg/tfbridge/provider.go:941 +0x651
<http://github.com/pulumi/pulumi/sdk/v3/proto/go._ResourceProvider_Read_Handler.func1({0x176b268|github.com/pulumi/pulumi/sdk/v3/proto/go._ResourceProvider_Read_Handler.func1({0x176b268>, 0xc00062c540}, {0x139cfe0, 0xc0004c45a0})
/home/runner/go/pkg/mod/github.com/pulumi/pulumi/sdk/v3@v3.27.0/proto/go/provider.pb.go:2647 +0x7b
<http://github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc.OpenTracingServerInterceptor.func1({0x176b268|github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc.OpenTracingServerInterceptor.func1({0x176b268>, 0xc00062c4e0}, {0x139cfe0, 0xc0004c45a0}, 0xc000b118e0, 0xc0006fd740)
/home/runner/go/pkg/mod/github.com/grpc-ecosystem/grpc-opentracing@v0.0.0-20180507213350-8e809c8a8645/go/otgrpc/server.go:57 +0x425
<http://github.com/pulumi/pulumi/sdk/v3/proto/go._ResourceProvider_Read_Handler({0x13de460|github.com/pulumi/pulumi/sdk/v3/proto/go._ResourceProvider_Read_Handler({0x13de460>, 0xc00036ab40}, {0x176b268, 0xc00062c4e0}, 0xc00007cb40, 0xc0008376a0)
/home/runner/go/pkg/mod/github.com/pulumi/pulumi/sdk/v3@v3.27.0/proto/go/provider.pb.go:2649 +0x138
<http://google.golang.org/grpc.(*Server).processUnaryRPC(0xc000652700|google.golang.org/grpc.(*Server).processUnaryRPC(0xc000652700>, {0x1782e38, 0xc0002d0780}, 0xc0007c9e60, 0xc000358de0, 0x2199a98, 0x0)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.37.0/server.go:1217 +0xc8f
<http://google.golang.org/grpc.(*Server).handleStream(0xc000652700|google.golang.org/grpc.(*Server).handleStream(0xc000652700>, {0x1782e38, 0xc0002d0780}, 0xc0007c9e60, 0x0)
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.37.0/server.go:1540 +0xa2a
<http://google.golang.org/grpc.(*Server).serveStreams.func1.2()|google.golang.org/grpc.(*Server).serveStreams.func1.2()>
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.37.0/server.go:878 +0x98
created by <http://google.golang.org/grpc.(*Server).serveStreams.func1|google.golang.org/grpc.(*Server).serveStreams.func1>
/home/runner/go/pkg/mod/google.golang.org/grpc@v1.37.0/server.go:876 +0x294
sparse-intern-71089
07/29/2022, 2:24 PMsparse-intern-71089
07/29/2022, 2:24 PMechoing-dinner-19531
07/29/2022, 2:58 PMfreezing-window-60195
07/29/2022, 3:01 PMechoing-dinner-19531
07/29/2022, 3:02 PM