Skip to content

Conversation

pulumi-bot
Copy link
Contributor

No description provided.

@pulumi-bot pulumi-bot enabled auto-merge (squash) October 16, 2025 12:59
Copy link

codecov bot commented Oct 16, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 68.31%. Comparing base (76f1ee1) to head (7c71305).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3219      +/-   ##
==========================================
- Coverage   68.62%   68.31%   -0.32%     
==========================================
  Files         337      337              
  Lines       44167    44167              
==========================================
- Hits        30311    30171     -140     
- Misses      12121    12258     +137     
- Partials     1735     1738       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@guineveresaenger
Copy link
Contributor

Due to prior struggles with the upgrade, I ran this against pulumi-gcp, where we were seeing the converter panic.

It's still seeing the same error.

Full output:

panic: fatal: An assertion has failed: error typechecking expression: example.pp:31,28-45: unknown property 'networkInterface' among [advancedMachineFeatures allowStoppingForUpdate attachedDisks bootDisk canIpForward confidentialInstanceConfig cpuPlatform creationTimestamp currentStatus deletionProtection description desiredStatus effectiveLabels enableDisplay guestAccelerators hostname id instanceEncryptionKey instanceId keyRevocationActionType labelFingerprint labels machineType metadata metadataFingerprint metadataStartupScript minCpuPlatform name networkInterfaces networkPerformanceConfig params partnerMetadata project pulumiLabels reservationAffinity resourcePolicies scheduling scratchDisks selfLink serviceAccount shieldedInstanceConfig tags tagsFingerprint urn zone]; 

goroutine 1 [running]:
github.com/pulumi/pulumi/sdk/v3/go/common/util/contract.failfast(...)
	/Users/guin/go/pkg/mod/github.com/pulumi/pulumi/sdk/[email protected]/go/common/util/contract/failfast.go:23
github.com/pulumi/pulumi/sdk/v3/go/common/util/contract.Assertf(0xc8?, {0x108aa8568?, 0x1?}, {0x1401e24e3b8?, 0x1401baac0f0?, 0x1401baac0e0?})
	/Users/guin/go/pkg/mod/github.com/pulumi/pulumi/sdk/[email protected]/go/common/util/contract/assert.go:35 +0xd4
github.com/pulumi/pulumi/pkg/v3/codegen/pcl.(*observeContext).PostVisit(0x14003e6ac00, {0x10a710ac0, 0x1401b9f8460})
	/Users/guin/go/pkg/mod/github.com/pulumi/pulumi/pkg/[email protected]/codegen/pcl/rewrite_apply.go:578 +0xd0
github.com/pulumi/pulumi/pkg/v3/codegen/pcl.(*applyRewriter).postVisit(0x1401ba8a380, {0x10a710ac0?, 0x1401b9f8460?})
	/Users/guin/go/pkg/mod/github.com/pulumi/pulumi/pkg/[email protected]/codegen/pcl/rewrite_apply.go:255 +0x30
github.com/pulumi/pulumi/pkg/v3/codegen/hcl2/model.VisitExpression({0x10a710ac0?, 0x1401b9f8460?}, 0x1401ba8a380?, 0x1401e24eaf8)
	/Users/guin/go/pkg/mod/github.com/pulumi/pulumi/pkg/[email protected]/codegen/hcl2/model/visitor.go:333 +0x1b8
github.com/pulumi/pulumi/pkg/v3/codegen/hcl2/model.visitObjectCons(0x1401b9bb740, 0x1401e24eb08, 0x1401e24eaf8)
	/Users/guin/go/pkg/mod/github.com/pulumi/pulumi/pkg/[email protected]/codegen/hcl2/model/visitor.go:183 +0x158
github.com/pulumi/pulumi/pkg/v3/codegen/hcl2/model.VisitExpression({0x10a710540?, 0x1401b9bb740?}, 0x80?, 0x1401e24eaf8)
	/Users/guin/go/pkg/mod/github.com/pulumi/pulumi/pkg/[email protected]/codegen/hcl2/model/visitor.go:329 +0x224
