Skip to content

Commit 68b6fa6

Browse files
authored
Remove AWS access key variables from example
1 parent 31d74e7 commit 68b6fa6

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

example/variables.tf

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,6 @@ variable "api_name" {
44
type = string
55
}
66

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-
type = string
16-
default = null
17-
}
18-
197
variable "aws_region" {
208
description = "Primary AWS region where you run your Serverless API (e.g. us-east-2)"
219
type = string

0 commit comments

Comments
 (0)