diff --git a/src/constructs/iam/roles/instance-role.ts b/src/constructs/iam/roles/instance-role.ts index 77ada6323..c0cd5d23c 100644 --- a/src/constructs/iam/roles/instance-role.ts +++ b/src/constructs/iam/roles/instance-role.ts @@ -8,7 +8,7 @@ import { GuParameterStoreReadPolicy, GuSSMRunCommandPolicy, } from "../policies"; -import { GuRole } from "../roles"; +import { GuRole } from "./roles"; interface GuInstanceRoleProps { withoutLogShipping?: boolean; // optional to have log shipping added by default, you have to opt out