cloudcompliance

package
v0.0.76 Latest Latest
Warning

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

Go to latest
Published: Jun 16, 2026 License: MPL-2.0 Imports: 26 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCloudComplianceCustomFrameworkResource added in v0.0.43

func NewCloudComplianceCustomFrameworkResource() resource.Resource

func NewCloudComplianceFrameworkControlDataSource

func NewCloudComplianceFrameworkControlDataSource() datasource.DataSource

func RegisterSweepers added in v0.0.62

func RegisterSweepers()

Types

type ControlDomainModel added in v0.0.43

type ControlDomainModel struct {
	Key         string
	ID          string
	Name        string
	Description string
	Rules       []string
}

ControlDomainModel is the Go representation of ControlTFModel.

type ControlTFModel added in v0.0.43

type ControlTFModel struct {
	ID          types.String `tfsdk:"id"`
	Name        types.String `tfsdk:"name"`
	Description types.String `tfsdk:"description"`
	Rules       types.Set    `tfsdk:"rules"`
}

type SectionDomainModel added in v0.0.43

type SectionDomainModel struct {
	Key      string
	Name     string
	Controls map[string]ControlDomainModel
}

SectionDomainModel is the Go representation of SectionTFModel.

type SectionTFModel added in v0.0.43

type SectionTFModel struct {
	Name     types.String `tfsdk:"name"`
	Controls types.Map    `tfsdk:"controls"`
}

Jump to

Keyboard shortcuts

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