Files
nix-config/infra/minio/loki/run.sh
2025-06-08 19:13:15 +08:00

17 lines
249 B
Bash

# for provider
#
# export MINIO_PASSWORD="xxx"
# for terraform's s3 backend
#
# export AWS_ACCESS_KEY_ID="xxx"
# export AWS_SECRET_ACCESS_KEY="xxx"
#
terraform init
terraform plan
terraform apply
# show secret key
terraform output loki_secretkey