rich-cat-16319
10/12/2021, 6:58 AMlittle-summer-88406
10/12/2021, 8:09 AMlittle-summer-88406
10/12/2021, 8:28 AMgreat-sunset-355
10/12/2021, 8:32 AMpulumi config set --path names[0]
dry-sugar-63293
10/12/2021, 10:02 AMenough-motorcycle-97835
10/12/2021, 11:34 AMhallowed-horse-57635
10/12/2021, 1:36 PMwet-noon-14291
10/12/2021, 1:39 PMTypeError: Invalid Version
in an automation project and knows what to do? The weird thing is that I only get it for every second request.
TypeError: Invalid Version:
at new SemVer (/src/api/node_modules/@pulumi/pulumi/node_modules/semver/semver.js:332:11)
at LocalWorkspace.<anonymous> (/src/api/node_modules/@pulumi/pulumi/automation/localWorkspace.js:561:29)
at Generator.next (<anonymous>)
at fulfilled (/src/api/node_modules/@pulumi/pulumi/automation/localWorkspace.js:18:58)
sparse-spring-91820
10/12/2021, 1:55 PMaws:region
config is set. Any clues?
I created resources on other pc and then switched pc and selected same stack. But when I try to destroy it, this error pops out.little-summer-88406
10/12/2021, 2:35 PMimportant-zebra-56988
10/12/2021, 4:27 PMaws.ec2.Instance.VpcSecurityGroupIds
?
## with vpc_security_group_ids as a List
error: aws:ec2/instance:Instance resource 'XXXX' has a problem: Attribute must be a single value, not a list. Examine values at 'Instance.VpcSecurityGroupIds'.
## With vpc_security_group_ids as a string
error: aws:ec2/instance:Instance resource 'XXX' has a problem: Attribute should be a list. Examine values at 'Instance.VpcSecurityGroupIds'
rapid-raincoat-36492
10/12/2021, 5:22 PMechoing-motherboard-16358
10/12/2021, 5:28 PMicy-jordan-58549
10/12/2021, 8:22 PMdependsOn
? I expect that resource that dependsOn other will wait until other will do the update or delete, which is not true and this resource start earlier it’s update then it’s implicit dependenciesbrash-airline-37413
10/13/2021, 5:22 AMswift-island-2275
10/13/2021, 9:08 AMhundreds-airport-37168
10/13/2021, 9:21 AMDiagnostics:
confluent:index:ConfluentEnvironment (saaaa):
error: could not validate provider configuration: 1 error occurred:
* Invalid or unknown key
Ive tried both env variables for confluent username/password and also to have the username and password in the config, still get the same errorfuture-window-78560
10/13/2021, 9:32 AMlittle-summer-88406
10/13/2021, 9:47 AMlittle-summer-88406
10/13/2021, 9:48 AMdry-answer-66872
10/13/2021, 3:51 PMfierce-cat-91199
10/13/2021, 9:29 PMComponentResource
Is there a way to reimport these resources so that I don't have to delete and recreate them?bitter-sunset-72727
10/14/2021, 7:01 AMgreat-sunset-355
10/14/2021, 9:36 AMpulumi.Output.all(*[x.id for x in vpc.private_subnets]).apply(lambda args: ','.join(args))
This triggers an unnecessary update.
vpc.private_subnets
is a list of ec2.Subnet
inside a ComponentResource
shy-butcher-69105
10/14/2021, 10:21 AMpulumi up
today I'm getting a non-ending run (at least 17m).
• logging with v=9
didn't reveal anything
• tracing with pulumi up --logtostderr -v=9 --tracing=file:./trace
then PULUMI_DEBUG_COMMANDS=1 pulumi view-trace ./up.trace
shows:
â—¦ 17m in pulumi plan
, which includes 17m in both /pulumirpc.LanguageRuntime/Run
and /pulumirpc.ResourceProvider/Configure
is there a way to debug this further?
(for context, Win10 powershell (replicates with CMD), pulumi v3.14.0, making a single change on AWS.IAM, using hostedboundless-angle-56560
10/14/2021, 2:56 PMhigh-morning-17948
10/14/2021, 6:58 PMbrave-angle-33257
10/14/2021, 8:16 PMbuildspec.yml
file I'm trying to read in to aws.codebuild.Project as a variable, but using fs.readFileSync
I get: Type 'Buffer' is not assignable to type 'Input<string>'.
brave-angle-33257
10/15/2021, 3:29 AM"Error: Detected multiple versions of '@pulumi/pulumi' in use in an inline automation api program.\nUse the yarn 'resolutions' field to pin to a single version: <https://github.com/pulumi/pulumi/issues/5449>."
I locked my version to 3.14.0
but I see the dependency of pulumi/aws
has:
"@pulumi/aws@4.24.1":
version "4.24.1"
...
dependencies:
"@pulumi/pulumi" "^3.0.0"
and also the package was just updated an hour ago.. is this the cause? not sure how else I can avoid this issue and it just popped upbrave-angle-33257
10/15/2021, 3:35 AM^3.0.0
to match the dependency of the pulumi/aws package and build the whole thing at once each time to make sure they're all on same versionbrave-angle-33257
10/15/2021, 3:35 AM^3.0.0
to match the dependency of the pulumi/aws package and build the whole thing at once each time to make sure they're all on same versionproud-pizza-80589
10/15/2021, 9:25 AMbrave-angle-33257
10/15/2021, 7:07 PM