mirror of https://github.com/hashicorp/terraform
AWS will accept any overly-specific IP/mask combination, such as 10.1.2.2/24, but will store it by its implied network: 10.1.2.0/24. This results in hashing errors, because the remote API will return hashing results out of sync with the local configuration file. Enforce a stricter API rule than AWS. Force users to use valid masks, and run a quick calculation on their input to discover their intent.pull/1843/head
parent
b888b31e08
commit
8056b5f8f7
Loading…
Reference in new issue