We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c14a14d commit ebbbb7eCopy full SHA for ebbbb7e
docker-compose.yml
@@ -10,7 +10,6 @@ services:
10
environment:
11
- DEBUG=1 # enable more verbose logs
12
- DOCKER_HOST=unix:///var/run/docker.sock #unix socket to communicate with the docker daemon
13
-# - LAMBDA_KEEPALIVE_MS=0 # disable lambda keepalive
14
- LOCALSTACK_HOST=localstack # where services are available from other containers
15
- ENFORCE_IAM=1 # enforce IAM policies
16
volumes:
terraform/main.tf
@@ -2,7 +2,7 @@ terraform {
2
required_providers {
3
aws = {
4
source = "hashicorp/aws"
5
- version = "= 4.66.1"
+ version = "= 5.31.0"
6
}
7
8
0 commit comments