Skip to content

Commit 4fb5806

Browse files
committed
re-run go generate
1 parent f2eca6d commit 4fb5806

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
page_title: "cloudsqlpostgresql Provider"
44
subcategory: ""
55
description: |-
6-
The cloudsqlpostgresql provider makes it possible to grant permissions to users and roles in a Google Cloud SQL Postgresql server.
6+
The cloudsqlpostgresql provider makes it possible to grant permissions to users and roles in a Google Cloud SQL Postgresql server. The development on this provider is still in progress...
77
---
88

99
# cloudsqlpostgresql Provider
1010

11-
The `cloudsqlpostgresql` provider makes it possible to grant permissions to users and roles in a Google Cloud SQL Postgresql server.
11+
The `cloudsqlpostgresql` provider makes it possible to grant permissions to users and roles in a Google Cloud SQL Postgresql server. The development on this provider is still in progress...
1212

1313
## Example Usage
1414

internal/provider/provider.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ func (p *CloudSqlPostgresqlProvider) Configure(ctx context.Context, req provider
211211
if err != nil {
212212
resp.Diagnostics.AddError(
213213
"Unable to create Cloud SQL Postgresql connection",
214-
"An unexpected error occured when creating the Cloud SQL connection.\n\n"+
214+
"An unexpected error occurred when creating the Cloud SQL connection.\n\n"+
215215
"Error: "+err.Error(),
216216
)
217217
}

0 commit comments

Comments
 (0)