wet-gigabyte-99270
11/01/2022, 2:40 PMripe-russia-4239
11/01/2022, 4:42 PMtf2pulumi
still supported? It looks like the web version's stopped working, and the repo hasn't been updated in ~18 months as far as I can seesquare-window-64861
11/02/2022, 1:40 PMpulumi.Output<string>
as a variable ? I’m using mocha.js & chai
Error:
(property) TargetGroupArgs.vpcId: pulumi.Output<string>
Type 'string' is not assignable to type 'Output<string>'.
ambitious-agent-35343
11/02/2022, 3:16 PMambitious-alligator-62127
11/02/2022, 3:27 PMpulumi stack change-secrets-provider <azurekeyvault://cg-test-kv.vault.azure.net/keys/dev-stacks>
error: open keeper <azurekeyvault://cg-test-kv.vault.azure.net/keys/dev-stacks>: failed to Dial default KeyVault: MSI not available
increasing verbosity does not add any additional output. Couldn't tell what area this is exactly related to. If I need to post in different channel, let me know.
Suggestions?polite-ocean-13631
11/02/2022, 3:32 PMpulumi stack graph
command that claims to "export a stack’s dependency graph to a file". How do you define a stack's dependencies? How are these dependencies used?few-plastic-88435
11/02/2022, 4:14 PMkind-country-41992
11/02/2022, 5:31 PMwhite-chef-55657
11/02/2022, 5:45 PMpreview --expect-no-changes
and if that command returns non-zero run update
but I was hoping there’s a nice way of doing it instead of this ugly hack
has anyone encountered something similar?bitter-salesclerk-37287
11/02/2022, 8:10 PMpulumi up
from my laptop, and have the service running with the proper configurations. (?)polite-ocean-13631
11/02/2022, 10:13 PMregister_output
as explained here: https://www.pulumi.com/docs/intro/concepts/resources/components/#registering-component-outputs
How can we hide outputs? I want to make it so that my custom components only expose a small subset of their outputs to ensure we don't accidentally develop a dependency on something unstable.damp-honey-93158
11/03/2022, 9:41 AMpurple-coat-73595
11/03/2022, 3:23 PMkind-country-41992
11/03/2022, 3:57 PMtall-crowd-93084
11/03/2022, 7:44 PMpanic: interface conversion: interface {} is string, not int
not sure if this is a bug in the new version or related to me trying to import some resources from hetzner, but wanted to flag it here in case it's the former. Happy to raise an issuegorgeous-minister-41131
11/04/2022, 1:41 AMset_config()
method doesn't support using a path key?
stack.set_config("pulumi:disable-default-providers[0]", auto.ConfigValue("*"))
Results in a literal config with [0] in its name.. but if I use --path on the cli I can force it to a list of string... is there a more correct way to do this?? setting complex types via automation?busy-whale-18770
11/04/2022, 10:02 AMfull-pencil-66049
11/04/2022, 1:56 PMDashboardJson
from an exported JSON from Datadog itself, but I'm having trouble with the definition of query_values
.
🧵purple-minister-96588
11/04/2022, 2:29 PMhost = cache.host.apply(lambda k: k)
Which from what I can tell is meant to be right, but host remains an output.gray-fountain-32432
11/04/2022, 2:53 PMflaky-arm-38472
11/04/2022, 3:36 PMgorgeous-country-43026
11/04/2022, 4:48 PMdamp-honey-93158
11/04/2022, 5:14 PMbusy-dentist-99842
11/04/2022, 5:35 PMdeleteBeforeReplace: true
property in CustomResourceOptions
. It seems like it's not getting applied to the resource. When I run pulumi up
. Pulumi still tries to do a create before delete on a replacement.
I put in the issue below but does anyone see an obvious error in my code?
import * as aws from '@pulumi/aws';
const cluster = new aws.ecs.Cluster('playground', {name: 'playground'});
new aws.ecs.ClusterCapacityProviders(
'playground',
{
clusterName: 'playground',
capacityProviders: ['FARGATE'],
defaultCapacityProviderStrategies: [
{
base: 1,
capacityProvider: 'FARGATE',
weight: 100,
},
],
},
{
dependsOn: cluster,
deleteBeforeReplace: true,
}
);
https://github.com/pulumi/pulumi/issues/11259salmon-motherboard-78006
11/04/2022, 9:15 PMcf2pulumi
to convert to Pulumi code but getting an error… not sure if because of the place holders...
Will paste the CF code in the replies.
source: https://help.sumologic.com/docs/send-data/hosted-collectors/amazon-aws/aws-kinesis-firehose-logs-source/bland-tailor-50336
11/05/2022, 6:17 AMblue-jelly-98553
11/05/2022, 5:02 PM__main__.py
definition into smaller, more manageable py files. For example, I'm specifying multiple AWS SES templates, where I'd like that IAC code to live in its own file. I looked through the docs, but it's not clear on how to achieve in a way similar to how terraform allows modules. A little bit like the example image...icy-controller-6092
11/05/2022, 11:50 PMaws:kinesis:FirehoseDeliveryStream unweb_fcp_etl_docs_lake update [diff: ~extendedS3Configuration]
So far I’ve run with -v 20
but this did not produce any output, and I’ve also run through the steps at https://www.pulumi.com/docs/support/troubleshooting/ and cannot find anything relevant
What is the typical way to troubleshoot this type of problem?blue-jelly-98553
11/06/2022, 12:12 PMkind-country-41992
11/06/2022, 1:18 PMkind-country-41992
11/06/2022, 1:18 PMechoing-dinner-19531
11/06/2022, 1:44 PMkind-country-41992
11/06/2022, 6:04 PM