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: replace deprecated data.aws_region.current.name with data.aws_region.current.region
The name attribute of the aws_region data source has been deprecated
in favor of the region attribute. This change updates the reference
in the IRSA module to use the current recommended attribute.
Signed-off-by: atilsensalduz <[email protected]>
0 commit comments