From 6edbe2faf3c1ebdc6212929865873d342f7ac935 Mon Sep 17 00:00:00 2001 From: Nick Santamaria Date: Fri, 14 Oct 2016 02:50:46 +1100 Subject: [PATCH] Removed errant backtick in AWS provider documentation. (#9317) --- website/source/docs/providers/aws/index.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/providers/aws/index.html.markdown b/website/source/docs/providers/aws/index.html.markdown index a86bae4ffb..69d93def09 100644 --- a/website/source/docs/providers/aws/index.html.markdown +++ b/website/source/docs/providers/aws/index.html.markdown @@ -147,7 +147,7 @@ The following arguments are supported in the `provider` block: * `profile` - (Optional) This is the AWS profile name as set in the shared credentials file. -* `assume_role` - (Optional) An `assume_role` block (documented below).`Only one +* `assume_role` - (Optional) An `assume_role` block (documented below). Only one `assume_role` block may be in the configuration. * `shared_credentials_file` = (Optional) This is the path to the shared credentials file.