github.com/pulumi/pulumi/pkg/v3/codegen/hcl2/model.visitFor(0x1401b940750, 0x1401e24eb08, 0x1401e24eaf8)
	/Users/guin/go/pkg/mod/github.com/pulumi/pulumi/pkg/[email protected]/codegen/hcl2/model/visitor.go:137 +0x178
github.com/pulumi/pulumi/pkg/v3/codegen/hcl2/model.VisitExpression({0x10a710cc0?, 0x1401b940750?}, 0x1401ba8a380?, 0x1401e24eaf8)
	/Users/guin/go/pkg/mod/github.com/pulumi/pulumi/pkg/[email protected]/codegen/hcl2/model/visitor.go:321 +0x290
github.com/pulumi/pulumi/pkg/v3/codegen/hcl2/model.visitObjectCons(0x1401b9bba40, 0x1401e24eb08, 0x1401e24eaf8)
	/Users/guin/go/pkg/mod/github.com/pulumi/pulumi/pkg/[email protected]/codegen/hcl2/model/visitor.go:183 +0x158
github.com/pulumi/pulumi/pkg/v3/codegen/hcl2/model.VisitExpression({0x10a710540?, 0x1401b9bba40?}, 0x1401e24e9b8?, 0x1401e24eaf8)
	/Users/guin/go/pkg/mod/github.com/pulumi/pulumi/pkg/[email protected]/codegen/hcl2/model/visitor.go:329 +0x224
github.com/pulumi/pulumi/pkg/v3/codegen/hcl2/model.visitObjectCons(0x1401b9bba80, 0x1401e24eb08, 0x1401e24eaf8)
	/Users/guin/go/pkg/mod/github.com/pulumi/pulumi/pkg/[email protected]/codegen/hcl2/model/visitor.go:183 +0x158
github.com/pulumi/pulumi/pkg/v3/codegen/hcl2/model.VisitExpression({0x10a710540?, 0x1401b9bba80?}, 0x0?, 0x1401e24eaf8)
	/Users/guin/go/pkg/mod/github.com/pulumi/pulumi/pkg/[email protected]/codegen/hcl2/model/visitor.go:329 +0x224
github.com/pulumi/pulumi/pkg/v3/codegen/pcl.RewriteAppliesWithSkipToJSON({0x10a710540, 0x1401b9bba80}, {0x10a6b5580, 0x109640318}, 0x1, 0x1)
	/Users/guin/go/pkg/mod/github.com/pulumi/pulumi/pkg/[email protected]/codegen/pcl/rewrite_apply.go:687 +0xf8
github.com/pulumi/pulumi/pkg/v3/codegen/nodejs.(*generator).lowerExpression(0x1401b9f8be0, {0x10a710540?, 0x1401b9bba80?}, {0x10a710fc0, 0x1401b9cd4f0})
	/Users/guin/go/pkg/mod/github.com/pulumi/pulumi/pkg/[email protected]/codegen/nodejs/gen_program_expressions.go:51 +0x74
github.com/pulumi/pulumi/pkg/v3/codegen/nodejs.(*generator).genResourceDeclaration.(*generator).genResourceDeclaration.func1.func9()
	/Users/guin/go/pkg/mod/github.com/pulumi/pulumi/pkg/[email protected]/codegen/nodejs/gen_program.go:997 +0x458
github.com/pulumi/pulumi/pkg/v3/codegen/hcl2/model/format.(*Formatter).Indented(...)
	/Users/guin/go/pkg/mod/github.com/pulumi/pulumi/pkg/[email protected]/codegen/hcl2/model/format/gen.go:85
github.com/pulumi/pulumi/pkg/v3/codegen/nodejs.(*generator).genResourceDeclaration.func1(...)
	/Users/guin/go/pkg/mod/github.com/pulumi/pulumi/pkg/[email protected]/codegen/nodejs/gen_program.go:974
github.com/pulumi/pulumi/pkg/v3/codegen/nodejs.(*generator).genResourceDeclaration(0x1401b9f8be0, {0x10a6b0a40, 0x14015bc6540}, 0x1401957fb80, 0x1)
	/Users/guin/go/pkg/mod/github.com/pulumi/pulumi/pkg/[email protected]/codegen/nodejs/gen_program.go:1147 +0x171c
