File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
- uses : actions/checkout@v3
15
15
- uses : actions/setup-node@v3
16
16
with :
17
- node-version : 14
17
+ node-version : 18
18
18
19
19
- name : NPM Install
20
20
run : |
Original file line number Diff line number Diff line change 14
14
- uses : actions/checkout@v3
15
15
- uses : actions/setup-node@v3
16
16
with :
17
- node-version : 14
17
+ node-version : 18
18
18
19
19
- name : NPM Install
20
20
run : |
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ terraform {
3
3
required_providers {
4
4
archive = {
5
5
source = " hashicorp/archive"
6
- version = " >= 4.15 .0" # 4.15 .0 introduced NodeJS 16 .x
6
+ version = " >= 4.41 .0" # 4.41 .0 introduced NodeJS 18 .x
7
7
}
8
8
9
9
aws = {
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ resource "aws_lambda_function" "quicksight_cleanup" {
19
19
description = " Runs daily (by default) to prune inactive users from QuickSight, saving you money."
20
20
filename = data. archive_file . quicksight_cleanup . output_path
21
21
source_code_hash = data. archive_file . quicksight_cleanup . output_base64sha256
22
- runtime = " nodejs16 .x"
22
+ runtime = " nodejs18 .x"
23
23
handler = " ${ local . prune_quicksight_users_file_name } .default"
24
24
role = aws_iam_role. quicksight_cleanup . arn
25
25
timeout = 900
You can’t perform that action at this time.
0 commit comments