Skip to content

Commit 9f92ab0

Browse files
authored
Merge pull request #71 from grafana/update_assume_role_wording
update wording for GrafanaAssumeRole
2 parents 6925231 + 9a8df6b commit 9f92ab0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@ export DRONE_TOKEN=<Your DRONE_TOKEN>
2222

2323
drone --server https://drone.grafana.net sign --save grafana/grafana-aws-sdk-react
2424
```
25+
### Local Development
26+
27+
For local development instructions, please see the [contributing guide](https://github.com/grafana/grafana-aws-sdk-react/blob/main/CONTRIBUTING.md).

src/components/ConnectionConfig.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,9 @@ export const ConnectionConfig: FC<ConnectionConfigProps> = (props: ConnectionCon
186186
<ol>
187187
<li>
188188
<p>
189-
1. Create a new IAM role in the AWS console, and select <code>Another AWS account</code> as the{' '}
190-
<code>Trusted entity</code>.
189+
1. Create a new IAM role in the AWS console,
190+
and select <code>AWS account</code> as the Trusted entity,
191+
and select <code>Another AWS account</code> as the account.
191192
</p>
192193
</li>
193194
<li>

0 commit comments

Comments
 (0)