We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31d74e7 commit 68b6fa6Copy full SHA for 68b6fa6
1 file changed
example/variables.tf
@@ -4,18 +4,6 @@ variable "api_name" {
4
type = string
5
}
6
7
-variable "aws_access_key_id" {
8
- description = "AWS Access Key ID, used for calls to both AWS regions"
9
- type = string
10
- default = null
11
-}
12
-
13
-variable "aws_secret_access_key" {
14
- description = "AWS Secret Access Key, used for calls to both AWS regions"
15
16
17
18
19
variable "aws_region" {
20
description = "Primary AWS region where you run your Serverless API (e.g. us-east-2)"
21
0 commit comments