test terragrunt ci

This commit is contained in:
Work 2026-01-28 14:57:01 +03:00
parent bf5f3baf69
commit 51dce6b708

View File

@ -12,6 +12,12 @@ environments:
project: block-analyzer
annotations:
managed-by: terraform
- name: testci
labels:
environment: stage
project: testci
annotations:
managed-by: terraform
secrets:
- name: dockerhub
@ -25,6 +31,12 @@ environments:
lifecycle:
ignore_changes: false
- name: testci-s3-secret
namespace: testci
type: s3
lifecycle:
ignore_changes: true
- name: pulse-postgresql-secret
namespace: pulse
type: database
@ -89,6 +101,17 @@ environments:
allowed_origins: ["*"]
expose_headers: ["ETag"]
max_age_seconds: 3600
- name: testci-stage
acl: public-read
versioning:
enabled: false
cors:
enabled: true
allowed_headers: ["*"]
allowed_methods: ["GET", "PUT", "POST", "DELETE", "HEAD"]
allowed_origins: ["*"]
expose_headers: ["ETag"]
max_age_seconds: 3600
databases:
- cluster_id: "c9qa2coo5ukgcg93fldm"
@ -99,6 +122,16 @@ environments:
password_length: 32
password_special: false
conn_limit: 10
- cluster_id: "c9qa2coo5ukgcg93fldm"
database:
name: testci_db
user:
name: testci
password_length: 32
password_special: false
conn_limit: 10
extensions:
- pg_stat_statements
- cluster_id: "c9qa2coo5ukgcg93fldm"
database:
name: analyzer_db