echoing-oil-42947
01/06/2023, 8:41 PMplain-keyboard-29627
01/06/2023, 10:06 PMcreate
and update
methods, but wanted to make sure they were safe (e.g. will be stored encrypted) to return as results. If I passed config.requireSecret('mySecretKey')
as an argument to my provider, is it safe to set outs
like this?
async update(id, olds, news) {
await this.createOrUpdate(olds, news); // internal, implementation doesn't matter
return { outs: news };
}
hallowed-australia-10473
01/07/2023, 7:55 AMelegant-crayon-4967
01/07/2023, 3:51 PMlocalValidityPeriodHours
validityPeriodHours
?abundant-oxygen-75465
01/08/2023, 1:05 PMcreamy-monkey-35142
01/09/2023, 2:49 AMpulumi up
for specific resource inside a folder? as I have tree below and I want run pulumi up
for resource inside folder cloudflare/dns/redacted/redacted1/Record.json
cloudflare
├── README.md
├── dns
│ ├── redacted
│ │ ├── redacted1
│ │ │ ├── Record.json
│ │ └── redacted2
│ │ └── Record.json
│ └── convert.py
└── zerotrust
├── access
│ └── redacted
│ ├── AccessApplication.json
│ └── AccessGroup.json
└── gateway
└── redacted
├── TeamsList.json
├── TeamsLocation.json
├── TeamsProxyEndpoint.json
└── TeamsRule.json
orange-terabyte-97049
01/09/2023, 11:24 AMloud-computer-69351
01/09/2023, 2:39 PMchilly-magazine-6129
01/09/2023, 3:56 PMhigh-morning-17948
01/09/2023, 4:07 PMflat-pager-43269
01/09/2023, 4:47 PMAttributeError: module '<http://pulumi_azure_native.app|pulumi_azure_native.app>' has no attribute 'ManagedEnvironmentStorageResponsePropertiesArgs'
Why the examples are not working out of the box? 😞gifted-fall-44000
01/09/2023, 5:52 PMhundreds-yacht-71603
01/09/2023, 6:42 PMcrooked-laptop-67565
01/09/2023, 6:42 PMpulumi refresh
to alert Pulumi that the instance is gone
3. Run pulumi up
to get a new oneplain-belgium-35196
01/09/2023, 8:14 PMfuture-pharmacist-95482
01/09/2023, 10:46 PMabundant-dawn-11116
01/10/2023, 2:21 AMbucket.Apply(b=>b.BucketName)
and bucket.BucketName.Apply(v => v)
but neither work. Am I going about this horribly wrong? Thanks in advance.
using System.Collections.Generic;
using Pulumi;
using Aws = Pulumi.Aws;
return await Deployment.RunAsync(() =>
{
var bucket = new Aws.S3.Bucket($"bucket", new()
{
Versioning = new BucketVersioningArgs { Enabled = true },
});
var test = new Aws.Ecs.TaskDefinition("test", new()
{
Family="family",
ContainerDefinitions = $@"[{{
...
""environment"": [{{
""name"": ""BUCKETNAME"",
""value"": ""{{bucket.BucketName}}""
}}],
...
}}]"
});
});
high-portugal-42253
01/10/2023, 5:23 AMhigh-portugal-42253
01/10/2023, 5:24 AMbetter-activity-84090
01/10/2023, 2:32 PMpulumi up
from the cli) for several team members, using various french ISPs.
It works fine while on a mobile hostpot, which points to a network/routing issue ?bland-pharmacist-96854
01/10/2023, 4:26 PMnice-application-79035
01/10/2023, 7:03 PMprimary key
using list_storage_account_keys_output(…) method. My use case is that I need to pass this primary_key to the azure pipeline task so that service deployment can use it further.
When I passed this primary via os.environ[‘primary_key’] to the pipeline, it reported error as “TypeError("str expected, not %s" % type(value).name)”. Then, I used Output.all(primary_key).apply(lambda args: f’{args[0]}’) which was recommended but still getting the same error.
Can you please advice how can I pass value of primary_key as a str to the azure pipeline?lively-pizza-96645
01/10/2023, 7:17 PMelegant-pillow-72893
01/10/2023, 8:39 PMcuddly-hairdresser-74798
01/10/2023, 8:58 PMOutput<string>
how can I use it as an Input<string>
?cuddly-hairdresser-74798
01/10/2023, 9:25 PMreplace
, is there a way to get a detailed diff? the summary view has like [diff: ~blah]
on the CLI, on the web when I go to Diff
it seems like I only see the removed version and not the new versionadventurous-baker-38015
01/11/2023, 8:01 AMadorable-action-51248
01/11/2023, 10:27 AMresource plugin docker-3.7.0-alpha.1668812666] downloading from : failed to download plugin: docker-3.7.0-alpha.1668812666
it just happened. the pulumi deployments now are failing. while they work last week.
tried pulumi 3.40.2
and 3.42.0
.
brew upgrade pulumi
does not upgrade to 3.51.0
acoustic-country-86810
01/11/2023, 2:24 PMacoustic-country-86810
01/12/2023, 7:23 AM