brainy-church-78120
02/26/2021, 5:23 PMdelightful-salesclerk-16161
nice-holiday-8523
03/02/2021, 6:28 PMcold-jackal-25814
03/03/2021, 4:06 PMgentle-gold-64302
03/03/2021, 7:29 PMgreen-motherboard-37108
03/03/2021, 11:39 PMTypeError: 'Vpc' object is not subscriptable
. tl;dr how do i correctly reference the vpc id? any helpful pointers in the right direction would be much appreciated! 🙏 code in thread...boundless-lighter-48678
03/05/2021, 8:57 AMbrainy-church-78120
03/05/2021, 3:25 PMtall-yacht-63106
03/08/2021, 10:34 AMhigh-microphone-79954
03/09/2021, 1:25 PMvar args = new ResourceGroupArgs {ResourceGroupName = "AppShared"};
inside my stack... I can deploy changes to my Azure subscription, but I wonder why the name is always AppShared{SOME_RANDOM_CHARACTERS} when i browse resources on azure portal? I need the name to be set exactly as I defined. Please advicenumerous-table-61756
03/11/2021, 7:02 AMerror: 1 error occurred:
* error creating Lambda Function (1): RequestEntityTooLargeException:
status code: 413, request id: ce25e9d7-45aa-4de3-a2b5-26a29372d6d3
when trying to upload an aws lambda with size of 72M. Any known way to solve this?salmon-solstice-66768
03/11/2021, 2:23 PMthousands-arm-78308
03/11/2021, 4:52 PMgcp:apigateway:ApiConfig (discord-webhook-config):
error: 1 error occurred:
* Error creating ApiConfig: googleapi: got HTTP response code 404 with body: <!DOCTYPE html>
<html lang=en>
<meta charset=utf-8>
<meta name=viewport content="initial-scale=1, minimum-scale=1, width=device-width">
<title>Error 404 (Not Found)!!1</title>
...
https://www.pulumi.com/docs/reference/pkg/gcp/apigateway/apiconfig/#apiconfigopenapidocumentdocument
Any help would be greatly appreciated!kind-napkin-54965
03/15/2021, 9:37 PMimport * as github from "@pulumi/github"
const repo = new github.Repository("demo-repo", {
name: "demo-repo-final",
description: "Generated from automated test",
visibility: "private",
}, { deleteBeforeReplace: true })
kind-napkin-54965
03/15/2021, 9:38 PMdemo-repo-dea3c46
. Am reading https://www.pulumi.com/docs/intro/concepts/resources/#autonaming yet don’t find a way to avoid auto naming. I want my repo to appear in github as demo-repo
instead of demo-repo-dea3c46
. What should I change in my code? Thanksaverage-spoon-16995
03/16/2021, 9:21 AMnumerous-table-61756
03/17/2021, 2:20 PMbrave-knife-93369
03/17/2021, 2:48 PMrhythmic-nail-73192
03/17/2021, 3:56 PMorange-microphone-43589
03/18/2021, 11:52 AMconst xyz = new docker.RemoteImage("xyz", {
name: '<http://1234567899.dkr.ecr.us-east-1.amazonaws.com/myimage|1234567899.dkr.ecr.us-east-1.amazonaws.com/myimage>'
})
but it failed with Unable to read Docker image into resource: Unable to pull image...no basic auth credentials
(i have AWS keys set in my shell)
How do i configure the auth, (i couldn't find any options to configure it in the remoteImage doc)strong-fall-61174
03/23/2021, 8:51 PMstrong-fall-61174
03/23/2021, 8:53 PMpulumi new
and provide the path to the config I want to seed the project with it runs and then hits this permissions error.
stack name: (dev)
Created stack 'dev'
Creating virtual environment...
Finished creating virtual environment
Updating pip, setuptools, and wheel in virtual environment...
error: updating pip, setuptools, and wheel via '/Users/tyler/projects/propel-api/infrastructure/dev/venv/bin/python -m pip install --upgrade pip setuptools wheel': fork/exec /Users/tyler/projects/propel-api/infrastructure/dev/venv/bin/python: permission denied
adventurous-author-44528
03/26/2021, 1:29 PMpulumi up
returns:
error: could not load plugin for kubernetes provider 'urn:pulumi:prod-bravo-excelproc::excel-processor::pulumi:providers:kubernetes::default_2_6_1': no resource plugin 'kubernetes-v2.6.1' found in the workspace or on your $PATH, install the plugin using `pulumi plugin install resource kubernetes v2.6.1`
runnig the suggested install command returns
error: [resource plugin kubernetes-2.6.1] downloading from : 403 HTTP error fetching plugin from <https://get.pulumi.com/releases/plugins/pulumi-resource-kubernetes-v2.6.1-darwin-arm64.tar.gz>
any ideas ?straight-scientist-39468
04/01/2021, 7:29 AMcrooked-midnight-12246
04/01/2021, 9:48 AMsparse-agent-84160
04/04/2021, 9:04 AMfaint-petabyte-47894
04/04/2021, 3:41 PMbrave-photographer-72352
04/07/2021, 8:06 AMsome-continent-7311
04/08/2021, 8:44 AMcool-policeman-37867
04/10/2021, 10:34 AM