Skip to content

Commit d69a432

Browse files
Add missing tags to instance_profile (#200)
* Add missing tags to instance_profile * Auto Format Co-authored-by: cloudpossebot <11232728+cloudpossebot@users.noreply.github.com>
1 parent bcbb673 commit d69a432

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ data "aws_iam_policy_document" "extended" {
295295
resource "aws_iam_instance_profile" "ec2" {
296296
name = "${module.this.id}-eb-ec2"
297297
role = aws_iam_role.ec2.name
298+
tags = module.this.tags
298299
}
299300

300301
module "security_group" {

0 commit comments

Comments
 (0)