Skip to content

Old bridge schema on import alicloud network_interfaces #1067

Description

@wjb-art

Describe what happened

Hello there!
When i'm trying to import instance with more than one interface, i got panic in application
Reason is in

     "alicloud_instance": {
                "maxItemsOneOverrides": {
                    "network_interfaces": true
                }
            },

in provider/cmd/pulumi-resource-alicloud/bridge-metadata.json

But this restriction in terraform provider removed year ago
aliyun/terraform-provider-alicloud@c4a6403

So could you please fix it in your next version of provider?

Thank you

Sample program

 "alicloud_instance": {
            "maxItemsOneOverrides": {
                "network_interfaces": true
            }
        },

Log output

No response

Affected Resource(s)

No response

Output of pulumi about

Additional context

No response

Contributing

Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugSome behavior is incorrect or out of spec

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions