Skip to content

Commit

Permalink
Merge pull request #365 from noqdev/fix/fix-grammar
Browse files Browse the repository at this point in the history
Fix grammar
  • Loading branch information
smoy committed Apr 27, 2023
2 parents 11eba53 + ef1699b commit 820a4b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/web/docs/1-getting_started/3-aws.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ Here is a recording of a typical apply process:
Now that we've created an IAM role, let's vary some of the policies based on the accounts at our disposal.

Let's add a new inline policy on only a couple of our accounts. You'll need to uncomment and replace the `DEV_ACCOUNT` and `PROD_ACCOUNT` placeholders below with the names or account IDs of some of your accounts.
A possible scenario is your prod account requires certain managed deletion for compliance reason. In contrast, your want your developers to be able clean up after themselves in the dev account.
A possible scenario is your prod account requires managed deletion for compliance reasons. In contrast, you want your developers to be able clean up after themselves in the dev account.

```yaml
template_type: NOQ::AWS::IAM::Role
Expand Down

0 comments on commit 820a4b6

Please sign in to comment.