Skip to content

Commit

Permalink
chore: regenerate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sweatybridge committed Jan 30, 2024
1 parent ce7f6a5 commit ec8c1f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions examples/resources/supabase_project/resource.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
resource "supabase_project" "test" {
organization_id = "continued-brown-smelt"
name = "foo"
organization_id = "continued-brown-smelt"
name = "foo"
database_password = "bar"
region = "us-east-1"
region = "us-east-1"
}
2 changes: 1 addition & 1 deletion internal/provider/project_resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func TestAccProjectResource(t *testing.T) {
},
},
)
// Step 3: delete
// Step 3: delete
gock.New("https://api.supabase.com").
Delete("/v1/projects/mayuaycdtijbctgqbycg").
Reply(http.StatusOK).
Expand Down

0 comments on commit ec8c1f5

Please sign in to comment.