Skip to content

Commit

Permalink
Add docs for disable-template-approval value
Browse files Browse the repository at this point in the history
  • Loading branch information
jpb committed Dec 5, 2019
1 parent 3aab2c1 commit a1f056f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -361,10 +361,10 @@ Some iidy features can be configured globally via [SSM Parameter
Store](https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-parameter-store.html)
configurations.

| Parameter | Description |
|-----------|-------------|
| `/iidy/default-notification-arn` | Provides a value for `NotificationARNs` if it is not set |
| `/iidy/disable-template-approval` | Unsets `ApprovedTemplateLocation` to disable the template approval process |
| Parameter | Value |Description |
|-----------|-------|------------|
| `/iidy/default-notification-arn` | An ARN, eg. `"arn:aws:sns:us-east-1:0123456789:mytopic"` | Provides a value for `NotificationARNs` if it is not set |
| `/iidy/disable-template-approval` | Must be the string `"true"` | Unsets `ApprovedTemplateLocation` to disable the template approval process |

**Note** that SSM Parameter Store values are isolated to the AWS Account and Region they are set in.

Expand Down

0 comments on commit a1f056f

Please sign in to comment.