Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewServiceAccountDataSource ¶
func NewServiceAccountDataSource() datasource.DataSource
NewServiceAccountDataSource creates a new instance of the serviceAccountDataSource.
func NewServiceAccountResource ¶
NewServiceAccountResource is a helper function to create a new service account resource instance.
Types ¶
type Model ¶
type Model struct {
Id types.String `tfsdk:"id"` // Required by Terraform
ProjectId types.String `tfsdk:"project_id"` // ProjectId associated with the service account
Name types.String `tfsdk:"name"` // Name of the service account
Email types.String `tfsdk:"email"` // Email linked to the service account
}
Model represents the schema for the service account resource.
Click to show internal directories.
Click to hide internal directories.