<@U02J3T6A8LB> if you don’t mind, can you help me ...
# general
c
@echoing-dinner-19531 if you don’t mind, can you help me check this one? when I run
pulumi up
for Tunnel Config, it alway show
diff: ~config
Copy code
Previewing update (<redacted>):
     Type                              Name                                          Plan       Info
     pulumi:pulumi:Stack               <redacted>             
 ~   └─ cloudflare:index:TunnelConfig  test_tunnel-TunnelConfig                      update     [diff: ~config]
click on details show
Copy code
~ cloudflare:index/tunnelConfig:TunnelConfig: (update)
        [id=<redacted> ]
        [urn=urn:pulumi:<redacted>::pulum::cloudflare:index/tunnelConfig:TunnelConfig::test_tunnel-TunnelConfig]
        [provider=urn:<redacted>::pulum::pulumi:providers:cloudflare::default_5_0_0::1523d07a-58d4-404d-94ac-5494f67a769c]
      ~ config: {
          + warpRouting: {
              + enabled   : true
            }
        }
when I run
pulumi stack export
and search for urn
"urn": "urn:pulumi:<redacted>::pulum::cloudflare:index/tunnelConfig:TunnelConfig::test_tunnel-TunnelConfig"
, at
inputs
section, the value of
warpRouting
is
Copy code
"warpRouting": {
                            "__defaults": [],
                            "enabled": true
                        }
but at
outputs
section, it’s
Copy code
"warpRouting": null
so I guess it cause problem of diff when run
pulumi up/preview
e
Is the output null even after applying the update? If so then I'd suggest raising another issue on the cloudflare repo.
c
Yes, still null on every update
e
Raise another issue for that then, I'm sorry your finding so many bugs with the cloudflare provider 😞 but thank you so much for letting us know so we can fix them
c
I guess I’m the first guy using this one 😛 😪