Closed alexbakker closed 5 months ago
Which case is this fixing? I believe this has been solved with merge https://github.com/RaJiska/terraform-aws-fck-nat/commit/d30df5222accaa2d8a17cf74826f912899d4d265.
You're right. I used a release version of the module, ran into the issue, then enthusiastically started fixing it, somehow missing that this was already fixed in the master branch.
My bad. Thanks for terraform-aws-fck-nat btw!
The
regex
function raises an error in case there's no match, so useregexall
instead and check the number of matches.Fixes #7.