quaint-spring-93350
10/26/2023, 10:45 AMurn
in their schema which clash with Pulumi's URN. Who maintains this provider? Example: https://www.pulumi.com/registry/packages/digitalocean/api-docs/reservedip/#urn_nodejs in 4.22.0 @billowy-army-68599?"digitalocean_reserved_ip": {Tok: makeResource(digitalOceanMod, "ReservedIp")},
with this:
"digitalocean_reserved_ip": {
Tok: makeResource(digitalOceanMod, "ReservedIp"),
Fields: map[string]*tfbridge.SchemaInfo{
"urn": {
Name: "reservedIpUrn",
},
},
},
here:
https://github.com/pulumi/pulumi-digitalocean/blob/3e72e24b04dcc05956f7970bc1123142025aaa0b/provider/resources.go#L293