feat(module): add output variable arn
and deprecate output variable iam_role_arn
This commit is contained in:
parent
336e7703d6
commit
441295d140
3 changed files with 19 additions and 2 deletions
|
@ -11,7 +11,7 @@ continuous integration tasks on AWS.
|
|||
|
||||
``` hcl
|
||||
module "aws_iam_role" {
|
||||
source = "git::ssh://git@git.adyxax.org/adyxax/tofu-module-aws-iam-role?depth=1&ref=1.0.0"
|
||||
source = "git::ssh://git@git.adyxax.org/adyxax/tofu-module-aws-iam-role?depth=1&ref=1.1.0"
|
||||
|
||||
name = local.name
|
||||
policy_statements = jsonencode([
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue