R2 도메인 연결#6
Conversation
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📒 Files selected for processing (6)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
64cd985 to
653004c
Compare
Show Terraform PlanTerraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
+ create
Terraform will perform the following actions:
# cloudflare_r2_custom_domain.media will be created
+ resource "cloudflare_r2_custom_domain" "media" {
+ account_id = (sensitive value)
+ bucket_name = "media"
+ domain = "cdn.byulma.run"
+ enabled = true
+ jurisdiction = "default"
+ status = (known after apply)
+ zone_id = "8faa1b93f00ba4d62cc6208ebe70d7af"
+ zone_name = (known after apply)
}
# infisical_project.media will be created
+ resource "infisical_project" "media" {
+ audit_log_retention_days = (known after apply)
+ has_delete_protection = (known after apply)
+ id = (known after apply)
+ kms_secret_manager_key_id = (known after apply)
+ last_updated = (known after apply)
+ name = "media"
+ slug = "media"
+ type = (known after apply)
}
# infisical_secret.r2_endpoint will be created
+ resource "infisical_secret" "r2_endpoint" {
+ env_slug = "prod"
+ folder_path = "/"
+ id = (known after apply)
+ last_updated = (known after apply)
+ name = "R2_ENDPOINT"
+ value = (sensitive value)
+ value_wo = (write-only attribute)
+ workspace_id = (known after apply)
}
Plan: 3 to add, 0 to change, 0 to destroy.
|
653004c to
57c245a
Compare
Show Terraform PlanTerraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
+ create
Terraform will perform the following actions:
# cloudflare_r2_custom_domain.media will be created
+ resource "cloudflare_r2_custom_domain" "media" {
+ account_id = (sensitive value)
+ bucket_name = "media"
+ domain = "cdn.byulma.run"
+ enabled = true
+ jurisdiction = "default"
+ status = (known after apply)
+ zone_id = "8faa1b93f00ba4d62cc6208ebe70d7af"
+ zone_name = (known after apply)
}
# infisical_project.media will be created
+ resource "infisical_project" "media" {
+ audit_log_retention_days = (known after apply)
+ has_delete_protection = (known after apply)
+ id = (known after apply)
+ kms_secret_manager_key_id = (known after apply)
+ last_updated = (known after apply)
+ name = "media"
+ slug = "media"
+ type = (known after apply)
}
# infisical_secret.r2_endpoint will be created
+ resource "infisical_secret" "r2_endpoint" {
+ env_slug = "prod"
+ folder_path = "/"
+ id = (known after apply)
+ last_updated = (known after apply)
+ name = "R2_ENDPOINT"
+ value = (sensitive value)
+ value_wo = (write-only attribute)
+ workspace_id = (known after apply)
}
Plan: 3 to add, 0 to change, 0 to destroy.
|
57c245a to
d3aa0d4
Compare
Show Terraform PlanTerraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
+ create
Terraform will perform the following actions:
# cloudflare_r2_custom_domain.media will be created
+ resource "cloudflare_r2_custom_domain" "media" {
+ account_id = (sensitive value)
+ bucket_name = "media"
+ domain = "cdn.byulma.run"
+ enabled = true
+ jurisdiction = "default"
+ status = (known after apply)
+ zone_id = "8faa1b93f00ba4d62cc6208ebe70d7af"
+ zone_name = (known after apply)
}
# infisical_project.media will be created
+ resource "infisical_project" "media" {
+ audit_log_retention_days = (known after apply)
+ has_delete_protection = (known after apply)
+ id = (known after apply)
+ kms_secret_manager_key_id = (known after apply)
+ last_updated = (known after apply)
+ name = "media"
+ slug = "media"
+ type = (known after apply)
}
# infisical_secret.r2_endpoint will be created
+ resource "infisical_secret" "r2_endpoint" {
+ env_slug = "prod"
+ folder_path = "/"
+ id = (known after apply)
+ last_updated = (known after apply)
+ name = "R2_ENDPOINT"
+ value = (sensitive value)
+ value_wo = (write-only attribute)
+ workspace_id = (known after apply)
}
Plan: 3 to add, 0 to change, 0 to destroy.
|
No description provided.