opentofu/builtin
Paul Hinze ce74e3d8f0 provider/aws: improve vpc cidr_block err message
Pull CIDR block validation into a shared func ready to be used elsewhere

Example of new err message:

```
Errors:

  * aws_vpc.foo: "cidr_block" must contain a valid network CIDR,
    expected "10.0.0.0/16", got "10.0.1.0/16"
```
2016-02-22 16:44:33 -06:00
..
bins provider/powerdns: Move provider implementation from personal repo 2016-01-28 10:10:46 -05:00
providers provider/aws: improve vpc cidr_block err message 2016-02-22 16:44:33 -06:00
provisioners Add attributes_json param for consistency 2016-02-09 11:11:46 +01:00