Skip to content

Commit 07c3e50

Browse files
author
vijay-stephen
committed
Merge pull request #7 from sourcefuse/feature/role-fix
fix(terraform): replace deprecated inline_policy with aws_iam_role_policy
1 parent ab1566e commit 07c3e50

File tree

1 file changed

+3
-1
lines changed
  • docs/arc-iac-docs/modules/terraform-aws-arc-ec2

1 file changed

+3
-1
lines changed

docs/arc-iac-docs/modules/terraform-aws-arc-ec2/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ terraform destroy -var-file dev.tfvars
282282

283283
| Name | Version |
284284
|------|---------|
285-
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.57.0 |
285+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.97.0 |
286286

287287
## Modules
288288

@@ -298,6 +298,8 @@ terraform destroy -var-file dev.tfvars
298298
| [aws_eip.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/eip) | resource |
299299
| [aws_iam_instance_profile.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_instance_profile) | resource |
300300
| [aws_iam_role.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role) | resource |
301+
| [aws_iam_role_policy.inline](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role_policy) | resource |
302+
| [aws_iam_role_policy_attachment.managed](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role_policy_attachment) | resource |
301303
| [aws_instance.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/instance) | resource |
302304
| [aws_security_group.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/security_group) | resource |
303305
| [aws_volume_attachment.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/volume_attachment) | resource |

0 commit comments

Comments
 (0)