Skip to content

Commit 50acfa7

Browse files
authored
Merge pull request #38 from byu-oit/docs
docs: fix incorrect variable name
2 parents 43f64a3 + 8e53bcb commit 50acfa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ module "lambda_api" {
115115
| timeout | number | How long the lambda will run (in seconds) before timing out | 3 (same as terraform default) |
116116
| memory_size | number | Size of the memory of the lambda. CPU will scale along with it | 128 (same as terraform default) |
117117
| xray_enabled | bool | Whether or not the X-Ray daemon should be created with the Lambda API. | false |
118-
| architectures | string | (Optional) Instruction set architecture for your Lambda function. Valid values are [\"x86_64\"] and [\"arm64\"]. Default is [\"x86_64\"]. Removing this attribute, function's architecture stay the same. | "x86_64" |
118+
| architecture | string | (Optional) Instruction set architecture for your Lambda function. Valid values are [\"x86_64\"] and [\"arm64\"]. Default is [\"x86_64\"]. Removing this attribute, function's architecture stay the same. | "x86_64" |
119119

120120
#### lambda_vpc_config
121121

0 commit comments

Comments
 (0)