github.com/pulumi/pulumi/pkg/v3/codegen/nodejs.(*generator).genResource(...)
	/Users/guin/go/pkg/mod/github.com/pulumi/pulumi/pkg/[email protected]/codegen/nodejs/gen_program.go:1155
github.com/pulumi/pulumi/pkg/v3/codegen/nodejs.(*generator).genNode(0x1401e24f988?, {0x10a6b0a40?, 0x14015bc6540?}, {0x10a70d3c0?, 0x1401957fb80?})
	/Users/guin/go/pkg/mod/github.com/pulumi/pulumi/pkg/[email protected]/codegen/nodejs/gen_program.go:816 +0x64
github.com/pulumi/pulumi/pkg/v3/codegen/nodejs.GenerateProgram.func2()
	/Users/guin/go/pkg/mod/github.com/pulumi/pulumi/pkg/[email protected]/codegen/nodejs/gen_program.go:121 +0x58
github.com/pulumi/pulumi/pkg/v3/codegen/nodejs.GenerateProgram.func1(0x109df56c0?)
	/Users/guin/go/pkg/mod/github.com/pulumi/pulumi/pkg/[email protected]/codegen/nodejs/gen_program.go:113 +0x24
github.com/pulumi/pulumi/pkg/v3/codegen/nodejs.GenerateProgram(0x1401b9bbb00)
	/Users/guin/go/pkg/mod/github.com/pulumi/pulumi/pkg/[email protected]/codegen/nodejs/gen_program.go:119 +0x64c
github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfgen.(*cliConverter).convertPCL(0x14002042b08, {0x1400960c000, 0x40b}, {0x1089f2962, 0xa})
	/Users/guin/go/src/github.com/pulumi/pulumi-terraform-bridge/pkg/tfgen/convert_cli.go:543 +0x974
github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfgen.(*cliConverter).Convert(0x14002042b08, {0x1401b71e900, 0x479}, {0x1089f2962, 0xa})
	/Users/guin/go/src/github.com/pulumi/pulumi-terraform-bridge/pkg/tfgen/convert_cli.go:205 +0x17c
github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfgen.(*Generator).convertHCLToString(0x14000a7ac08, 0x1401b740600, {0x1401b71e900, 0x479}, {0x1400f199c00, 0x35}, {0x1089f2962, 0xa})
	/Users/guin/go/src/github.com/pulumi/pulumi-terraform-bridge/pkg/tfgen/docs.go:1839 +0x164
github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfgen.(*Generator).convertHCL(0x14000a7ac08, 0x1401b740600, {0x1401b71e900, 0x479}, {0x1400f199c00, 0x35}, {0x14019c47020, 0x6, 0x479?})
	/Users/guin/go/src/github.com/pulumi/pulumi-terraform-bridge/pkg/tfgen/docs.go:1968 +0x200
github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfgen.(*Generator).convertExamplesInner(0x14000a7ac08, {0x1400f310000, 0x3d51}, {{0x14000e363c0?, 0x0?}, {0x1400f199c00?, 0x10d7345c0?}}, 0x140194e6420, 0x1)
	/Users/guin/go/src/github.com/pulumi/pulumi-terraform-bridge/pkg/tfgen/docs.go:1653 +0x3d4
github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfgen.(*cliConverter).FinishConvertingExamples.func1({0x14013da280f?, 0x202c292930343062?, 0x6f2874757074756f?})
	/Users/guin/go/src/github.com/pulumi/pulumi-terraform-bridge/pkg/tfgen/convert_cli.go:173 +0x134
github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfgen.(*cliConverter).FinishConvertingExamples.(*Regexp).ReplaceAllFunc.func2({0x1401f1c0000, 0x2f28e1d, 0x301e000}, {0x1400660b460?, 0x75bd7f?, 0x75c000?})
	/opt/homebrew/Cellar/go/1.25.1/libexec/src/regexp/regexp.go:701 +0x7c
