adamant-waitress-42469
10/17/2022, 9:55 AMadamant-waitress-42469
10/17/2022, 9:55 AMadamant-waitress-42469
10/17/2022, 10:24 AMadamant-waitress-42469
10/17/2022, 10:29 AMfew-plastic-88435
10/17/2022, 12:38 PMlively-crayon-44649
10/17/2022, 1:29 PMfast-river-57630
10/17/2022, 2:30 PMmost-mouse-38002
10/17/2022, 2:34 PMdev
or staging
in multiple projects? If I try, I am told that stack already exists.enough-garden-22763
10/17/2022, 5:50 PMPULUMI_OPTIMIZED_CHECKPOINT_PATCH=true
in the environment.purple-angle-61594
10/17/2022, 7:25 PMcrooked-student-89656
10/17/2022, 9:04 PMcolossal-flower-74958
10/17/2022, 11:59 PMgorgeous-accountant-60580
10/18/2022, 7:45 AMquick-plumber-17782
10/18/2022, 8:25 AMconst backup = new aws.ec2.AmiFromInstance(`try-AMI`,{
sourceInstanceId : 'i-0000000000',
description:`AMI from instance`,
snapshotWithoutReboot:1
})
// Export the name of the bucket
exports.backupName = backup.name;
exports.backupId = backup.id;
exports.backupArn = backup.arn;
I got this error :
error: update failed
aws:ec2:AmiFromInstance (try-AMI -1892022115):
error: 1 error occurred:
* error creating EC2 AMI try-AMI -1892022115-a6bdcdd) from EC2 Instance ('i-0000000000'): InvalidInstanceID.NotFound: The instance ID 'i-0000000000'' does not exist
status code: 400, request id: c8ef283f-2cec-4e95-8439-d03cd3369c9b
in the aws managment console, I see the instance (running) , can anybody help me please ? thank you.early-account-23166
10/18/2022, 9:17 AMGRANT SELECT ON ALL TABLES IN SCHEMA dbtest.schema1 TO ROLE role_name;
.
But in pulumi-snowflake, it seems to be no way to do such thing. TableGrant
as below:
def TableGrant(resource_name: str,
opts: Optional[ResourceOptions] = None,
database_name: Optional[str] = None,
enable_multiple_grants: Optional[bool] = None,
on_future: Optional[bool] = None,
privilege: Optional[str] = None,
roles: Optional[Sequence[str]] = None,
schema_name: Optional[str] = None,
shares: Optional[Sequence[str]] = None,
table_name: Optional[str] = None,
with_grant_option: Optional[bool] = None)
table_name
type is string, accepting only one table at a TableGrant
call.
Is there a way to grant privilege on ALL tables to role in pulumi-snowflake?
Thank you.brief-alligator-51254
10/18/2022, 10:17 AMaws.lambda.Function
to deploy to my localstack setup and I was hoping I could have a fast way to iterate over local changes, but I couldn't find a way to do so.
I noticed that aws.lambda.Function
zips the code (pulumi.asset.AssetArchive
), which means that enabling hot swapping in localstack won't make any difference unless we have a way to make Pulumi repack the content of the lambda on demand.
• I have tried using pulumi watch, but with no success. It seems that only the pulumi code is being watched, not the code of the lambda functions.
• I have also tried running pulumi up
every time a change was made on the lambda code, but that has extreme bad performance and possibly other side effects.
What should I be looking at?
Are there workarounds I could be trying?sparse-battery-7339
10/18/2022, 12:18 PMbland-tailor-50336
10/18/2022, 2:39 PMbland-tailor-50336
10/18/2022, 2:40 PMbland-tailor-50336
10/18/2022, 2:42 PMbored-baker-95734
10/18/2022, 2:48 PMmost-mouse-38002
10/18/2022, 2:53 PMjolly-addition-88642
10/18/2022, 9:39 PMwarning: One or more imported inputs failed to validate. This is almost certainly a bug in the `gcp` provider. The import will still proceed, but you will need to edit the generated code after copying it into your program.
warning: gcp:compute/sSLCertificate:SSLCertificate resource 'test_cert' has a problem: Missing required argument: The argument "private_key" is required, but no definition was found.. Examine values at 'SSLCertificate.PrivateKey'.
little-cartoon-10569
10/18/2022, 10:56 PMcolossal-flower-74958
10/19/2022, 12:20 AMrough-jordan-15935
10/19/2022, 7:33 AMadorable-butcher-51503
10/19/2022, 7:42 AMadorable-butcher-51503
10/19/2022, 7:43 AMbig-balloon-17802
10/19/2022, 8:50 AMbranch name
or commit sha
for pulumi stack using cli? pulumi stack --stack stack_name
doesn’t show. Still this information is available in pulumi app, Cheers !great-sunset-355
10/19/2022, 9:53 AMgreat-sunset-355
10/19/2022, 9:53 AMechoing-dinner-19531
10/19/2022, 3:45 PM