Skip to content

Commit

Permalink
Python ~> 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
amancevice committed Apr 29, 2023
1 parent 0063f09 commit 9021569
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 22 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ __pycache__/
*.env
*.iid
*.zip
.python-version
.terraform.lock.hcl
coverage.xml
20 changes: 0 additions & 20 deletions example/terraform.tf
Original file line number Diff line number Diff line change
@@ -1,23 +1,3 @@
#################
# TERRAFORM #
#################

terraform {
required_version = "~> 1.0"

required_providers {
archive = {
source = "hashicorp/archive"
version = "~> 2.0"
}

aws = {
source = "hashicorp/aws"
version = "~> 4.0"
}
}
}

###########
# AWS #
###########
Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ terraform {

aws = {
source = "hashicorp/aws"
version = "~> 4.0"
version = "~> 4.64"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ variable "lambda_reindex_timeout" {

variable "lambda_runtime" {
description = "Lambda runtime"
default = "python3.9"
default = "python3.10"
}

variable "log_group_api_retention_in_days" {
Expand Down

0 comments on commit 9021569

Please sign in to comment.