thousands-london-78260
01/08/2021, 8:49 PMfull-dress-10026
01/08/2021, 9:28 PMparameters
for a cloudformation Stack to be a map of string to string (see docs)? Some cloudformation templates use other value types causing them to fail (e.g., "creating CloudFormation stack failed: ValidationError: Parameter 'MinInstancesInService' must be a number."worried-wall-60272
01/08/2021, 9:43 PMorange-holiday-79016
01/09/2021, 2:16 PMpulumi/pulumi-python
docker container?
We are trying to make the following work using Pulumi (highly simplified):
1. Create a k8s cluster on GKE
2. Create a databaseInstance
3. Deploy the database credentials as a secret in the k8s cluster created in step 1
The pulumi/pulumi-python container doesn’t have gcloud-sdk installed (then we could run gcloud container clusters get-credentials
), this would be an option, but we’d prefer there to be a more ‘native’ way of doing.quaint-electrician-41503
01/09/2021, 8:00 PMError initializing PostgreSQL client: error detecting capabilities: error PostgreSQL version: dial tcp :5432: connect: connection refused
. But I’m able to connect to the instance using psql. I found some issues via terraform provider, but making similar changes and not having any luck.kind-mechanic-53546
01/10/2021, 5:26 AMnarrow-jackal-57645
01/11/2021, 7:27 AM-
?
For example: pulumi config set myValue '---hello'
I would expect the command pass however it yields:
Error: bad flag syntax: ---helo
Usage:
pulumi config set <key> [value] [flags]
And if I escape the value with \
, that is `pulumi config set myValue \-\-\-hello
the set value is not correct
Any help is appreciatedancient-actor-17231
01/11/2021, 11:42 AMmillions-market-17062
01/11/2021, 1:34 PMerror: aws:ec2/launchConfiguration:LaunchConfiguration resource 'eks-matan-ng1-nodeLaunchConfiguration' has a problem: Attribute must be a single value, not a list
sparse-spring-91820
01/11/2021, 2:08 PMconfig:
aws:region: us-east-1
othernamespace:foo bar
pulumi-config-test:foo: bar
inside my pulumi-config-test
project.
Inside my code:
const pulumi = require('@pulumi/pulumi');
const config = new pulumi.Config();
const foo1 = config.get('foo'); // Outputs bar
const foo2 = config.get('othernamespace:foo'); // undefined
const region = config.get('aws:region'); // undefined
I can't get config variables that are in a different namespace than my project name.
So for example, if I want to use region
variable inside my code I have to set a new config variable: pulumi-config-test:region
with the same value as aws:region
variable. Is there any way I can access config variables with a different namespace than the project name inside my code?
Thanks for any help!brash-wall-70218
01/11/2021, 6:35 PMpulumi import
with SpotFleetRequest
for AWS.
I get an error like so:
ec2/spotFleetRequest:SpotFleetRequest resource 'github-runner-spot-fleet-request' has a problem: ExactlyOne: "launch_template_config": one of launch_specification,launch_template_config must be specified
.
when importing a spot fleet request definition from AWS.
I am importing the launch template as part of the same bulk import.quaint-electrician-41503
01/11/2021, 10:25 PMdazzling-fish-70036
01/11/2021, 11:20 PMquaint-electrician-41503
01/12/2021, 12:31 AMfull-dress-10026
01/12/2021, 12:43 AMignoreChanges
support nested properties?red-nest-35390
01/12/2021, 10:27 AMmagnificent-restaurant-51456
01/12/2021, 11:22 AMshy-engine-52236
01/12/2021, 12:15 PMgorgeous-match-99659
01/12/2021, 2:16 PMquaint-electrician-41503
01/12/2021, 8:55 PMdepends_on
to ensure a Role
exists to perform a Grant
. But getting: Exception: 'depends_on' was passed a value that was not a Resource
alert-restaurant-79151
01/13/2021, 12:32 AMfresh-pilot-59899
01/13/2021, 11:06 AMPreviewing update (datadog):
Type Name Plan
pulumi:pulumi:Stack datadog
├─ bosch:pt:datadog:DatadogGlobalRoles DatadogGlobalRoles
+ │ └─ datadog:index:Role GlobalReadOnlyRole create
- └─ datadog:index:Role GlobalReadOnlyRole delete
Resources:
+ 1 to create
- 1 to delete
2 changes. 8 unchanged
This leads to a conflict error:
datadog:index:Role (GlobalReadOnlyRole):
error: error creating role: 409 Conflict: {"errors": ["A role with the same name already exists"]}
Also the deleteBeforeReplace property is not honoured in this case.
Any idea if this is possible without resource recreation?best-lifeguard-91445
01/13/2021, 2:51 PMlittle-cartoon-10569
01/13/2021, 7:23 PMmicroscopic-holiday-52537
01/13/2021, 7:54 PMdelightful-xylophone-3967
01/14/2021, 8:14 AMstraight-librarian-43739
01/14/2021, 6:13 PMServiceDnsConfigDnsRecord
that has type
values being described as the protocol rather than record type. Also I don’t see any way to add a port for the SRV record. Is this possible?colossal-monkey-98692
01/14/2021, 8:33 PMworried-queen-62794
01/14/2021, 9:19 PM...
I0115 10:15:27.914701 15784 eventsink.go:59] resource read successful: ty=pulumi:pulumi:StackReference, urn=urn:pulumi:prod::tlayen-deployments::pulumi:pulumi:StackReference::/tlayen/test
I0115 10:15:27.914712 15784 eventsink.go:62] eventSink::Debug(<{%reset%}>resource read successful: ty=pulumi:pulumi:StackReference, urn=urn:pulumi:prod::tlayen-deployments::pulumi:pulumi:StackReference::/tlayen/test<{%reset%}>)
I0115 10:15:27.915404 15784 eventsink.go:59] incoming output property translated: name -> name
I0115 10:15:27.915416 15784 eventsink.go:62] eventSink::Debug(<{%reset%}>incoming output property translated: name -> name<{%reset%}>)
I0115 10:15:27.915721 15784 eventsink.go:59] incoming output value translated: /tlayen/test -> /tlayen/test
I0115 10:15:27.915734 15784 eventsink.go:62] eventSink::Debug(<{%reset%}>incoming output value translated: /tlayen/test -> /tlayen/test<{%reset%}>)
I0115 10:15:27.916169 15784 eventsink.go:59] incoming output property translated: outputs -> outputs
I0115 10:15:27.916187 15784 eventsink.go:62] eventSink::Debug(<{%reset%}>incoming output property translated: outputs -> outputs<{%reset%}>)
...
pulumi:pulumi:Stack tlayen-deployments-prod running. read pulumi:pulumi:StackReference /tlayen/test
Any idea what might be going wrong?little-cartoon-10569
01/14/2021, 9:42 PMlittle-cartoon-10569
01/14/2021, 9:42 PM