🐛 AWS Backup Provider Bug
AWS Provider Version: 0.28.0-1.1.0
Bug Description
From 8d7d735 regex that validate input are too restrictive.
For example, these ARNs are not considered valid:
arn:aws:ec2:*:*:instance/*
arn:aws-us-gov:s3:::*
But they are valid following AWS guide (and it works fine in previous version of this module).