Skip to content

Upgrade pulumi-terraform-bridge to v3.127.0#1540

Merged
corymhall merged 3 commits into
masterfrom
upgrade-pulumi-terraform-bridge-to-v3.127.0
Apr 24, 2026
Merged

Upgrade pulumi-terraform-bridge to v3.127.0#1540
corymhall merged 3 commits into
masterfrom
upgrade-pulumi-terraform-bridge-to-v3.127.0

Conversation

@corymhall

@corymhall corymhall commented Apr 23, 2026

Copy link
Copy Markdown
Member

This PR was generated via $ upgrade-provider pulumi/pulumi-cloudflare --repo-path . --kind bridge --target-bridge-version v3.127.0 --upstream-provider-org cloudflare.


  • Upgrading pulumi-terraform-bridge from v3.125.0 to v3.127.0.

Fixes applied to unblock upgrade

  • provider/resources.go: moved the manual resourcesWithMistypedID ComputeID overrides to run before prov.MustComputeTokens(...) so bridge v3.127.0 can see Cloudflare's explicit non-string id handling during token fixups and apply the matching schema behavior automatically.

Related upstream issue

fixes #1528

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: c635df7ff9

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@@ -25,7 +25,7 @@ import (
//
// func main() {
// pulumi.Run(func(ctx *pulumi.Context) error {
// _, err := cloudflare.LookupAccount(ctx, &cloudflare.LookupAccountArgs{
// _, err := cloudflare.GetAccount(ctx, &cloudflare.LookupAccountArgs{

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Restore Lookup call in Go data source examples*

This sample now invokes cloudflare.GetAccount with LookupAccountArgs, but GetAccount is the resource read helper (GetAccount(ctx, name, id, state, ...)) while the data-source invoke function in this file is still LookupAccount(ctx, args, ...). As written, the example does not compile when copied, and the same pattern appears across the regenerated get*.go docs.

Useful? React with 👍 / 👎.

Comment thread docs/_index.md
{
// Create a DNS record
var www = new Cloudflare.DnsRecord("www");
var www = new Cloudflare.Index.DnsRecord("www");

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Use valid .NET namespace in C# quickstart example

The quickstart now references Cloudflare.Index.DnsRecord, but this SDK defines resources under Pulumi.Cloudflare and does not provide a Pulumi.Cloudflare.Index namespace. Users following this snippet will hit a compile-time namespace/type error, so the generated C# docs are currently broken.

Useful? React with 👍 / 👎.

@github-actions

Copy link
Copy Markdown

Does the PR have any schema changes?

Found 1 breaking change:

Resources

  • 🟢 "cloudflare:index/imageVariant:ImageVariant": required inputs: "imageVariantId" input has changed to Required
    No new resources/functions.

Maintainer note: consult the runbook for dealing with any breaking changes.

@corymhall corymhall requested review from a team April 23, 2026 12:54
@corymhall corymhall merged commit 8061062 into master Apr 24, 2026
24 checks passed
@corymhall corymhall deleted the upgrade-pulumi-terraform-bridge-to-v3.127.0 branch April 24, 2026 14:16
@codecov

codecov Bot commented Apr 24, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 0.00%. Comparing base (f401e29) to head (c635df7).
⚠️ Report is 5 commits behind head on master.

Additional details and impacted files
@@      Coverage Diff       @@
##   master   #1540   +/-   ##
==============================
==============================

☔ 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.

@pulumi-bot

Copy link
Copy Markdown
Contributor

This PR has been shipped in release v6.15.0.

1 similar comment
@pulumi-bot

Copy link
Copy Markdown
Contributor

This PR has been shipped in release v6.15.0.

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.

Workflow failure: Upgrade bridge

2 participants