little-journalist-4778
11/23/2021, 10:28 AMlively-answer-93856
11/23/2021, 4:06 PM-- aws:ecs/taskDefinition:TaskDefinition (delete-replaced)
output shows old values.swift-pharmacist-99893
11/23/2021, 4:40 PMautomatically unsecret
or do I need to use pulumi.Output.unsecret
?rapid-raincoat-36492
11/23/2021, 9:52 PMmagnificent-lifeguard-15082
11/23/2021, 9:54 PMmost-lighter-95902
11/23/2021, 11:37 PMmost-lighter-95902
11/23/2021, 11:37 PMconst cluster = new eks.Cluster({...})
most-lighter-95902
11/23/2021, 11:37 PMthis.clusterOidcProviderId = cluster.core.oidcProvider?.id
most-lighter-95902
11/23/2021, 11:37 PMthis.eksHash = this.clusterOidcProviderId?.apply(oidcProviderId => oidcProviderId.split('/').slice(-1)[0])
most-lighter-95902
11/23/2021, 11:38 PMhelpful-afternoon-10938
11/24/2021, 4:54 AMpulumi stack --show-urns
witty-honey-13693
11/24/2021, 6:09 AMbulky-policeman-29913
11/24/2021, 2:09 PMnice-shampoo-33014
11/24/2021, 3:27 PMit might use a feature cf2pulumi doesn't support
Diagnostics:
Warning: Resource not supported
Resource "aws-native:appsync:Resolver" is not yet supported by AWS CloudControl API. Code generated for "loguserResolver" is for reference only.
busy-helicopter-97413
11/24/2021, 5:31 PMhigh-holiday-63390
11/24/2021, 6:17 PMbulky-policeman-29913
11/24/2021, 6:33 PMfast-easter-23401
11/24/2021, 7:44 PMrich-cat-16319
11/25/2021, 1:11 AMwitty-honey-13693
11/25/2021, 3:37 AMsteep-beach-52652
11/25/2021, 6:03 AMsteep-beach-52652
11/25/2021, 6:05 AMsteep-beach-52652
11/25/2021, 6:05 AMrapid-soccer-98878
11/25/2021, 7:04 AMsticky-airline-40485
11/25/2021, 11:21 AMSystem.InvalidOperationException: This operation cannot be performed on a default instance of ImmutableArray<T>
errors. They pop up at random places and the only thing I can do is comment code, do pulumi up
, and then uncomment the code and hopefully it will go away. Anyone coming across thismagnificent-lifeguard-15082
11/25/2021, 3:56 PMlocal
and default
state backends? On the cloud a stack reference is derived from project name and stack name (ie. [ORG/]PROJECT/STACK
) but locally it’s just the stack (ie. STACK
). This means I end up with conflicts because every project has a "local"
stack. You can specify a location per login but I presume logging in separately for every project is going to be a pain and mean I cannot do anything in parallel (a non-starter).
Is my only solution to have an inconsistent stack name of “local-PROJECT” (Pulumi.production.yml
next to Pulumi.local-projec.yml
) or am I missing something else? Slightly unfortunate that I also have to propagate logic for handling name convention difference into my runtime for StackReference too.thankful-father-68341
11/26/2021, 4:28 AMthankful-father-68341
11/26/2021, 4:28 AMbrave-nightfall-19158
11/26/2021, 5:20 PMable-camera-57198
11/26/2021, 5:51 PMable-camera-57198
11/26/2021, 5:51 PMbillowy-army-68599
11/26/2021, 5:54 PMpulumi stack export
should do itable-camera-57198
11/26/2021, 5:54 PMurn:pulumi:myproject-myenvironment-api::myproject-api::myproject:api:Service$gcp:serviceAccount/account:Account::ca-api
pulumi state delete
, it tells me that it can't be found.billowy-army-68599
11/26/2021, 9:17 PM$
- make sure you wrap in quoteswhite-balloon-205
11/27/2021, 12:03 AMpulumi stack --show-urns
should also do more directly what you are looking for here.able-camera-57198
12/03/2021, 2:56 AM