secretsmanager

package
v0.89.0 Latest Latest
Warning

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

Go to latest
Published: Mar 25, 2026 License: Apache-2.0 Imports: 24 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewInstanceDataSource

func NewInstanceDataSource() datasource.DataSource

NewInstanceDataSource is a helper function to simplify the provider implementation.

func NewInstanceResource

func NewInstanceResource() resource.Resource

NewInstanceResource is a helper function to simplify the provider implementation.

Types

type KmsKeyModel added in v0.89.0

type KmsKeyModel struct {
	KeyId               types.String `tfsdk:"key_id"`
	KeyRingId           types.String `tfsdk:"key_ring_id"`
	KeyVersion          types.Int64  `tfsdk:"key_version"`
	ServiceAccountEmail types.String `tfsdk:"service_account_email"`
}

type Model

type Model struct {
	Id         types.String `tfsdk:"id"` // needed by TF
	InstanceId types.String `tfsdk:"instance_id"`
	ProjectId  types.String `tfsdk:"project_id"`
	Name       types.String `tfsdk:"name"`
	ACLs       types.Set    `tfsdk:"acls"`
	KmsKey     *KmsKeyModel `tfsdk:"kms_key"`
}

Jump to

Keyboard shortcuts

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