Skip to content

Commit

Permalink
Add missing tags to instance_profile (#200)
Browse files Browse the repository at this point in the history
* Add missing tags to instance_profile

* Auto Format

Co-authored-by: cloudpossebot <11232728+cloudpossebot@users.noreply.github.com>
  • Loading branch information
florian0410 and cloudpossebot authored Dec 16, 2021
1 parent bcbb673 commit d69a432
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ data "aws_iam_policy_document" "extended" {
resource "aws_iam_instance_profile" "ec2" {
name = "${module.this.id}-eb-ec2"
role = aws_iam_role.ec2.name
tags = module.this.tags
}

module "security_group" {
Expand Down

0 comments on commit d69a432

Please sign in to comment.