Skip to content

Commit

Permalink
Merge pull request #208 from guardian/jl/fix-instance-role
Browse files Browse the repository at this point in the history
update GuRole import in instance role
  • Loading branch information
Jamie Lynch authored Jan 27, 2021
2 parents 62802ba + c4ee37e commit 6dbd0f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constructs/iam/roles/instance-role.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6dbd0f7

Please sign in to comment.