mirror of https://github.com/pulumi/pulumi.git
feedback
This commit is contained in:
parent
9d4d4e2632
commit
51cb4863f9
pkg/codegen/schema
|
@ -71,10 +71,10 @@ func (t primitiveType) String() string {
|
|||
return "pulumi:pulumi:Asset"
|
||||
case jsonType:
|
||||
fallthrough
|
||||
case anyResourceType:
|
||||
return "pulumi:pulumi:Resource"
|
||||
case anyType:
|
||||
return "pulumi:pulumi:Any"
|
||||
case anyResourceType:
|
||||
return "pulumi:pulumi:Resource"
|
||||
default:
|
||||
panic("unknown primitive type")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue