Files
tf_provider/devops/profiles/test/profile.env
T
“Naeel” 3e200aa608 v5.0.57: separate generated docs by stand, NEVER publish from docs/
- docs_gen/test/ — TEST-only generated docs (332 resources)
- docs_gen/prod/ — PROD placeholder
- docs_gen/dev/ — DEV placeholder
- 04_build_and_publish_docs.sh: --profile now uses ONLY docs_gen/<stand>/, never docs/
- .gitignore: exclude all generated docs
- Profile env: DOCS_GEN_DIR path
- Remove personal .docx from repo
2026-07-01 11:20:34 +04:00

24 lines
631 B
Bash

# Stand profile: TEST
NUBES_API_ENDPOINT="https://deck-api-test.ngcloud.ru/api/v1"
TOKEN_FILE="secrets/test.token"
# Release versions
RELEASE_VERSION="5.0.57"
PROVIDER_VERSION="5.0.57"
DOCS_VERSION="5.0.57"
# Docs generation — ONLY from docs_gen/<stand>/ (never from docs/)
DOCS_GEN_DIR="universal_rebuild/docs_gen/test"
# Registry/S3 settings
REGISTRY_HOST="terra.k8c.ru"
REGISTRY_HOSTNAME="terra.k8c.ru"
NAMESPACE="nubes"
PROVIDER_NAME="nubes"
S3_BUCKET="terraform-registry"
S3CFG_REGISTRY="secrets/.s3cfg_registry"
# Signing keys
GPG_PRIVATE_KEY_PATH="secrets/private_key.asc"
GPG_PUBLIC_KEY_PATH="secrets/public_key.asc"