fast-river-57630
10/27/2021, 7:09 PMelegant-pager-5412
10/28/2021, 5:05 AMauthorizerId
property on the route. Pulumi detects it and says it’s going to update it, however, it does nothing on AWS. In fact, when I try to re-deploy, it shows me again that it’s going to update the routes but once again, it does nothingbetter-shampoo-48884
10/28/2021, 7:19 AMpulumi up
? I know it's possible to -t
existing URNs for updating (again, would also work if there was an -exclude, but hey) - but if its new code it wouldn't have a URN to target yet..
Basically, can i get pulumi to create only this:
+ │ ├─ azure-native:keyvault:Secret secret-keypair-vault-public-1 create
bumpy-bear-61087
10/28/2021, 8:42 AMbland-cat-29878
10/28/2021, 10:25 AMhigh-holiday-63390
10/28/2021, 10:34 AMgreat-sunset-355
10/28/2021, 12:51 PMlimited-rainbow-51650
10/28/2021, 1:17 PMpulumi.dynamic.ResourceProvider
(1-1 relationship) or can I implement a single dynamic provider for multiple dynamic resource types? If I can use a single dynamic provider, who do I differentiate between the resource type to create/update/delete?sparse-gold-10561
10/28/2021, 2:23 PMfaint-ambulance-18922
10/28/2021, 9:03 PMpulumi config set gcp:project test
let config = new pulumi.Config();
let defaultGCPProject = config.require("gcp:project");
doesn’t work.full-artist-27215
10/28/2021, 9:05 PMpulumi.Config("gcp").require("project")
full-artist-27215
10/28/2021, 9:05 PMbillowy-army-68599
let config = new pulumi.Config()
let defaultGCPProject = config.get("gcp:project") || "a-default-project;
billowy-army-68599
config.get
makes it optionalfaint-ambulance-18922
10/28/2021, 9:08 PMlittle-soccer-5693
10/29/2021, 4:03 PM...
Flags:
-c, --config stringArray Config to save
but then doesn't describe the correct syntax for stringArray. Is there an example somewhere that I could look at?icy-pager-11287
10/29/2021, 4:16 PMchilly-hairdresser-56259
10/29/2021, 4:41 PMstraight-eye-78015
10/29/2021, 5:29 PMsparse-student-54516
10/29/2021, 7:19 PMmost-lighter-95902
10/29/2021, 8:57 PMpulumi import
cli to import a Istio Gateway created by Knative because I can’t figure out what the resource type is. I read the docs on this and also tried to infer the type via pulumi stack --show-urns
etc but I can’t seem to successfully import this resource due to unknown resource type error. Any pointers would be appreciated.gray-mechanic-96597
10/29/2021, 9:01 PMnice-father-44210
10/31/2021, 1:16 PMec2.RouteTable
(that has existing routes) but I want to manage the ec2.Route
resources in a standalone manner (as opposed to in-line). What’s the right way to accomplish this?
Should it work if construct the RouteTable
object with ResourceOptions(import_ = "rtb-xxx")
while omitting the routes
parameter?dazzling-sundown-39670
10/31/2021, 2:06 PMmost-lighter-95902
10/31/2021, 4:40 PMspec.config
) after its creation - i.e. KnativeServing CustomResource is already in Pulumi state and I need to update that state later in the code (after some other operation is finished).most-lighter-95902
10/31/2021, 4:43 PMmost-lighter-95902
10/31/2021, 4:45 PMcold-motherboard-287
11/01/2021, 12:47 PMpassphrase
as a fallback in case you lose access to the AWS KMS key.early-keyboard-41388
11/01/2021, 1:19 PMpassphrase
and kind of stuck with error error: incorrect passphrase
.
Is there a way to get around it? Do I have to delete the Pulumi.<stack>.yaml
and files in the .Pulumi
directory (and any cloud resources deleted manually)?
Thanks.sticky-airline-40485
11/01/2021, 2:13 PMunable to discover AWS AccessKeyID and/or SecretAccessKey
. Anyone else encountering this?