IAM Module¶
Source: tofu/modules/iam
Creates IAM roles and instance profiles for EC2 instances (SSM access, ECR pull, etc.).
Inputs¶
| Variable | Type | Description |
|---|---|---|
account_name |
string | Account name |
kms_key_id |
string | KMS key ID for SSM decryption |
Outputs¶
| Output | Description |
|---|---|
ec2_ssm_instance_profile_name |
Instance profile for EC2 |
ec2_ssm_role_arn |
IAM role ARN |