Skip to content

Commit

Permalink
feat: add r2 oc region to accepted location hints
Browse files Browse the repository at this point in the history
  • Loading branch information
zackpollard committed Nov 25, 2024
1 parent e2013d8 commit 5243a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/framework/service/r2_bucket/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
"github.com/hashicorp/terraform-plugin-framework/schema/validator"
)

var locationHints = []string{"WNAM", "ENAM", "WEUR", "EEUR", "APAC"}
var locationHints = []string{"WNAM", "ENAM", "WEUR", "EEUR", "APAC", "OC"}

func (r *R2BucketResource) Schema(ctx context.Context, req resource.SchemaRequest, resp *resource.SchemaResponse) {
resp.Schema = schema.Schema{
Expand Down

0 comments on commit 5243a16

Please sign in to comment.