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

fix(vpc-dhcp-reservation): add ForceNew on mac_address field for DHCP reservation #1274

Merged

Conversation

dduponchel
Copy link
Contributor

The update method for DHCP reservation doesn't update the mac address
(same as the api behind). Any change on this field must trigger a
replacement, not an in-place update (which won't do anything).

dduponchel and others added 2 commits May 13, 2022 15:18
The update method for DHCP reservation doesn't update the mac address
(same as the api behind). Any change on this field must trigger a
replacement, not an in-place update (which won't do anything).
@remyleone remyleone changed the title fix: replace DHCP reservation on mac_address update fix(vpc-dhcp-reservation): replace DHCP reservation on mac_address update May 13, 2022
@remyleone remyleone changed the title fix(vpc-dhcp-reservation): replace DHCP reservation on mac_address update fix(vpc-dhcp-reservation): add ForceNew on mac_address field for DHCP reservation May 13, 2022
@remyleone remyleone merged commit fcc1c34 into scaleway:master May 13, 2022
@dduponchel dduponchel deleted the fix-dhcp-reservation-mac-address branch May 13, 2022 17:57
remyleone added a commit to remyleone/terraform-provider-scaleway that referenced this pull request Jun 17, 2022
… reservation (scaleway#1274)

The update method for DHCP reservation doesn't update the mac address
(same as the api behind). Any change on this field must trigger a
replacement, not an in-place update (which won't do anything).

Co-authored-by: Rémy Léone <[email protected]>
@remyleone remyleone added the vpc Virtual Private Cloud (VPC) issues, bugs and feature requests label Jul 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
vpc Virtual Private Cloud (VPC) issues, bugs and feature requests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants