1
0

feat: updated UserRole example

This commit is contained in:
xpk
2026-03-20 07:50:57 +08:00
parent 8ee5379e44
commit 61f28b424d
3 changed files with 3 additions and 19 deletions
+1
View File
@@ -39,6 +39,7 @@ module "iam-user2" {
module "IamReadOnlyRole" {
source = "../modules/security_identity_compliance/iam-role-v2"
role-name = "MyReadonlyRole"
trusted-entity = "ec2.amazonaws.com"
description = "IAM role with read only access. Data decryption is denied"
path = "/Management/"