key

package
v0.52.0 Latest Latest
Warning

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

Go to latest
Published: May 7, 2025 License: Apache-2.0 Imports: 24 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewServiceAccountKeyResource

func NewServiceAccountKeyResource() resource.Resource

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.

Jump to

Keyboard shortcuts

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