Public gateway DHCP pool_high
is read as pool_low
#1295
Labels
vpc
Virtual Private Cloud (VPC) issues, bugs and feature requests
pool_high
is read as pool_low
#1295
Community Note
Terraform Version
Affected Resource(s)
It's pretty obvious here: https://github.com/scaleway/terraform-provider-scaleway/blob/master/scaleway/resource_vpc_public_gateway_dhcp.go#L232
pool_high
is read from thepool_high
value.Actual Behavior
pool_high
is read from thepool_low
value.Steps to Reproduce
terraform apply
Important Factoids
This creates unnecessary changes in
terraform apply
but doesn't actually break anything.The text was updated successfully, but these errors were encountered: