Skip to content
This repository was archived by the owner on Jul 20, 2024. It is now read-only.

Commit 8120df9

Browse files
authored
add tags (#54)
1 parent 5a3d3f4 commit 8120df9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

main.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,8 @@ resource "aws_autoscaling_group" "this" {
157157
resource "aws_iam_instance_profile" "this" {
158158
name_prefix = var.name
159159
role = aws_iam_role.this.name
160+
161+
tags = local.common_tags
160162
}
161163

162164
resource "aws_iam_role" "this" {

0 commit comments

Comments
 (0)