Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Commit

Permalink
Fix input_profile -> include_profile (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
nihalgonsalves authored Mar 16, 2021
1 parent 85f8f6d commit b43483d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-cfg-generator/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const vaultTemplate = `[profile {{.ProfileName}}]
{{if (ne .Region "") }}region={{.Region}}
{{end}}role_arn={{.RoleArn}}
source_profile={{.SourceProfile}}
input_profile={{.SourceProfile}}
include_profile={{.SourceProfile}}
`

Expand Down

0 comments on commit b43483d

Please sign in to comment.