Skip to content

Commit b42712f

Browse files
akli1512Akli Azzout
and
Akli Azzout
authored
fix: add tags for instance profile (cattle-ops#331)
Co-authored-by: Akli Azzout <[email protected]>
1 parent 800c264 commit b42712f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: main.tf

+1
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ module "cache" {
261261
resource "aws_iam_instance_profile" "instance" {
262262
name = "${var.environment}-instance-profile"
263263
role = aws_iam_role.instance.name
264+
tags = local.tags
264265
}
265266

266267
resource "aws_iam_role" "instance" {

0 commit comments

Comments
 (0)