Currently, when the IAM user is created by this terraform module, it will only get access to SSM parameters in the region where the module was executed. That may or may not be the same region used by the build process that requires this user in order to complete successfully.
With this change, it will not matter which region the build takes place in since the IAM user will have access to the specified SSM parameters in any region.
Currently, when the IAM user is created by this terraform module, it will only get access to SSM parameters in the region where the module was executed. That may or may not be the same region used by the build process that requires this user in order to complete successfully.
With this change, it will not matter which region the build takes place in since the IAM user will have access to the specified SSM parameters in any region.