regexp.(*Regexp).replaceAll(0x140055c7cc0, {0x1401370a000, 0x75bd7f, 0x75c000}, {0x0, 0x0}, 0x2, 0x1401e250ba0)
	/opt/homebrew/Cellar/go/1.25.1/libexec/src/regexp/regexp.go:636 +0x2cc
regexp.(*Regexp).ReplaceAllFunc(...)
	/opt/homebrew/Cellar/go/1.25.1/libexec/src/regexp/regexp.go:700
github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfgen.(*cliConverter).FinishConvertingExamples(_, {{0x1400283f1d3, 0x3}, {0x1089fc125, 0xc}, {0x109640c70, 0x11}, {0x108c04265, 0x4b}, {0x1400269fda0, ...}, ...})
	/Users/guin/go/src/github.com/pulumi/pulumi-terraform-bridge/pkg/tfgen/convert_cli.go:165 +0x188
github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfgen.(*Generator).convertExamplesInSchema(_, {{0x1400283f1d3, 0x3}, {0x1089fc125, 0xc}, {0x109640c70, 0x11}, {0x108c04265, 0x4b}, {0x1400269fda0, ...}, ...})
	/Users/guin/go/src/github.com/pulumi/pulumi-terraform-bridge/pkg/tfgen/generate_schema.go:1159 +0x6a8
github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfgen.(*Generator).UnstableGenerateFromSchema(0x14000a7ac08, 0x10a6e8e58?)
	/Users/guin/go/src/github.com/pulumi/pulumi-terraform-bridge/pkg/tfgen/generate.go:1192 +0x158
github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfgen.(*Generator).Generate(0x14000a7ac08)
	/Users/guin/go/src/github.com/pulumi/pulumi-terraform-bridge/pkg/tfgen/generate.go:1112 +0x110
github.com/pulumi/pulumi-terraform-bridge/v3/pkg/pf/tfgen.MainWithMuxer.func1({{0x1089e0670, 0x3}, {0x109640c70, 0x11}, {0x16b6ab69d, 0x6}, {{0x10a71c6c8, 0x14000a2c300}, {0x1089f70b4, 0xb}, ...}, ...})
	/Users/guin/go/src/github.com/pulumi/pulumi-terraform-bridge/pkg/pf/tfgen/main.go:113 +0x180
github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfgen.newTFGenCmd.func1.1(0x0?, {0x1400288aa20, 0x1, 0x0?})
	/Users/guin/go/src/github.com/pulumi/pulumi-terraform-bridge/pkg/tfgen/main.go:165 +0x3f0
github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfgen.newTFGenCmd.func1(0x14000a7a608?, {0x1400288aa20?, 0x4?, 0x1089e1324?})
	/Users/guin/go/src/github.com/pulumi/pulumi-terraform-bridge/pkg/tfgen/main.go:179 +0x8c
github.com/spf13/cobra.(*Command).execute(0x14000a7a608, {0x14000146090, 0x3, 0x3})
	/Users/guin/go/pkg/mod/github.com/spf13/[email protected]/command.go:1015 +0x7d4
github.com/spf13/cobra.(*Command).ExecuteC(0x14000a7a608)
	/Users/guin/go/pkg/mod/github.com/spf13/[email protected]/command.go:1148 +0x350
github.com/spf13/cobra.(*Command).Execute(...)
	/Users/guin/go/pkg/mod/github.com/spf13/[email protected]/command.go:1071
github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfgen.MainWithCustomGenerate({_, _}, {_, _}, {{0x10a71c6c8, 0x14000a2c300}, {0x1089f70b4, 0xb}, {0x1089e4bc0, 0x6}, ...}, ...)
	/Users/guin/go/src/github.com/pulumi/pulumi-terraform-bridge/pkg/tfgen/main.go:61 +0x4c
github.com/pulumi/pulumi-terraform-bridge/v3/pkg/pf/tfgen.MainWithMuxer({_, _}, {{0x10a71c6c8, 0x14000a2c300}, {0x1089f70b4, 0xb}, {0x1089e4bc0, 0x6}, {0x1089eeb46, 0x9}, ...})
	/Users/guin/go/src/github.com/pulumi/pulumi-terraform-bridge/pkg/pf/tfgen/main.go:90 +0x1c8
