Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

[WIP] Add tags to IAM Role Policy Attachment resource #663

Closed
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix tag type
  • Loading branch information
njtrettel committed Jul 28, 2021
commit a181bec68937399829c7a22e1442672b1facdf7c
2 changes: 1 addition & 1 deletion resources/iam-role-policy-attachments.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type IAMRolePolicyAttachment struct {
policyArn string
policyName string
roleName string
roleTags []*iam.Tag
roleTags []iam.Tag
}

func init() {
Expand Down