Skip to content

fix(terraform): update deprecated endpoint parameter to endpoints.s3#44

Merged
sprajeesh merged 1 commit into
mainfrom
fix--terraform-s3-backend-endpoints
Jul 9, 2026
Merged

fix(terraform): update deprecated endpoint parameter to endpoints.s3#44
sprajeesh merged 1 commit into
mainfrom
fix--terraform-s3-backend-endpoints

Conversation

@sprajeesh

@sprajeesh sprajeesh commented Jul 9, 2026

Copy link
Copy Markdown
Owner

Replace the deprecated 'endpoint' parameter with 'endpoints.s3' in the S3 backend configuration to align with newer Terraform versions and eliminate deprecation warnings. Also ensure terraform init uses -migrate-state without -input=false to properly handle state migrations interactively.

Summary by CodeRabbit

  • Documentation
    • Clarified Terraform backend setup guidance for the S3 endpoint configuration.
  • Chores
    • Updated the initialization workflow to use the current backend configuration key for S3, aligning automation with the latest Terraform requirements.

Replace the deprecated 'endpoint' parameter with 'endpoints.s3' in the S3 backend
configuration to align with newer Terraform versions and eliminate deprecation
warnings. Also ensure terraform init uses -migrate-state without -input=false
to properly handle state migrations interactively.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Jul 9, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 7ef68f84-299d-42c3-820b-518f243252b3

📥 Commits

Reviewing files that changed from the base of the PR and between df29b45 and ef0a7b5.

📒 Files selected for processing (2)
  • .github/workflows/push.yml
  • infra/oci/backend.tf

📝 Walkthrough

Walkthrough

Updates the Terraform S3 backend configuration key used during terraform init in the CI workflow from endpoint to endpoints.s3, and updates accompanying comments in backend.tf documenting the deprecated key and new naming.

Changes

Backend Endpoint Key Update

Layer / File(s) Summary
Update backend-config key and docs
.github/workflows/push.yml, infra/oci/backend.tf
Renames the S3 backend-config parameter from endpoint to endpoints.s3 in the CI workflow and updates comments in backend.tf noting the deprecated key and new naming.

Estimated code review effort: 1 (Trivial) | ~3 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly describes the main change: replacing the deprecated Terraform backend endpoint parameter with endpoints.s3.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix--terraform-s3-backend-endpoints

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@sprajeesh sprajeesh merged commit 7991fa0 into main Jul 9, 2026
5 checks passed
@sprajeesh sprajeesh deleted the fix--terraform-s3-backend-endpoints branch July 9, 2026 05:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant