Remove PostgreSQL (#526)

* Remove postgresql service

* Update index
This commit is contained in:
Vicente Pinto 2024-09-04 13:42:14 +01:00 committed by GitHub
parent 349ed981db
commit a58940981e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 1 additions and 1049 deletions

View file

@ -496,7 +496,7 @@ func (r *instanceResource) ImportState(ctx context.Context, req resource.ImportS
resp.Diagnostics.Append(resp.State.SetAttribute(ctx, path.Root("project_id"), idParts[0])...)
resp.Diagnostics.Append(resp.State.SetAttribute(ctx, path.Root("instance_id"), idParts[1])...)
tflog.Info(ctx, "Postgresql instance state imported")
tflog.Info(ctx, "Postgresql Flex instance state imported")
}
func mapFields(ctx context.Context, resp *postgresflex.InstanceResponse, model *Model, flavor *flavorModel, storage *storageModel) error {