main.main()
	/Users/guin/go/src/github.com/pulumi/pulumi-gcp/provider/cmd/pulumi-tfgen-gcp/main.go:24 +0x6c
make: *** [.make/schema] Error 2

@guineveresaenger
Copy link
Contributor

Alicloud panic:

panic: fatal: An assertion has failed: error typechecking expression: example.pp:39,47-50: cannot traverse value of type string; 

goroutine 1 [running]:
github.com/pulumi/pulumi/sdk/v3/go/common/util/contract.failfast(...)
	/Users/guin/go/pkg/mod/github.com/pulumi/pulumi/sdk/[email protected]/go/common/util/contract/failfast.go:23
github.com/pulumi/pulumi/sdk/v3/go/common/util/contract.Assertf(0xe8?, {0x10b7efcbe?, 0x1?}, {0x14014a92c28?, 0x14014a92c08?, 0x10561c874?})
	/Users/guin/go/pkg/mod/github.com/pulumi/pulumi/sdk/[email protected]/go/common/util/contract/assert.go:35 +0xd4
github.com/pulumi/pulumi/pkg/v3/codegen/pcl.(*observeContext).PostVisit(0x14004443f00, {0x10e3762c0, 0x14013b10000})
	/Users/guin/go/pkg/mod/github.com/pulumi/pulumi/pkg/[email protected]/codegen/pcl/rewrite_apply.go:578 +0xd0
github.com/pulumi/pulumi/pkg/v3/codegen/pcl.(*applyRewriter).postVisit(0x14013b7c340, {0x10e3762c0?, 0x14013b10000?})
	/Users/guin/go/pkg/mod/github.com/pulumi/pulumi/pkg/[email protected]/codegen/pcl/rewrite_apply.go:255 +0x30
github.com/pulumi/pulumi/pkg/v3/codegen/hcl2/model.VisitExpression({0x10e3762c0?, 0x14013b10000?}, 0x0?, 0x14014a92d78)
	/Users/guin/go/pkg/mod/github.com/pulumi/pulumi/pkg/[email protected]/codegen/hcl2/model/visitor.go:333 +0x1b8
github.com/pulumi/pulumi/pkg/v3/codegen/pcl.RewriteAppliesWithSkipToJSON({0x10e3762c0, 0x14013b10000}, {0x10e2de060, 0x10c6835c0}, 0x1, 0x1)
	/Users/guin/go/pkg/mod/github.com/pulumi/pulumi/pkg/[email protected]/codegen/pcl/rewrite_apply.go:687 +0xf8
github.com/pulumi/pulumi/pkg/v3/codegen/nodejs.(*generator).lowerExpression(0x14013b741e0, {0x10e3762c0?, 0x14013b10000?}, {0x10e3767c0, 0x14013af7b80})
	/Users/guin/go/pkg/mod/github.com/pulumi/pulumi/pkg/[email protected]/codegen/nodejs/gen_program_expressions.go:51 +0x74
github.com/pulumi/pulumi/pkg/v3/codegen/nodejs.(*generator).genResourceDeclaration.(*generator).genResourceDeclaration.func1.func9()
	/Users/guin/go/pkg/mod/github.com/pulumi/pulumi/pkg/[email protected]/codegen/nodejs/gen_program.go:997 +0x458
github.com/pulumi/pulumi/pkg/v3/codegen/hcl2/model/format.(*Formatter).Indented(...)
	/Users/guin/go/pkg/mod/github.com/pulumi/pulumi/pkg/[email protected]/codegen/hcl2/model/format/gen.go:85
github.com/pulumi/pulumi/pkg/v3/codegen/nodejs.(*generator).genResourceDeclaration.func1(...)
	/Users/guin/go/pkg/mod/github.com/pulumi/pulumi/pkg/[email protected]/codegen/nodejs/gen_program.go:974
github.com/pulumi/pulumi/pkg/v3/codegen/nodejs.(*generator).genResourceDeclaration(0x14013b741e0, {0x10e2db740, 0x14013b7a240}, 0x140092bb340, 0x1)
	/Users/guin/go/pkg/mod/github.com/pulumi/pulumi/pkg/[email protected]/codegen/nodejs/gen_program.go:1147 +0x171c
