-
Notifications
You must be signed in to change notification settings - Fork 30
Cannot set SG on instance with FNI #111
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
Comments
Hello , Any news about this issue ? |
Hi @boussoufiane, I will let @outscale-mgo or @outscale-toa confirm but this has not been planned in a milestone yet. |
Hello @jerome-jutteau, @outscale-toa @outscale-mgo How can we get visibility on the milestone/roadmap ? We tried several workaround, none being satisfying, This limitation is blocking large scale usage of Outscale. (E.g. Provisioning multiple ephemeral environments). |
Hello, you can find the milestone here: https://github.com/outscale-dev/terraform-provider-outscale/milestones Thanks to your feedback, will push this issue to the next milestone. |
Hello, Updating the security groups of a VM having multiple NICs is not allowed in Outscale API. Thanks, |
Hi there,
I understand that part. But the issue is that with the current code, if the default NIC security group has changed, terraform will still mark the resource as valid and will not show any error nor propose to update the VM Security groups. This has big security implications since with this we can't trust the terraform output to check that there was no modifications on a VM default NIC security groups. Which could lead to undetected security issues. |
Hello @john-scalingo,
I think you are using an old version of terrfrom-plugin, because we fixed that issue ....
resource "outscale_vm" "outscale_vm01" {
image_id = var.image_id
vm_type = var.vm_type
keypair_name = var.keypair_name
}
...
In your second ~/local_tf_test$ terraform plan
outscale_vm.outscale_vm01: Refreshing state... [id=i-7f0779ef]
Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols:
~ update in-place
Terraform will perform the following actions:
# outscale_vm.outscale_vm01 will be updated in-place
~ resource "outscale_vm" "outscale_vm01" {
id = "i-7f0779ef"
~ security_group_ids = [
- "sg-583f2770",
]
# (34 unchanged attributes hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy. It is the same with |
We are using the |
Can you please create a new issue with an use case ? Thanks, |
Terraform Version
Terraform Configuration Files
Debug Output
Crash Output
Expected Behavior
Actual Behavior
Steps to Reproduce
Additional Context
References
The text was updated successfully, but these errors were encountered: