plain-park-4925
06/05/2020, 8:43 PMpulumi config set s3Endpoint: <http://localhost:4566>
numerous-garage-30550
06/05/2020, 8:49 PMnumerous-garage-30550
06/06/2020, 12:30 AMfuture-magazine-24902
06/06/2020, 6:26 AMblue-businessperson-90950
06/06/2020, 7:05 AMblue-businessperson-90950
06/06/2020, 7:06 AMbumpy-needle-576
06/06/2020, 10:11 AMgray-helicopter-10230
06/06/2020, 3:49 PMhelpful-processor-86468
06/06/2020, 6:50 PMpulumi.StringOutput
to simple string
?
I'm constructing dynamically gcp subscription which has a PushEndpoint
parameter that takes string
instead of pulumi.String
and I'm blocked.hundreds-musician-51496
06/06/2020, 7:59 PMcurl ...
) allow me to install a specific version or is it always the latest?alert-restaurant-79151
06/06/2020, 10:13 PMaverage-receptionist-65239
06/07/2020, 3:13 AMlittle-dentist-8150
06/07/2020, 7:01 AMhelpful-processor-86468
06/07/2020, 4:31 PMrapid-lamp-12050
06/07/2020, 5:15 PMrenderYamlToDirectory
const provider = new k8s.Provider('k8s-provider', {
renderYamlToDirectory: 'kubernetes',
});
if we gitignore output directory and run pulumi up on build pipeline, then it will only write files that have changed since last pulumi up
command?miniature-leather-70472
06/07/2020, 6:30 PMvictorious-xylophone-55816
06/07/2020, 7:46 PMstaging/prod
environments, but I can't seem to find any content online of people using it this way.
Rather than use docker-compose
for local, and maintaining that setup (with all the env vars etc) it seems like a better flow to have everything inside of Pulumi, and just toggle the target based on environment.
But I couldn't seem to figure out how to get Pulumi to force a re-deploy locally of a Docker container from the stack
, so I think maybe this isn't an intended use?
Any experience/input would be greatly appreciated 🙏helpful-advantage-49286
06/07/2020, 7:46 PMplain-park-4925
06/07/2020, 8:32 PMpulumi up
it throws a stack trace and says "NameError: name 'ResourceOptions' is not defined".. Can anyone point me in the right direction? Here's a snippet.
import json
import mimetypes
import os
from pulumi import export, FileAsset
from pulumi_aws import s3, Provider
provider = Provider("provider", region="us-east-1", endpoints="<http://localhost:4566>")
web_bucket = s3.Bucket('jon-pulumi-localstack-bucket', website={"index_document": "index.html"}, opts=ResourceOptions(provider=provider))
little-cartoon-10569
06/07/2020, 11:37 PMfamous-jelly-72366
06/08/2020, 7:38 AMrhythmic-finland-36256
06/08/2020, 5:13 PMicy-jordan-58549
06/08/2020, 8:27 PMPulumi has deep support for cloud native technologies, like Kubernetes, and supports advanced deployment scenarios that cannot be expressed with Terraform. This includes Prometheus-based canaries, automatic Envoy sidecar injection, and more. Pulumi is a proud member of the Cloud Native Computing Foundation (CNCF).
why you can’t do it using terraform?
Thankswide-boots-39023
06/09/2020, 12:59 AMconst file = new aws.s3.BucketObject("filename", {...});
and later in a lambda access it using file.id.get()
.
is it possible to create an array of resources and access them from a lambda too? when i try the naive way of pushing resources into an array it seems to turn up empty
thank youaverage-receptionist-65239
06/09/2020, 5:31 AMtemplate|url
parameter refered to in the pulumi up
man page?
pulumi up [template|url] [flags]
cold-iron-6673
06/09/2020, 7:23 AMfaint-accountant-59646
06/09/2020, 8:11 AMfast-ice-1848
06/09/2020, 8:37 AMAddon kubeDashboard is not supported in this cloud env
. Disable this addon doesn't work. Is there any about this?gray-helicopter-10230
06/09/2020, 9:36 AMmillions-furniture-75402
06/09/2020, 3:20 PMmillions-furniture-75402
06/09/2020, 3:20 PMechoing-breakfast-73834
06/09/2020, 6:42 PMmillions-furniture-75402
06/09/2020, 8:51 PMechoing-breakfast-73834
06/09/2020, 9:47 PMGetSecret
with a try catch around it but not sure if that'll work if it doesnt exist - pulumi might just error