Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewServiceAccountKeyResource ¶
NewServiceAccountKeyResource is a helper function to create a new service account key resource instance.
Types ¶
type Model ¶
type Model struct {
Id types.String `tfsdk:"id"`
KeyId types.String `tfsdk:"key_id"`
ServiceAccountEmail types.String `tfsdk:"service_account_email"`
ProjectId types.String `tfsdk:"project_id"`
RotateWhenChanged types.Map `tfsdk:"rotate_when_changed"`
TtlDays types.Int64 `tfsdk:"ttl_days"`
PublicKey types.String `tfsdk:"public_key"`
Json types.String `tfsdk:"json"`
}
Model represents the schema for the service account key resource in Terraform.
Click to show internal directories.
Click to hide internal directories.