postgresflexalpha

package
v0.0.13-alpha Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 13, 2026 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func UserResourceSchema

func UserResourceSchema(ctx context.Context) schema.Schema

Types

type UserModel

type UserModel struct {
	ConnectionString types.String `tfsdk:"connection_string"`
	Id               types.Int64  `tfsdk:"id"`
	InstanceId       types.String `tfsdk:"instance_id"`
	Name             types.String `tfsdk:"name"`
	Password         types.String `tfsdk:"password"`
	ProjectId        types.String `tfsdk:"project_id"`
	Region           types.String `tfsdk:"region"`
	Roles            types.List   `tfsdk:"roles"`
	Status           types.String `tfsdk:"status"`
	UserId           types.Int64  `tfsdk:"user_id"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL