Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 36f255f

Browse files
authored
EXTENSION_AUTO_LOAD should be changed to EXTENSION_AUTO_INSTALL (#1682)
1 parent 6e654c7 commit 36f255f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/references/init-hooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ services:
199199
environment:
200200
# Activate LocalStack Pro: https://docs.localstack.cloud/getting-started/auth-token/
201201
- LOCALSTACK_AUTH_TOKEN=${LOCALSTACK_AUTH_TOKEN:?}
202-
- EXTENSION_AUTO_LOAD=localstack-extension-terraform-init
202+
- EXTENSION_AUTO_INSTALL=localstack-extension-terraform-init
203203
volumes:
204204
# you could also place your main.tf in `./ready.d` and set "./ready.d:/etc/localstack/init/ready.d"
205205
- "./main.tf:/etc/localstack/init/ready.d/main.tf"

0 commit comments

Comments
 (0)