bitter-dentist-28132
03/06/2020, 6:52 PMmillions-judge-24978
03/06/2020, 9:56 PMpulumi preview -t urn:xxx --target-dependents
where xxx
is the parent of some subset of my stack, but I’m getting an error:
Cannot delete parent resource `xxx` without also deleting child `yyy`
I would have thought --target-dependents
would fix that. Am I missing something or is this possibly a bug?worried-flower-67569
03/06/2020, 10:11 PMrepos
pulumi suggests it needs to re-create both repos because their order changed. Clearly, my repos aren't keyed by index but by their names. In terraform I'd use for_each
over a set. How do I achieve the same in pulumi?quick-camera-25111
03/06/2020, 10:15 PMpulumi plugin install
in a shell-script, but this won't do anything. Running the same command in the same directory in the terminal installs the current aws resource plugin.
Any idea on how to make this command work in a script without specifying the exact plugin to install?crooked-solstice-88279
03/06/2020, 11:20 PMpulumi destroy
I get a failure:
Do you want to perform this destroy? yes
Destroying (ng-dev):
Type Name Status Info
pulumi:pulumi:Stack devng-ng-dev **failed** 1 error
- └─ aws:apigateway:Deployment normalgaussiandev **deleting failed** 1 error
Diagnostics:
aws:apigateway:Deployment (normalgaussiandev):
error: deleting urn:pulumi:ng-dev::devng::aws:apigateway:x:API$aws:apigateway/deployment:Deployment::normalgaussiandev: error deleting API Gateway Deployment (855quj): BadRequestException: Active stages pointing to this deployment must be moved or deleted
pulumi:pulumi:Stack (devng-ng-dev):
error: update failed
green-morning-1318
03/07/2020, 10:21 PMwet-sunset-4939
03/08/2020, 11:37 AM// Create the API definition and map it to the HTTP Function backend
const api = new azure.apimanagement.Api(name, {
name,
resourceGroupName: apimInfo.group,
apiManagementName: apimInfo.name,
displayName: displayName || name,
import: autoImport
? {
contentFormat: 'swagger-json',
contentValue: fs.readFileSync(`./${env}-api.json`, 'utf8')
}
: undefined,
path: apiSuffix || '',
protocols: ['https'],
revision,
serviceUrl
});
glamorous-policeman-63745
03/08/2020, 4:13 PMbumpy-exabyte-11757
03/08/2020, 4:19 PMbumpy-exabyte-11757
03/08/2020, 4:19 PMbumpy-exabyte-11757
03/08/2020, 4:20 PMPORT
env variable?bumpy-exabyte-11757
03/08/2020, 4:21 PMbrief-alligator-51254
03/08/2020, 6:51 PM@pulumi/docker
requires me to have a proper docker registry running (which I would like to avoid for dummy localhost deployments).
I even started setting up a local docker registry in my machine, but the struggle to setup TLS and authentication on it made me think that there must be an easier path for this 😕colossal-room-15708
03/09/2020, 4:03 AMastonishing-tiger-81216
03/09/2020, 1:49 PMbetter-rainbow-14549
03/09/2020, 2:04 PMmelodic-alarm-7397
03/09/2020, 5:24 PMpulumi up
then select details
(pulumi up --details
) ?chilly-magazine-4507
03/10/2020, 2:47 PMbitter-dentist-28132
03/10/2020, 5:46 PMtall-stone-8237
03/11/2020, 6:24 AMmammoth-caravan-51104
03/11/2020, 8:18 AMlimited-rainbow-51650
03/11/2020, 10:47 AMpulumi up [template|url] [flags]
However the docs do not specify much on what template
or url
can be. Can this be elaborated a bit more?better-actor-92669
03/11/2020, 10:47 AMError reading SslCertificate: googleapi: Error 400: The ssl_certificate resource 'projects/some-project/global/sslCertificates/base-site-ssl-certificate' is already being used by 'projects/some-project/global/targetHttpsProxies/base-site-http-proxy', resourceInUseByAnotherResource
thousands-london-78260
03/11/2020, 1:23 PMacceptable-army-69872
03/11/2020, 2:33 PMbetter-rainbow-14549
03/11/2020, 3:49 PMunable to open bucket <file://oldfolder>
including pulumi logoutbitter-dentist-28132
03/11/2020, 4:07 PMdeleteBeforeReplace: true
?echoing-breakfast-73834
03/11/2020, 4:56 PMearly-musician-41645
03/11/2020, 5:15 PMearly-intern-90238
03/11/2020, 11:05 PM