You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Ensure var.region is passed through aws_region data source (#329)
* Use provided region in aws:SourceArn condition
* Remove un-used data source
* Update README
* Restore local.region
Given var.region can be null, add another try() to check for a provided value
before falling back to current region.
* Fix logic
* fix: Correct logic through region data source
---------
Co-authored-by: Bryant Biggs <[email protected]>
0 commit comments