You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@eraac after diving into the problem I can tell you that you uncovered a bug which is fixed with #28, but there's also a peculiarity about Scaleways CIDR handling.
Technically, 1.1.1.1/32 and 1.1.1.1 are identical, as both describe only one IP, but Scaleway normalizes this to 1.1.1.1, leading to a diff in the terraform provider.
Once #28 is merged you should use an IP instead of a CIDR to avoid this. The changed implementation will not error but instead give you a diff if you re-apply.
Hi there (again 😄 ),
Terraform Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
Expected Behavior
Create 2 rules, one per trusted_ips and terraform should continue
Actual Behavior
Rules for ssh_in are created, but terraform stop due to the error
Steps to Reproduce
terraform apply
The text was updated successfully, but these errors were encountered: