From 3337fb7c303924d2de9bd21f149b9382891568f7 Mon Sep 17 00:00:00 2001 From: Taylor Date: Thu, 16 Sep 2021 16:32:57 -0400 Subject: [PATCH] Fixed: provider specification in readme Oprah expects `provider.name` to be specified, not just `provider` --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 674c968..72c1263 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,8 @@ $ npm install oprah ``` service: oprah-service -provider: ssm +provider: + name: ssm config: path: /${stage}/oprah/config @@ -52,7 +53,8 @@ Following is the configuration file will all possible options: ``` service: oprah-service -provider: ssm # Only supports ssm for now. +provider: + name: ssm # Only supports ssm for now. stacks: # Outputs from cloudformation stacks that needs to be interpolated. - some-cloudformation-stack