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_gw_dhcp): Properly set fields that should default to true #1058

Merged
merged 3 commits into from
Jan 27, 2022

Conversation

Tuetuopay
Copy link
Contributor

@Tuetuopay Tuetuopay commented Jan 26, 2022

Terraform will make sure that fields not present in the file will be set, so we never send nil to the api and get its defaults. Set the defaults ourselves to be consistent with the docs.

Intended to fix #1059

@Tuetuopay Tuetuopay force-pushed the fix-vpc-gw-dhcp-defaults branch 2 times, most recently from dbf2c43 to 7fd2f68 Compare January 26, 2022 10:44
Tuetuopay and others added 2 commits January 26, 2022 11:45
Terraform will make sure that fields not present in the file will be
set, so we never send nil to the api and get its defaults. Set the
defaults ourselves to be consistent with the docs.
Monitob
Monitob previously approved these changes Jan 27, 2022
@Monitob Monitob self-requested a review January 27, 2022 10:40
@Monitob Monitob dismissed their stale review January 27, 2022 10:40

Please fix the test

@Monitob Monitob self-assigned this Jan 27, 2022
@Monitob Monitob merged commit 8ef8dd0 into scaleway:master Jan 27, 2022
remyleone pushed a commit to remyleone/terraform-provider-scaleway that referenced this pull request Mar 28, 2022
@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.

Instance in VPC with Public gateway not working properly
3 participants