Closed jta closed 3 months ago
Returning an arn rather than a role reduces the stuttering when referring to the externalrole module, e.g: module.metrics_role.arn vs module.metrics_role.role.arn.
arn
role
externalrole
module.metrics_role.arn
module.metrics_role.role.arn
Returning an
arn
rather than arole
reduces the stuttering when referring to theexternalrole
module, e.g:module.metrics_role.arn
vsmodule.metrics_role.role.arn
.