billowy-army-68599
bored-activity-40468
06/18/2021, 12:58 PMregister_stack_transformation
regardless of language be used to change the resource's name? I'm guessing no but want to verify.brash-kite-78002
06/18/2021, 1:45 PMfull-island-88669
06/18/2021, 2:32 PMERROR: Could not find a version that satisfies the requirement grpcio==1.38.0
But locally, there is no such problembright-stone-12333
06/18/2021, 6:32 PMfreezing-sugar-4269
06/18/2021, 8:30 PMorange-byte-86458
06/18/2021, 9:56 PMstack export/import
but I’m not sure at which point I’ll specify the new org name.. Thanks for any help!plain-jordan-82996
06/19/2021, 12:58 AMwitty-fireman-26899
06/21/2021, 3:37 AMbrainy-window-77332
06/21/2021, 8:06 AMbrainy-window-77332
06/21/2021, 8:09 AMsparse-nightfall-23734
06/21/2021, 8:52 AMgorgeous-country-43026
06/21/2021, 12:08 PMwet-sunset-4939
06/21/2021, 1:58 PMAgentPoolProfile.VnetSubnetID 192.0.0.0/8 is invalid. Please choose one that does not overlap 169.254.0.0/16, 172.30.0.0/16, 172.31.0.0/16, 192.0.2.0/24" Target="agentPoolProfile.vnetSubnetID"
lemon-monkey-228
06/21/2021, 2:50 PMbitter-island-28909
06/21/2021, 4:12 PMcuddly-leather-18640
06/21/2021, 4:24 PMCacheFrom
in the go sdk but it’s broken and now I’m looking to fix that.red-area-47037
06/21/2021, 4:25 PMpulumi refresh
followed by a pulumi up
. It looks like Pulumi doesnt correctly refreshs the state on the Cloudflare side for cloudflare.CertificatePack
.
I wanted to force a recreate of the CertificatePack and deleted the existing CertificatePack in the Cloudflare UI and started the script.
The pulumi up
does not detected the missing CertificatePack and therefore also pulumi up
will not recreate it...
Anyone ran into a similar problem before? I checked the open issues (https://github.com/pulumi/pulumi-cloudflare/issues) but couldnt find any related issue...gorgeous-eye-54797
06/21/2021, 4:59 PMgorgeous-eye-54797
06/21/2021, 5:00 PMgorgeous-eye-54797
06/21/2021, 5:00 PMgorgeous-eye-54797
06/21/2021, 5:00 PMproud-pizza-80589
06/21/2021, 10:39 PMerror: invalid character '}' after top-level value
errors using the automation api. I console logged a bit and even standalone pulumi -v=5 stack select settlemint/development-ceks01-9afd
gives me the first error. (the stack is new using createOrSelectStack) I found two other threads here on slack where you, @red-match-15116 , debugged it with the users. Any idea what causes this or how i solve it?brave-glass-88708
06/21/2021, 11:59 PMimport * as k8s from "@pulumi/kubernetes";
import * as kx from "@pulumi/kubernetesx";
const serviceAccount = new k8s.core.v1.ServiceAccount("test-service-account");
serviceAccount.secrets.apply(secretName => {
console.log(secretName[0].name);
const token = k8s.core.v1.Secret.get(secretName[0].name,`${serviceAccount.metadata.namespace}/${secretName[0].name}`).data.apply(v => {
console.log(v['token']);
});
});
however, i am met with
error: preview failed
kubernetes:core/v1:Secret (test-service-account-gd83fdyj-token-f5wqw):
error: Preview failed: failed to read resource because of a failure to parse resource name from request ID: Calling [toString] on an [Output<T>] is not supported.
To get the value of an Output<T> as an Output<string> consider either:
1: o.apply(v => `prefix${v}suffix`)
2: pulumi.interpolate `prefix${v}suffix`
any suggestions?orange-byte-86458
06/22/2021, 4:32 AMgreat-sunset-355
06/22/2021, 7:38 AMpulumi config
any other way than invoking cli?
For example can I restore the remote config from the local?bright-truck-37455
06/22/2021, 10:17 AM$ pulumi stack change-secrets-provider passphrase
Migrating old configuration and state to new secrets provider
$ unset PULUMI_CONFIG_PASSPHRASE_FILE
$ pulumi stack change-secrets-provider passphrase
error: constructing secrets manager of type "passphrase": unable to find either `PULUMI_CONFIG_PASSPHRASE` or `PULUMI_CONFIG_PASSPHRASE_FILE` ...
green-tailor-57362
06/22/2021, 12:30 PMgreen-tailor-57362
06/22/2021, 12:30 PMgreen-tailor-57362
06/22/2021, 12:31 PM