Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to Specify Primary ENI for alicloud_instance Resource #7985

Open
kozhabergenova opened this issue Dec 16, 2024 · 0 comments
Open

Unable to Specify Primary ENI for alicloud_instance Resource #7985

kozhabergenova opened this issue Dec 16, 2024 · 0 comments

Comments

@kozhabergenova
Copy link

Unable to Specify Primary ENI for alicloud_instance Resource

Terraform Version

$ terraform -v
Terraform v1.9.1
on darwin_arm64
+ provider registry.terraform.io/aliyun/alicloud v1.237.0

Affected Resources

resource "alicloud_instance"
resource "alicloud_network_interface"

Expected Behavior

The provider should allow specifying an existing ENI as the primary network interface when creating an alicloud_instance.

Actual Behavior

Currently, there is no option in the alicloud_instance resource to attach an existing ENI as the primary network interface. While it is possible to add secondary ENIs using the network_interface block, specifying a primary ENI seems unsupported. However, this functionality is available via the AliCloud console.

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

No branches or pull requests

1 participant