github.com/pulumi/pulumi/pkg/v3/codegen/nodejs.(*generator).genResource(...)
	/Users/guin/go/pkg/mod/github.com/pulumi/pulumi/pkg/[email protected]/codegen/nodejs/gen_program.go:1155
github.com/pulumi/pulumi/pkg/v3/codegen/nodejs.(*generator).genNode(0x14014a93c08?, {0x10e2db740?, 0x14013b7a240?}, {0x10e3736f8?, 0x140092bb340?})
	/Users/guin/go/pkg/mod/github.com/pulumi/pulumi/pkg/[email protected]/codegen/nodejs/gen_program.go:816 +0x64
github.com/pulumi/pulumi/pkg/v3/codegen/nodejs.GenerateProgram.func2()
	/Users/guin/go/pkg/mod/github.com/pulumi/pulumi/pkg/[email protected]/codegen/nodejs/gen_program.go:121 +0x58
github.com/pulumi/pulumi/pkg/v3/codegen/nodejs.GenerateProgram.func1(0x10d0a0000?)
	/Users/guin/go/pkg/mod/github.com/pulumi/pulumi/pkg/[email protected]/codegen/nodejs/gen_program.go:113 +0x24
github.com/pulumi/pulumi/pkg/v3/codegen/nodejs.GenerateProgram(0x14013b37d40)
	/Users/guin/go/pkg/mod/github.com/pulumi/pulumi/pkg/[email protected]/codegen/nodejs/gen_program.go:119 +0x64c
github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfgen.(*cliConverter).convertPCL(0x14004303088, {0x14006d8f600, 0x86a}, {0x10b73dd68, 0xa})
	/Users/guin/go/src/github.com/pulumi/pulumi-terraform-bridge/pkg/tfgen/convert_cli.go:543 +0x974
github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfgen.(*cliConverter).Convert(0x14004303088, {0x14013982000, 0x9ae}, {0x10b73dd68, 0xa})
	/Users/guin/go/src/github.com/pulumi/pulumi-terraform-bridge/pkg/tfgen/convert_cli.go:205 +0x17c
github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfgen.(*Generator).convertHCLToString(0x1400057e308, 0x14012f7eea0, {0x14013982000, 0x9ae}, {0x140045e5bd0, 0x44}, {0x10b73dd68, 0xa})
	/Users/guin/go/src/github.com/pulumi/pulumi-terraform-bridge/pkg/tfgen/docs.go:1839 +0x164
github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfgen.(*Generator).convertHCL(0x1400057e308, 0x14012f7eea0, {0x14013982000, 0x9ae}, {0x140045e5bd0, 0x44}, {0x14013850b40, 0x6, 0x14012f7eea0?})
	/Users/guin/go/src/github.com/pulumi/pulumi-terraform-bridge/pkg/tfgen/docs.go:1968 +0x200
github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfgen.(*Generator).convertExamplesInner(0x1400057e308, {0x14007172c00, 0xaaf}, {{0x140021fd780?, 0x0?}, {0x140045e5bd0?, 0x115fe8e20?}}, 0x14012f7e948, 0x1)
	/Users/guin/go/src/github.com/pulumi/pulumi-terraform-bridge/pkg/tfgen/docs.go:1653 +0x3d4
github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfgen.(*cliConverter).FinishConvertingExamples.func1({0x1400e19d36c?, 0x0?, 0x0?})
	/Users/guin/go/src/github.com/pulumi/pulumi-terraform-bridge/pkg/tfgen/convert_cli.go:173 +0x134
github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfgen.(*cliConverter).FinishConvertingExamples.(*Regexp).ReplaceAllFunc.func2({0x140165c6000, 0x1781a05, 0x18a0000}, {0x14006298750?, 0x56b520?, 0x56c000?})
	/opt/homebrew/Cellar/go/1.25.1/libexec/src/regexp/regexp.go:701 +0x7c
