Skip to content

fix: use non-deprecated S3 bucket names#10

Merged
xnoto merged 1 commit into
mainfrom
fix/s3-bucket-id-deprecation
Jun 19, 2026
Merged

fix: use non-deprecated S3 bucket names#10
xnoto merged 1 commit into
mainfrom
fix/s3-bucket-id-deprecation

Conversation

@xnoto

@xnoto xnoto commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

Summary

  • replace deprecated aws_s3_bucket.id references with aws_s3_bucket.bucket for bucket-name arguments
  • covers public access blocks, bucket policies, and website configuration resources

Validation

  • tofu fmt -recursive
  • tofu init -backend=false -reconfigure -upgrade -input=false -no-color
  • tofu validate -no-color
  • pre-commit run --all-files --config /home/user/git/makeitworkcloud/images/tfroot-runner/pre-commit-config.yaml

Notes

  • This is intended to clear the AWS provider warning: "Value derived from a deprecated source" on aws-s3.tf line 71.
  • No live tofu plan/apply was run locally; PR CI should produce the live plan.

@github-actions

Copy link
Copy Markdown

OpenTofu Plan

No changes. Your infrastructure matches the configuration.

OpenTofu has compared your real infrastructure against your configuration and

@xnoto xnoto merged commit 6105a1d into main Jun 19, 2026
3 checks passed
@xnoto xnoto deleted the fix/s3-bucket-id-deprecation branch June 19, 2026 05:59
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