feat(module): initial import
This commit is contained in:
commit
336e7703d6
8 changed files with 400 additions and 0 deletions
5
outputs.tf
Normal file
5
outputs.tf
Normal file
|
@ -0,0 +1,5 @@
|
|||
output "iam_role_arn" {
|
||||
description = "AWS IAM role ARN."
|
||||
sensitive = false
|
||||
value = aws_iam_role.main.id
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue