pýrus

Results 533 comments of pýrus

@echaiv Thanks for the PR. Does it make sense to implement a new flag per resource?

I don't believe this is a bug, but it's definitely worth mentioning in the documentation. Could you please submit a PR to add that?

In theory this can be backported to v2. Regarding the changes, this looks similar to #3159

@baurmatt thanks for the PR. Could you resolve the conflicts and fix the functional tests?

@baurmatt can you rebase this PR?

@baurmatt could you please make a new rebase? :)

@lenox-joseph I'm afraid I don't understand your request. In order to make it clear, can you provide a terraform snippet with the current behavior and with the expected behavior?

Let's hold with this for a while. Since once the VM is initially in the `shelved_offloaded` mode, its metadata also won't be updated.

I think the #1754 should help you. The following snippet should process VMs one-by-one ```hcl resource "openstack_compute_instance_v2" "vms" { count = 4 name = "terraform-test-vm-${count.index}" security_groups = [ data.openstack_networking_secgroup_v2.default.name, ]...