From ae71cb137db3e0d46a24161b19c09d9b524f92d1 Mon Sep 17 00:00:00 2001 From: Jeremy Cook Date: Thu, 6 Jun 2024 17:36:16 +1200 Subject: [PATCH] updates --- labfiles/main.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/labfiles/main.tf b/labfiles/main.tf index c3e3be2..474056a 100644 --- a/labfiles/main.tf +++ b/labfiles/main.tf @@ -1,4 +1,5 @@ resource "aws_iam_instance_profile" "lab_instance" { + name = "lab_instance_mrap_profile" role = "lab_instance_mrap" }