adorable-activity-71456
09/09/2022, 8:02 PMBestowinc/bestow-self-hosted/main (pulumi:pulumi:Stack)
error: update failed
prod-tai-windows-server-ip (gcp:compute:Address)
error: error reading from server: EOF
prod-tai-nat (gcp:compute:RouterNat)
error: error reading from server: EOF
prod-tai-sql-server (gcp:sql:DatabaseInstance)
error: error reading from server: EOF
Any Ideas? Full diagnostics in a thread…blue-leather-96987
09/11/2022, 10:14 PMadorable-activity-71456
09/12/2022, 6:23 PMbrash-alligator-49865
09/13/2022, 7:36 PMquiet-laptop-13439
09/15/2022, 1:36 PMquiet-laptop-13439
09/16/2022, 9:20 AMbrash-alligator-49865
09/18/2022, 9:56 AMbrash-alligator-49865
09/18/2022, 9:56 AMbrash-alligator-49865
09/18/2022, 9:56 AMbrash-alligator-49865
09/18/2022, 9:57 AMbrash-alligator-49865
09/18/2022, 9:57 AMpulumi stack init my-stack --secrets-provider="<gcpkms://projects/acmecorpsec/locations/us-west1/keyRings/prod/cryptoKeys/payroll>"
brash-alligator-49865
09/18/2022, 9:57 AMpulumi stack init my-stack --secrets-provider="<gcpkms://projects/acmecorpsec/locations/us-west1/keyRings/prod/>"
brash-alligator-49865
09/18/2022, 9:59 AMfamous-kite-52506
09/22/2022, 1:32 PMgorgeous-country-43026
09/23/2022, 8:16 AMgcloud auth
authenticated users but you are forced to use a service account? Is this true and is there any way to go around this? I mean, gcloud auth
is much better security wise for IaC unless one setups infrastructure setup into CI/CD but then one cannot really do development locally. Any tips or tricks or am I screwed?bulky-minister-91867
09/23/2022, 12:45 PMgentle-nightfall-2327
09/26/2022, 4:57 PMgentle-nightfall-2327
09/26/2022, 5:00 PMfuture-window-78560
09/26/2022, 5:14 PMbucket01
in <mailto:gcpacc11@gmail.com|gcpacc11@gmail.com>
and bucket01
in <mailto:gcpacc22@gmail.com|gcpacc22@gmail.com>
especially when <mailto:gcpacc11@gmail.com|gcpacc11@gmail.com>
is deleted
I get this error so I have to change the bucket name in the script every time which is a manual step in the automation process and we need to avoid that
googleapi: Error 409: The requested bucket name is not available. The bucket namespace is shared by all users of the system. Please select a different name and try again., conflict
future-window-78560
09/26/2022, 5:24 PMbrash-alligator-49865
09/28/2022, 6:25 PMaloof-leather-66267
10/03/2022, 3:21 AMgcp:serviceAccount/key:Key
with the serviceAccountId
?
When I run pulumi import
with the name
and id
, I get a warning that serviceAccountId
is missing, even if I add it to the JSON file. I can still complete the import, but the state is created without the serviceAccountId
, and if I add it to the code, Pulumi thinks it's a different resource and wants to replace the imported one.delightful-monkey-90700
10/03/2022, 5:12 PMincalculable-flag-48574
10/04/2022, 3:00 PMbillowy-nightfall-59212
10/18/2022, 9:53 PMp, err := serviceaccount.NewAccount(ctx, "prom-frontend",
&serviceaccount.AccountArgs{
AccountId: pulumi.String("prom-frontend"),
DisplayName: pulumi.String("prom-frontend"),
Project: pulumi.String(c.Project),
})
if err != nil {
return err
}
// create Project Iam policy binding for the service account to the role roles/storage.admin
_, err = serviceaccount.NewIAMBinding(ctx, "foo-bar-iam-binding", &serviceaccount.IAMBindingArgs{
Role: pulumi.String("roles/storage.admin"),
Members: pulumi.StringArray{
pulumi.String("serviceAccount:prom-frontend@experiments.iam.gserviceaccount.com"),
},
ServiceAccountId: p.Name,
})
if err != nil {
return err
}
jolly-addition-88642
10/18/2022, 10:28 PMwarning: One or more imported inputs failed to validate. This is almost certainly a bug in the `gcp` provider. The import will still proceed, but you will need to edit the generated code after copying it into your program.
warning: gcp:compute/sSLCertificate:SSLCertificate resource 'test_cert' has a problem: Missing required argument: The argument "private_key" is required, but no definition was found.. Examine values at 'SSLCertificate.PrivateKey'.
billowy-nightfall-59212
10/20/2022, 6:14 PMmicroscopic-cpu-38113
10/25/2022, 11:22 AMthousands-pizza-93362
10/25/2022, 11:47 PMthousands-pizza-93362
10/25/2022, 11:47 PMthousands-pizza-93362
10/25/2022, 11:47 PM