Some checks are pending
Build juntekim.com / Push-to-juntekim-to-docker-hub (push) Waiting to run
Build juntekim.com / run-on-k8s (push) Blocked by required conditions
Build & Deploy stripe-to-invoice (with DB secrets + migrations) / build (push) Waiting to run
Build & Deploy stripe-to-invoice (with DB secrets + migrations) / Deploy Postgres (PV + PVC + Deployment) (push) Blocked by required conditions
Build & Deploy stripe-to-invoice (with DB secrets + migrations) / Apply runtime secrets (push) Blocked by required conditions
Build & Deploy stripe-to-invoice (with DB secrets + migrations) / Run DB migrations (Atlas) (push) Blocked by required conditions
Build & Deploy stripe-to-invoice (with DB secrets + migrations) / deploy (push) Blocked by required conditions
Terraform Plan / Terraform Plan (pull_request) Waiting to run
16 lines
314 B
HCL
16 lines
314 B
HCL
output "bucket_name" {
|
|
value = module.bucket.bucket_name
|
|
}
|
|
|
|
output "bucket_arn" {
|
|
value = module.bucket.bucket_arn
|
|
}
|
|
|
|
output "iam_access_key_id" {
|
|
value = aws_iam_access_key.databasus_backup.id
|
|
}
|
|
|
|
output "iam_secret_access_key" {
|
|
value = aws_iam_access_key.databasus_backup.secret
|
|
sensitive = true
|
|
}
|