Skip to content

Commit

Permalink
[DC] Fixes AWS Flow UI Role field name (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Lopez authored and sfc-gh-afedorov committed Sep 20, 2019
1 parent 977061f commit 125a848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connectors/aws_flow_log.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
{
'type': 'str',
'name': 'aws_role',
'title': "Config Bucket Reader Role",
'title': "Flow Bucket Reader Role",
'prompt': "Role to be assumed for access to Flow Logs in S3",
'placeholder': "arn:aws:iam::012345678987:role/my-flow-log-reader-role",
'required': True,
Expand Down

0 comments on commit 125a848

Please sign in to comment.