faint-balloon-33174
05/20/2022, 1:13 PMaws-native:wafv2:IPSet (dev-whitelist-global):
error: operation error CloudControl: UpdateResource, https response error StatusCode: 400, RequestID: a6668364-2888-479c-8e12-8c0179ccc795, api error ValidationException: Model validation failed (#/Tags: expected minimum item count: 1, found: 0)
In order to get around this, I need to comment out the tags and it works for one deploy. Then on the next deploy that updates the IPSet it fails with the same error and I need to uncomment the tags for it to succeed and the cycle repeats.
The tags are just
[
{
key: 'env',
value: 'development',
},
]
billowy-army-68599
05/20/2022, 1:32 PMfaint-balloon-33174
05/20/2022, 2:27 PM