Skip to content

Commit ebbbb7e

Browse files
committed
upgrade terraform aws provider
1 parent c14a14d commit ebbbb7e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ services:
1010
environment:
1111
- DEBUG=1 # enable more verbose logs
1212
- DOCKER_HOST=unix:///var/run/docker.sock #unix socket to communicate with the docker daemon
13-
# - LAMBDA_KEEPALIVE_MS=0 # disable lambda keepalive
1413
- LOCALSTACK_HOST=localstack # where services are available from other containers
1514
- ENFORCE_IAM=1 # enforce IAM policies
1615
volumes:

terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
aws = {
44
source = "hashicorp/aws"
5-
version = "= 4.66.1"
5+
version = "= 5.31.0"
66
}
77
}
88
}

0 commit comments

Comments
 (0)