From af5d013825aa60cfce616ae38c886bf3aa11d3e7 Mon Sep 17 00:00:00 2001 From: "Mr. Snyds" <41122989+mrsnyds@users.noreply.github.com> Date: Fri, 26 Apr 2019 02:45:54 -0400 Subject: [PATCH] Improve Configuration for Credentials (#9150) --- source/_components/aws.markdown | 5 ----- 1 file changed, 5 deletions(-) diff --git a/source/_components/aws.markdown b/source/_components/aws.markdown index 39d18724df7..c76f01ffb67 100644 --- a/source/_components/aws.markdown +++ b/source/_components/aws.markdown @@ -59,11 +59,6 @@ profile_name: description: A credentials profile name. required: false type: string -region_name: - description: The region identifier to connect to. - required: true - default: "`us-east-1`" - type: string name: description: Setting the optional parameter `name` allows multiple notifiers to be created. The notifier will bind to the service `notify.NOTIFIER_NAME`. required: false