mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-01-11 22:30:25 +01:00
* feat: add infra's terraform configs * feat: add databases for openobserve - multi clusters * fix: openobserve's db name
13 lines
198 B
Bash
13 lines
198 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
|