Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Terraform #2

Merged
merged 12 commits into from
Apr 3, 2024
Merged

Terraform #2

merged 12 commits into from
Apr 3, 2024

Conversation

aciceri
Copy link
Member

@aciceri aciceri commented Mar 29, 2024

Add the Terraform configuration that declares the Cloudflare R2 bucket used as Terraform state itself.

Comment on lines +7 to +12
skip_credentials_validation = true
skip_metadata_api_check = true
skip_region_validation = true
skip_requesting_account_id = true
skip_s3_checksum = true
use_path_style = true
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All of these options are apparently needed with R2 according to this comment. Haven't tried removing them.

@aciceri aciceri force-pushed the aciceri/terraform branch 3 times, most recently from 848be51 to 867d749 Compare March 30, 2024 11:54
@aciceri aciceri force-pushed the aciceri/terraform branch from 867d749 to 7a8b000 Compare March 30, 2024 11:57
@zarelit zarelit merged commit 4996880 into main Apr 3, 2024
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.

2 participants