steep-toddler-98503
10/30/2020, 3:53 AMfuture-ocean-92178
10/30/2020, 8:29 AMI try to let create new NIC after vswitch has created. so I use pulumi.DependsOn . but this code does not work. it will complain "./main.go:208:4: cannot use vswitchId (type vpc.Switch) as type pulumi.Resource in slice literal:
vpc.Switch does not implement pulumi.Resource (pulumi.addTransformation method has pointer receiver)"future-ocean-92178
10/30/2020, 8:29 AMfuture-ocean-92178
10/30/2020, 8:30 AMdamp-elephant-82829
10/30/2020, 9:21 AMdamp-elephant-82829
10/30/2020, 9:22 AMdamp-elephant-82829
10/30/2020, 9:22 AMdamp-elephant-82829
10/30/2020, 9:23 AMdamp-elephant-82829
10/30/2020, 9:24 AMunopac:modules:Project branch-project create
jolly-lunch-12979
10/30/2020, 11:54 AMbetter-actor-92669
10/30/2020, 12:24 PMvpn:router_to_hq_1_bgp_asn: "65509"
I want to change it's value to be an integer. However, when I set it pulumi config set vpn:router_to_hq_1_bgp_asn 65509
it still get written to the Pulumi's yaml config file as a string.
Even when I change it manually via an editor (remove quotes), after issuing pulumi up
it reverts it to a string.
Is there a way I can specifically set a config's value type to integer?
I know that I can cast its type via code, but I just want to understand if it is possible.famous-area-1376
10/30/2020, 2:47 PMearly-kite-86569
10/30/2020, 4:12 PMtall-stone-8237
10/30/2020, 5:54 PMpulumi-python:dynamic:Resource (Pulumi Test Import):
error: Preview failed: Exception calling application: '__provider'
Getting the logs of the entire process doesn’t tell why there is an error but the dynamic provider works just fine when I am creating, updating and deleting resources.
Helpicy-jordan-58549
10/30/2020, 6:32 PMDiagnostics:
pulumi:pulumi:Stack (redis-dev):
(node:50199) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 unhandledRejection listeners added to [process]. Use emitter.setMaxListeners() to increase limit
(node:50199) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(node:50199) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 exit listeners added to [process]. Use emitter.setMaxListeners() to increase limit
powerful-morning-93143
10/30/2020, 10:40 PMaverage-kilobyte-47828
10/31/2020, 11:19 AMerror: invalid configuration key: could not parse devalert-infra:aws:region as a configuration key (configuration keys should be of the form `<namespace>:<name>`)
kind-school-28825
11/01/2020, 6:32 AMpolite-motherboard-78438
11/01/2020, 11:18 AMfresh-painting-68573
11/01/2020, 6:24 PMstocky-spoon-28903
11/01/2020, 6:51 PMcrd2pulumi
stocky-spoon-28903
11/01/2020, 6:51 PMcurved-alligator-54130
11/01/2020, 8:01 PM# create bucket works great.
sink = logging.OrganizationSink("resource-ops-sink",
destination=f"<http://storage.googleapis.com/{bucket.id}|storage.googleapis.com/{bucket.id}>",
filter=filter,
org_id=org)
# create Org Sink not so much.
sink = logging.OrganizationSink("resource-ops-sink",
destination=f"<http://storage.googleapis.com/{bucket.id}|storage.googleapis.com/{bucket.id}>",
filter=filter,
org_id=org)
The above sink creation returns an error
* googleapi: Error 404: Bucket <pulumi.output.Output object at 0x10bcc16a0> does not exist, notFound
The destination input of a sink for a bucket is the value "storage.googleapis.com/BUCKET". I understand the value doesn't exist yet and it's set asynchronously. I've tried both
dest = Output.concat("<http://storage.googleapis.com/|storage.googleapis.com/>", bucket.id)
dest = Output.all(bucket.id).apply(lambda l: f"<http://storage.googleapis.com/{l[0]}|storage.googleapis.com/{l[0]}>")
Any thoughts or suggestions on how I can make this work? Thanks,magnificent-restaurant-51456
11/02/2020, 8:02 AMbored-intern-60856
11/02/2020, 8:49 AMmysterious-portugal-46322
11/02/2020, 9:20 AMfierce-engine-31599
11/02/2020, 10:30 AMbillions-glass-17089
11/02/2020, 12:24 PMwet-soccer-72485
11/02/2020, 3:04 PMbig-account-56668
11/02/2020, 3:33 PMterraform mv
? I am refactoring and would like to rename items within a single state file. If there is no facility to move/rename resources, is there another way to achieve the same result?big-account-56668
11/02/2020, 3:33 PMterraform mv
? I am refactoring and would like to rename items within a single state file. If there is no facility to move/rename resources, is there another way to achieve the same result?sticky-translator-17495
11/02/2020, 8:02 PMbig-account-56668
11/05/2020, 2:16 PM