Skip to content

Commit

Permalink
bump TF and typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bemble committed Dec 3, 2024
1 parent b420e2f commit 6b00c81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ohf-public-assets/bucket.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ resource "cloudflare_r2_bucket" "ohf_public_assets" {
account_id = var.CLOUDFLARE_ACCOUNT_ID
name = "ohf-public-assets"
location = "ENAM"
}
}
2 changes: 1 addition & 1 deletion ohf-public-assets/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
}
}

required_version = "= 1.9.6"
required_version = "= 1.10.0"

required_providers {
cloudflare = {
Expand Down

0 comments on commit 6b00c81

Please sign in to comment.