regexp.(*Regexp).replaceAll(0x1400a35d220, {0x1400dcf2000, 0x56b520, 0x56c000}, {0x0, 0x0}, 0x2, 0x14014a94e20)
	/opt/homebrew/Cellar/go/1.25.1/libexec/src/regexp/regexp.go:636 +0x2cc
regexp.(*Regexp).ReplaceAllFunc(...)
	/opt/homebrew/Cellar/go/1.25.1/libexec/src/regexp/regexp.go:700
github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfgen.(*cliConverter).FinishConvertingExamples(_, {{0x14002fbd320, 0x8}, {0x10b752f61, 0xd}, {0x10c6841f0, 0x11}, {0x10b872a6f, 0x3e}, {0x14000bccfc0, ...}, ...})
	/Users/guin/go/src/github.com/pulumi/pulumi-terraform-bridge/pkg/tfgen/convert_cli.go:165 +0x188
github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfgen.(*Generator).convertExamplesInSchema(_, {{0x14002fbd320, 0x8}, {0x10b752f61, 0xd}, {0x10c6841f0, 0x11}, {0x10b872a6f, 0x3e}, {0x14000bccfc0, ...}, ...})
	/Users/guin/go/src/github.com/pulumi/pulumi-terraform-bridge/pkg/tfgen/generate_schema.go:1159 +0x6a8
github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfgen.(*Generator).UnstableGenerateFromSchema(0x1400057e308, 0x10e30e820?)
	/Users/guin/go/src/github.com/pulumi/pulumi-terraform-bridge/pkg/tfgen/generate.go:1192 +0x158
github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfgen.(*Generator).Generate(0x1400057e308)
	/Users/guin/go/src/github.com/pulumi/pulumi-terraform-bridge/pkg/tfgen/generate.go:1112 +0x110
github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfgen.Main.func1({{0x10b733fa7, 0x8}, {0x10c6841f0, 0x11}, {0x16b2a767f, 0x6}, {{0x10e380a30, 0x14001fd09b0}, {0x10b733fa7, 0x8}, ...}, ...})
	/Users/guin/go/src/github.com/pulumi/pulumi-terraform-bridge/pkg/tfgen/main.go:52 +0x64
github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfgen.newTFGenCmd.func1.1(0x0?, {0x14002fcaff0, 0x1, 0x0?})
	/Users/guin/go/src/github.com/pulumi/pulumi-terraform-bridge/pkg/tfgen/main.go:165 +0x3f0
github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfgen.newTFGenCmd.func1(0x1400057e008?, {0x14002fcaff0?, 0x4?, 0x10b7277d0?})
	/Users/guin/go/src/github.com/pulumi/pulumi-terraform-bridge/pkg/tfgen/main.go:179 +0x8c
github.com/spf13/cobra.(*Command).execute(0x1400057e008, {0x140000b00d0, 0x3, 0x3})
	/Users/guin/go/pkg/mod/github.com/spf13/[email protected]/command.go:1015 +0x7d4
github.com/spf13/cobra.(*Command).ExecuteC(0x1400057e008)
	/Users/guin/go/pkg/mod/github.com/spf13/[email protected]/command.go:1148 +0x350
github.com/spf13/cobra.(*Command).Execute(...)
	/Users/guin/go/pkg/mod/github.com/spf13/[email protected]/command.go:1071
github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfgen.MainWithCustomGenerate({_, _}, {_, _}, {{0x10e380a30, 0x14001fd09b0}, {0x10b733fa7, 0x8}, {0x0, 0x0}, ...}, ...)
	/Users/guin/go/src/github.com/pulumi/pulumi-terraform-bridge/pkg/tfgen/main.go:61 +0x4c
github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfgen.Main({_, _}, {_, _}, {{0x10e380a30, 0x14001fd09b0}, {0x10b733fa7, 0x8}, {0x0, 0x0}, ...})
	/Users/guin/go/src/github.com/pulumi/pulumi-terraform-bridge/pkg/tfgen/main.go:44 +0xd4
main.main()
	/Users/guin/go/src/github.com/pulumi/pulumi-alicloud/provider/cmd/pulumi-tfgen-alicloud/main.go:25 +0x78
make: *** [.make/schema] Error 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants